Comparing version 11.1.0 to 11.2.0
{ | ||
"title": "Safe PS", | ||
"name": "safeps", | ||
"version": "11.1.0", | ||
"version": "11.2.0", | ||
"description": "Work with processes safely and easily with Node.js", | ||
@@ -110,7 +110,7 @@ "homepage": "https://github.com/bevry/safeps", | ||
"dependencies": { | ||
"editions": "^6.11.0", | ||
"extract-opts": "^5.1.0", | ||
"safefs": "^8.2.0", | ||
"taskgroup": "^9.1.0", | ||
"typechecker": "^8.1.0" | ||
"editions": "^6.13.0", | ||
"extract-opts": "^5.2.0", | ||
"safefs": "^8.3.0", | ||
"taskgroup": "^9.2.0", | ||
"typechecker": "^8.2.0" | ||
}, | ||
@@ -123,17 +123,17 @@ "devDependencies": { | ||
"@bevry/update-contributors": "^1.23.0", | ||
"assert-helpers": "^11.2.0", | ||
"assert-helpers": "^11.4.0", | ||
"bevry-echo": "^1.1.0", | ||
"eslint": "^8.53.0", | ||
"eslint-config-bevry": "^3.29.0", | ||
"eslint-config-bevry": "^4.0.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"jsdoc": "^4.0.2", | ||
"kava": "^7.0.0", | ||
"kava": "^7.1.0", | ||
"prettier": "^3.1.0", | ||
"projectz": "^2.23.0", | ||
"projectz": "^3.0.0", | ||
"surge": "^0.23.1", | ||
"valid-directory": "^4.1.0" | ||
"valid-directory": "^4.2.0" | ||
}, | ||
"scripts": { | ||
"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next", | ||
"our:clean": "rm -rf ./docs ./edition* ./es2015 ./es5 ./out ./.next", | ||
"our:compile": "npm run our:compile:edition-node-4", | ||
@@ -145,3 +145,3 @@ "our:compile:edition-node-4": "env BABEL_ENV=edition-node-4 babel --out-dir ./edition-node-4 ./source && printf '%s' '{\"type\": \"commonjs\"}' > edition-node-4/package.json", | ||
"our:meta:docs": "npm run our:meta:docs:jsdoc", | ||
"our:meta:docs:jsdoc": "rm -Rf ./docs && jsdoc --recurse --pedantic --access all --destination ./docs --package ./package.json --readme ./README.md ./source && mv ./docs/$npm_package_name/$npm_package_version/* ./docs/ && rm -Rf ./docs/$npm_package_name/$npm_package_version", | ||
"our:meta:docs:jsdoc": "rm -rf ./docs && jsdoc --recurse --pedantic --access all --destination ./docs --package ./package.json --readme ./README.md ./source && mv ./docs/$npm_package_name/$npm_package_version/* ./docs/ && rm -rf ./docs/$npm_package_name/$npm_package_version", | ||
"our:meta:projectz": "projectz compile", | ||
@@ -148,0 +148,0 @@ "our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push", |
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
134779
9
Updatededitions@^6.13.0
Updatedextract-opts@^5.2.0
Updatedsafefs@^8.3.0
Updatedtaskgroup@^9.2.0
Updatedtypechecker@^8.2.0