@goldstack/utils-config
Advanced tools
Comparing version 0.3.14 to 0.3.15
{ | ||
"name": "@goldstack/utils-config", | ||
"version": "0.3.14", | ||
"version": "0.3.15", | ||
"description": "Utilities to work with JSON configuration files.", | ||
@@ -25,7 +25,7 @@ "keywords": [ | ||
"build": "yarn clean && yarn compile", | ||
"build:watch": "yarn clean && yarn compile:watch", | ||
"build:watch": "yarn clean && yarn compile-watch", | ||
"clean": "rm -rf ./dist", | ||
"compile": "tsc -p tsconfig.json", | ||
"compile:watch": "tsc -p tsconfig.json --watch", | ||
"compile:watch:light": "nodemon --watch ./src/ -e '*' --exec 'yarn compile'", | ||
"compile-watch": "tsc -p tsconfig.json --watch", | ||
"compile-watch:light": "nodemon --watch ./src/ -e '*' --exec 'yarn compile'", | ||
"coverage": "jest --collect-coverage --passWithNoTests --config=./jest.config.js", | ||
@@ -35,3 +35,3 @@ "generate:ts": "json2ts -i schemas/ -o src/generated --style.singleQuote", | ||
"publish": "utils-git changed --exec \"yarn npm publish $@\"", | ||
"test:ci": "jest --passWithNoTests --config=./jest.config.js", | ||
"test-ci": "jest --passWithNoTests --config=./jest.config.js", | ||
"version:apply": "utils-git changed --exec \"yarn version $@ && yarn version apply\"", | ||
@@ -41,4 +41,4 @@ "version:apply:force": "yarn version $@ && yarn version apply" | ||
"dependencies": { | ||
"@goldstack/utils-log": "0.2.6", | ||
"@goldstack/utils-sh": "0.4.13", | ||
"@goldstack/utils-log": "0.2.7", | ||
"@goldstack/utils-sh": "0.4.14", | ||
"ajv": "^6.12.2", | ||
@@ -48,3 +48,3 @@ "handlebars": "^4.7.6" | ||
"devDependencies": { | ||
"@goldstack/utils-git": "0.1.26", | ||
"@goldstack/utils-git": "0.1.27", | ||
"@types/jest": "^26.0.21", | ||
@@ -51,0 +51,0 @@ "@types/node": "^14.0.6", |
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
+ Added@goldstack/utils-log@0.2.7(transitive)
+ Added@goldstack/utils-sh@0.4.14(transitive)
- Removed@goldstack/utils-log@0.2.6(transitive)
- Removed@goldstack/utils-sh@0.4.13(transitive)
Updated@goldstack/utils-log@0.2.7
Updated@goldstack/utils-sh@0.4.14