simple-xml-to-json
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -25,3 +25,3 @@ { | ||
"license": "MIT", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"author": "Nir Moav <getnirm@gmail.com>", | ||
@@ -42,2 +42,4 @@ "contributors": [ | ||
"scripts": { | ||
"build": "npm run clean && rollup -c", | ||
"clean": "rm -rf ./lib/ && mkdir lib ", | ||
"lint": "eslint ./src ./test", | ||
@@ -47,3 +49,3 @@ "prettify": "prettier --write ./**/*.js", | ||
"test": "jest ", | ||
"make-new-release-lib": "sh ./scripts/make-new-release.sh", | ||
"make-new-release-lib": "npm run validate-lib-health && sh ./scripts/make-new-release.sh", | ||
"validate-lib-health": "npm run prettify && npm run lint && npm test" | ||
@@ -50,0 +52,0 @@ }, |
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
26249
6
489
1