libnpmversion
Advanced tools
Comparing version 6.0.3 to 7.0.0
{ | ||
"name": "libnpmversion", | ||
"version": "6.0.3", | ||
"version": "7.0.0", | ||
"main": "lib/index.js", | ||
@@ -18,3 +18,3 @@ "files": [ | ||
"scripts": { | ||
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", | ||
"lint": "npm run eslint", | ||
"test": "tap", | ||
@@ -24,4 +24,5 @@ "posttest": "npm run lint", | ||
"postlint": "template-oss-check", | ||
"lintfix": "npm run lint -- --fix", | ||
"template-oss-apply": "template-oss-apply --force" | ||
"lintfix": "npm run eslint -- --fix", | ||
"template-oss-apply": "template-oss-apply --force", | ||
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"" | ||
}, | ||
@@ -36,4 +37,4 @@ "tap": { | ||
"devDependencies": { | ||
"@npmcli/eslint-config": "^4.0.0", | ||
"@npmcli/template-oss": "4.22.0", | ||
"@npmcli/eslint-config": "^5.0.1", | ||
"@npmcli/template-oss": "4.23.3", | ||
"require-inject": "^1.4.4", | ||
@@ -43,16 +44,16 @@ "tap": "^16.3.8" | ||
"dependencies": { | ||
"@npmcli/git": "^5.0.7", | ||
"@npmcli/run-script": "^8.1.0", | ||
"json-parse-even-better-errors": "^3.0.2", | ||
"proc-log": "^4.2.0", | ||
"@npmcli/git": "^6.0.1", | ||
"@npmcli/run-script": "^9.0.1", | ||
"json-parse-even-better-errors": "^4.0.0", | ||
"proc-log": "^5.0.0", | ||
"semver": "^7.3.7" | ||
}, | ||
"engines": { | ||
"node": "^16.14.0 || >=18.0.0" | ||
"node": "^18.17.0 || >=20.5.0" | ||
}, | ||
"templateOSS": { | ||
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", | ||
"version": "4.22.0", | ||
"version": "4.23.3", | ||
"content": "../../scripts/template-oss/index.js" | ||
} | ||
} |
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
15162
+ Added@npmcli/git@6.0.1(transitive)
+ Added@npmcli/node-gyp@4.0.0(transitive)
+ Added@npmcli/package-json@6.0.1(transitive)
+ Added@npmcli/promise-spawn@8.0.2(transitive)
+ Added@npmcli/run-script@9.0.1(transitive)
+ Addedhosted-git-info@8.0.0(transitive)
+ Addedini@5.0.0(transitive)
+ Addedjson-parse-even-better-errors@4.0.0(transitive)
+ Addednormalize-package-data@7.0.0(transitive)
+ Addednpm-install-checks@7.1.0(transitive)
+ Addednpm-normalize-package-bin@4.0.0(transitive)
+ Addednpm-package-arg@12.0.0(transitive)
+ Addednpm-pick-manifest@10.0.0(transitive)
+ Addedproc-log@5.0.0(transitive)
+ Addedvalidate-npm-package-name@6.0.0(transitive)
+ Addedwhich@5.0.0(transitive)
- Removed@npmcli/git@5.0.8(transitive)
- Removed@npmcli/node-gyp@3.0.0(transitive)
- Removed@npmcli/package-json@5.2.1(transitive)
- Removed@npmcli/promise-spawn@7.0.2(transitive)
- Removed@npmcli/run-script@8.1.0(transitive)
- Removedhosted-git-info@7.0.2(transitive)
- Removedini@4.1.3(transitive)
- Removedjson-parse-even-better-errors@3.0.2(transitive)
- Removednormalize-package-data@6.0.2(transitive)
- Removednpm-install-checks@6.3.0(transitive)
- Removednpm-normalize-package-bin@3.0.1(transitive)
- Removednpm-package-arg@11.0.3(transitive)
- Removednpm-pick-manifest@9.1.0(transitive)
- Removedvalidate-npm-package-name@5.0.1(transitive)
Updated@npmcli/git@^6.0.1
Updated@npmcli/run-script@^9.0.1
Updatedproc-log@^5.0.0