@rjsf/core
Advanced tools
Comparing version 4.2.2 to 4.2.3
{ | ||
"name": "@rjsf/core", | ||
"version": "4.2.2", | ||
"version": "4.2.3", | ||
"description": "A simple React component capable of building HTML forms out of a JSON schema.", | ||
"scripts": { | ||
"build": "rimraf dist && tsdx build --format cjs,es && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js", | ||
"build": "rimraf dist && tsdx build --format cjs,es && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js && npm run deprecated:build:cjs && npm run deprecated:build:es && npm run deprecated:build:es:lib", | ||
"deprecated:build:cjs": "cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/cjs", | ||
"deprecated:build:es": "cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es", | ||
"deprecated:build:es:lib": "rimraf lib && cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./lib", | ||
"cs-check": "prettier -l \"{src,test}/**/*.js\"", | ||
@@ -121,3 +124,3 @@ "cs-format": "prettier \"{src,test}/**/*.js\" --write", | ||
}, | ||
"gitHead": "e4f1545e7a658ad6a0de476682131680c04982f9" | ||
"gitHead": "35663cf43dd1351a9f0d8e7d238e7dca22b4d378" | ||
} |
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
4857107
185
29680
130