@talend/json-schema-form-core
Advanced tools
Comparing version 1.0.0 to 1.0.1
# @talend/json-schema-form-core | ||
## 1.0.1 | ||
### Patch Changes | ||
- 3e9121287: chore(build): order packages on pre-release hook | ||
## 1.0.0 | ||
### Patch Changes | ||
- fe4af8c5d: fix: rebuild using talend-scripts. Output is now an umd file which embed tv4. |
{ | ||
"name": "@talend/json-schema-form-core", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "JSON-Schema and JSON-UI-Schema utilities for form generation.", | ||
@@ -8,4 +8,3 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"prepublishOnly": "echo nothing to prepublish", | ||
"prepare": "rimraf dist && talend-scripts build:lib:umd", | ||
"build:lib": "rimraf dist && talend-scripts build:lib:umd", | ||
"watch": "webpack --watch", | ||
@@ -45,4 +44,4 @@ "dist-untested": "webpack --config webpack.config.dist.js", | ||
"devDependencies": { | ||
"@talend/scripts-core": "^9.11.0", | ||
"@talend/scripts-preset-react-lib": "^9.8.2", | ||
"@talend/scripts-core": "^11.0.1", | ||
"@talend/scripts-preset-react-lib": "^9.9.1", | ||
"@types/chai": "^3.4.34", | ||
@@ -69,2 +68,2 @@ "@types/mocha": "^2.2.33", | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1601093