@goldstack/infra
Advanced tools
Comparing version 0.3.34 to 0.3.35
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
{ | ||
"name": "@goldstack/infra", | ||
"version": "0.3.34", | ||
"version": "0.3.35", | ||
"description": "Utilities for defining infrastructure for npm packages.", | ||
@@ -31,7 +31,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-schema": "ts-json-schema-generator --tsconfig 'tsconfig.generate.json' --no-type-check --path './src/types/**/*' --type 'DeploymentsState' -o src/schemas/deploymentsStateSchema.json && ts-json-schema-generator --tsconfig tsconfig.json --no-type-check --path './src/types/**/*' --type 'Deployment' -o src/schemas/infrastructureConfigurationSchema.json", | ||
"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\"", | ||
@@ -41,16 +41,16 @@ "version:apply:force": "yarn version $@ && yarn version apply" | ||
"dependencies": { | ||
"@goldstack/utils-config": "0.3.31", | ||
"@goldstack/utils-log": "0.2.12", | ||
"@goldstack/utils-sh": "0.4.29" | ||
"@goldstack/utils-config": "0.3.32", | ||
"@goldstack/utils-log": "0.2.13", | ||
"@goldstack/utils-sh": "0.4.30" | ||
}, | ||
"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", | ||
"renamer": "^0.7.0", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^27.1.4", | ||
"ts-json-schema-generator": "^0.96.0", | ||
"typescript": "^4.4.3" | ||
"ts-jest": "^28.0.2", | ||
"ts-json-schema-generator": "^1.0.0", | ||
"typescript": "^4.6.4" | ||
}, | ||
@@ -57,0 +57,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
16903
221
+ Added@goldstack/utils-config@0.3.32(transitive)
+ Added@goldstack/utils-log@0.2.13(transitive)
+ Added@goldstack/utils-sh@0.4.30(transitive)
- Removed@goldstack/utils-config@0.3.31(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