🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

git-stack-cli

Package Overview
Dependencies
Maintainers
1
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-stack-cli - npm Package Compare versions

Comparing version
2.2.5
to
2.2.6
+1
-1
package.json
{
"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