npm-needs-publish 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/cli.js +1 -1
- package/package.json +3 -3
package/bin/cli.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
|
|
3
3
|
// biome-ignore lint/security/noGlobalEval: dual esm and cjs
|
|
4
|
-
if (typeof require === 'undefined') eval("import('../dist/esm/cli.js').then((cli) => cli.default(process.argv.slice(2))).catch((err) => { console.
|
|
4
|
+
if (typeof require === 'undefined') eval("import('../dist/esm/cli.js').then((cli) => cli.default(process.argv.slice(2))).catch((err) => { console.error(err.message); process.exit(1); });");
|
|
5
5
|
else require('../dist/cjs/cli.js').default(process.argv.slice(2));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "npm-needs-publish",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Smart publish detection for npm packages - semantic package.json comparison with semver-aware dependency analysis",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"npm",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"fs-copy-compat": "^1.0.0",
|
|
60
60
|
"fs-remove-compat": "^1.0.0",
|
|
61
61
|
"mkdirp-classic": "^0.5.2",
|
|
62
|
-
"npm-package-arg": "^
|
|
62
|
+
"npm-package-arg": "^14.0.0",
|
|
63
63
|
"pacote": "^17.0.7",
|
|
64
64
|
"semver": "^7.7.3",
|
|
65
65
|
"tar": "^7.5.2",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"@types/node": "*",
|
|
71
71
|
"@types/pacote": "^11.1.8",
|
|
72
72
|
"@types/semver": "^7.7.1",
|
|
73
|
-
"@types/tar": "^
|
|
73
|
+
"@types/tar": "^7.0.87",
|
|
74
74
|
"cr": "^0.1.0",
|
|
75
75
|
"is-version": "^1.0.9",
|
|
76
76
|
"module-link-unlink": "^1.0.11",
|