@goldstack/utils-config
Advanced tools
Comparing version 0.3.31 to 0.3.32
{ | ||
"name": "@goldstack/utils-config", | ||
"version": "0.3.31", | ||
"version": "0.3.32", | ||
"description": "Utilities to work with JSON configuration files.", | ||
@@ -30,7 +30,7 @@ "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", | ||
"generate:ts": "json2ts -i schemas/ -o src/generated --style.singleQuote", | ||
"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,4 +40,4 @@ "version:apply:force": "yarn version $@ && yarn version apply" | ||
"dependencies": { | ||
"@goldstack/utils-log": "0.2.12", | ||
"@goldstack/utils-sh": "0.4.29", | ||
"@goldstack/utils-log": "0.2.13", | ||
"@goldstack/utils-sh": "0.4.30", | ||
"ajv": "^6.12.2", | ||
@@ -47,9 +47,9 @@ "handlebars": "4.7.7" | ||
"devDependencies": { | ||
"@goldstack/utils-git": "0.1.32", | ||
"@types/jest": "^27.4.1", | ||
"@types/node": "^16.11.0", | ||
"jest": "^27.5.1", | ||
"@goldstack/utils-git": "0.1.33", | ||
"@types/jest": "^27.5.1", | ||
"@types/node": "^17.0.33", | ||
"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" | ||
}, | ||
@@ -56,0 +56,0 @@ "publishConfig": { |
7805
+ Added@goldstack/utils-log@0.2.13(transitive)
+ Added@goldstack/utils-sh@0.4.30(transitive)
- Removed@goldstack/utils-log@0.2.12(transitive)
- Removed@goldstack/utils-sh@0.4.29(transitive)
Updated@goldstack/utils-log@0.2.13
Updated@goldstack/utils-sh@0.4.30