npm package diff
Package: @forge/react
Versions: 11.0.1-next.0 - 11.0.1-next.1
File: package/package.json
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,26 +1,28 @@
{
"name": "@forge/react",
- "version": "11.0.1-next.0",
+ "version": "11.0.1-next.1",
"description": "Forge React reconciler",
"author": "Atlassian",
"license": "SEE LICENSE IN LICENSE.txt",
"main": "out/index.js",
"types": "out/index.d.ts",
"scripts": {
"build": "yarn run clean && yarn run compile",
+ "prebuild": "yarn run add-component-jsdoc",
"clean": "rm -rf ./out && rm -f tsconfig.tsbuildinfo",
"compile": "tsc -p tsconfig.json",
- "pack": "./build/bundle-types.sh"
+ "pack": "./build/bundle-types.sh",
+ "add-component-jsdoc": "ts-node ./build/add-component-jsdoc.ts"
},
"exports": {
".": "./out/index.js",
"./jira": "./out/components/jira/index.js"
},
"dependencies": {
"@atlaskit/adf-schema": "^46.0.0",
"@atlaskit/adf-utils": "^19.12.0",
- "@atlaskit/forge-react-types": "^0.35.12",
+ "@atlaskit/forge-react-types": "^0.37.13",
"@forge/bridge": "^4.5.0",
"@forge/i18n": "0.0.4",
"@types/react-reconciler": "^0.28.8",
"lodash": "^4.17.21",
@@ -30,9 +32,11 @@
"react-test-renderer": "^18.2.0",
"uuid": "^9.0.1"
},
"devDependencies": {
- "@testing-library/react-hooks": "^8.0.1"
+ "@testing-library/react-hooks": "^8.0.1",
+ "ts-morph": "^22.0.0",
+ "ts-node": "^10.9.2"
},
"publishConfig": {
"registry": "https://packages.atlassian.com/api/npm/npm-public/"
}