git-stack-cli
Advanced tools
+1
-1
| { | ||
| "name": "git-stack-cli", | ||
| "version": "2.2.5", | ||
| "version": "2.2.6", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "author": "magus", |
@@ -22,3 +22,5 @@ import * as fs from "node:fs/promises"; | ||
| if (!/^M\s+package.json/.test(git_status.stdout)) { | ||
| console.error("please commit local changes before running release"); | ||
| console.error( | ||
| "please commit local changes and only update package.json version before running release", | ||
| ); | ||
| process.exit(4); | ||
@@ -25,0 +27,0 @@ } |
Sorry, the diff of this file is too big to display
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
1882072
053044
0