@goldstack/utils-sh
Advanced tools
Comparing version 0.4.29 to 0.4.30
{ | ||
"name": "@goldstack/utils-sh", | ||
"version": "0.4.29", | ||
"version": "0.4.30", | ||
"description": "Utilities for working with files and folders in a bash like manner", | ||
@@ -31,6 +31,6 @@ "keywords": [ | ||
"compile-watch:light": "nodemon --watch ./src/ -e '*' --exec 'yarn compile'", | ||
"coverage": "jest --collect-coverage --passWithNoTests --config=./jest.config.js", | ||
"coverage": "jest --collect-coverage --passWithNoTests --config=./jest.config.js --runInBand", | ||
"prepublishOnly": "yarn run build", | ||
"publish": "utils-git changed --exec \"yarn npm publish $@\"", | ||
"test-ci": "jest --passWithNoTests --config=./jest.config.js", | ||
"test-ci": "jest --passWithNoTests --config=./jest.config.js --runInBand", | ||
"version:apply": "utils-git changed --exec \"yarn version $@ && yarn version apply\"", | ||
@@ -40,3 +40,3 @@ "version:apply:force": "yarn version $@ && yarn version apply" | ||
"dependencies": { | ||
"@goldstack/utils-log": "0.2.12", | ||
"@goldstack/utils-log": "0.2.13", | ||
"archiver": "^5.3.1", | ||
@@ -51,3 +51,3 @@ "extract-zip": "^2.0.1", | ||
"devDependencies": { | ||
"@goldstack/utils-git": "0.1.32", | ||
"@goldstack/utils-git": "0.1.33", | ||
"@types/archiver": "^3.1.0", | ||
@@ -57,11 +57,11 @@ "@types/command-exists": "^1", | ||
"@types/glob": "^7.1.3", | ||
"@types/jest": "^27.4.1", | ||
"@types/jest": "^27.5.1", | ||
"@types/ncp": "^2.0.4", | ||
"@types/node": "^16.11.0", | ||
"@types/node": "^17.0.33", | ||
"@types/rimraf": "^3.0.0", | ||
"@types/which": "^2", | ||
"jest": "^27.5.1", | ||
"jest": "^28.1.0", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^27.1.4", | ||
"typescript": "^4.4.3" | ||
"ts-jest": "^28.0.2", | ||
"typescript": "^4.6.4" | ||
}, | ||
@@ -68,0 +68,0 @@ "publishConfig": { |
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
29318
+ Added@goldstack/utils-log@0.2.13(transitive)
- Removed@goldstack/utils-log@0.2.12(transitive)
Updated@goldstack/utils-log@0.2.13