basicprimitivesreact
Advanced tools
Comparing version 6.0.4 to 6.0.5
{ | ||
"name": "basicprimitivesreact", | ||
"sideEffects": false, | ||
"version": "6.0.4", | ||
"version": "6.0.5", | ||
"main": "dist/umd/index.js", | ||
@@ -9,2 +9,3 @@ "module": "dist/esm/index.js", | ||
"presets": [ | ||
"@babel/preset-env", | ||
"@babel/preset-react" | ||
@@ -51,3 +52,3 @@ ], | ||
"deploy": "gh-pages -d build --repo https://github.com/BasicPrimitives/react", | ||
"publish": "SET NODE_ENV=production && if exist dist rmdir /s /q dist && mkdir dist && mkdir dist/esm && npx babel src/Diagrams --out-dir dist/esm --copy-files" | ||
"publish:npm": "SET NODE_ENV=production && if exist dist rmdir /s /q dist && mkdir dist && npx babel src/Diagrams --presets=\"module:@babel/preset-react\" --out-dir dist/esm --copy-files && npx babel src/Diagrams --presets=\"module:@babel/preset-env\",\"module:@babel/preset-react\" --out-dir dist/umd --copy-files" | ||
}, | ||
@@ -54,0 +55,0 @@ "eslintConfig": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
329003
63
4795