@atlaskit/editor-prosemirror
Advanced tools
Comparing version 1.1.2 to 1.1.3
# @atlaskit/editor-prosemirror | ||
## 1.1.3 | ||
### Patch Changes | ||
- 6d51a84: ADFEXP-521: transpile editor-prosemirror, move original dist to af-dist for easy diffing. | ||
## 1.1.2 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@atlaskit/editor-prosemirror", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Package to group all prosemirror libraries in a single place ", | ||
@@ -24,2 +24,12 @@ "author": "Atlassian Pty Ltd", | ||
"sideEffects": false, | ||
"scripts": { | ||
"build:cjs": "NODE_ENV=production BABEL_ENV=production:node-cjs babel --config-file ../../babel.config.js src --out-dir dist/cjs -x .ts,.tsx", | ||
"build:esm": "NODE_ENV=production BABEL_ENV=production:esm babel --config-file ../../babel.config.js src -d dist/esm -x .ts,.tsx", | ||
"build:es2019": "NODE_ENV=production BABEL_ENV=production:es2019 babel --config-file ../../babel.config.js src -d dist/es2019 -x .ts,.tsx", | ||
"build:types": "NODE_ENV=production tsc --project ./build/tsconfig.json --emitDeclarationOnly --outDir ./dist/types --rootDir ./src", | ||
"build:all": "yarn build:cjs && yarn build:esm && yarn build:es2019", | ||
"build": "yarn run build:all", | ||
"diff": "diff -r af-dist dist", | ||
"diff:help": "echo 'this is a temporary command used to help compare the af dist and the extracted dist" | ||
}, | ||
"dependencies": { | ||
@@ -26,0 +36,0 @@ "@babel/runtime": "^7.0.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
76445
130
2053