@goldstack/utils-cli
Advanced tools
Comparing version 0.3.13 to 0.3.14
{ | ||
"name": "@goldstack/utils-cli", | ||
"version": "0.3.13", | ||
"version": "0.3.14", | ||
"description": "Utilities for building command line interfaces.", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"publish": "utils-git changed --exec \"yarn npm publish $@\"", | ||
"test-ci": "jest --passWithNoTests --config=./jest.config.js --runInBand", | ||
"test": "jest --passWithNoTests --config=./jest.config.js --runInBand", | ||
"version:apply": "utils-git changed --exec \"yarn version $@ && yarn version apply\"", | ||
@@ -43,3 +43,3 @@ "version:apply:force": "yarn version $@ && yarn version apply" | ||
"devDependencies": { | ||
"@goldstack/utils-git": "0.2.10", | ||
"@goldstack/utils-git": "0.2.11", | ||
"@swc/core": "^1.9.3", | ||
@@ -46,0 +46,0 @@ "@swc/jest": "^0.2.37", |
8991