@goldstack/infra
Advanced tools
Comparing version 0.3.16 to 0.3.17
{ | ||
"name": "@goldstack/infra", | ||
"version": "0.3.16", | ||
"version": "0.3.17", | ||
"description": "Utilities for defining infrastructure for npm packages.", | ||
@@ -23,3 +23,3 @@ "keywords": [ | ||
"sideEffects": false, | ||
"main": "dist/infra.js", | ||
"main": "dist/src/infra.js", | ||
"scripts": { | ||
@@ -29,7 +29,7 @@ "build": "yarn clean && yarn compile", | ||
"clean": "rm -rf ./dist", | ||
"compile": "tsc -p tsconfig.json", | ||
"compile": "tsc --build", | ||
"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", | ||
"generate-schema": "ts-json-schema-generator --tsconfig tsconfig.generate.json --path './src/types/**/*' --type 'DeploymentsState' -o src/schemas/deploymentsStateSchema.json && ts-json-schema-generator --tsconfig tsconfig.generate.json --path './src/types/**/*' --type 'Deployment' -o src/schemas/infrastructureConfigurationSchema.json", | ||
"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", | ||
@@ -42,16 +42,19 @@ "publish": "utils-git changed --exec \"yarn npm publish $@\"", | ||
"dependencies": { | ||
"@goldstack/utils-config": "0.3.15", | ||
"@goldstack/utils-log": "0.2.7", | ||
"@goldstack/utils-sh": "0.4.14" | ||
"@goldstack/utils-config": "0.3.16", | ||
"@goldstack/utils-log": "0.2.8", | ||
"@goldstack/utils-sh": "0.4.15" | ||
}, | ||
"devDependencies": { | ||
"@goldstack/utils-git": "0.1.27", | ||
"@types/jest": "^26.0.21", | ||
"@types/node": "^14.0.6", | ||
"@goldstack/utils-git": "0.1.28", | ||
"@types/jest": "^27.0.2", | ||
"@types/node": "^16.11.0", | ||
"jest": "^26.6.3", | ||
"renamer": "^0.7.0", | ||
"ts-jest": "^26.5.4", | ||
"ts-json-schema-generator": "^0.70.2", | ||
"ts-json-schema-generator": "^0.96.0", | ||
"typescript": "^4.4.3" | ||
}, | ||
"publishConfig": { | ||
"main": "dist/src/infra.js" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
16900
20
217
1
+ Added@goldstack/utils-config@0.3.16(transitive)
+ Added@goldstack/utils-log@0.2.8(transitive)
+ Added@goldstack/utils-sh@0.4.15(transitive)
+ Addedcommand-exists@1.2.9(transitive)
+ Addedfs-extra@10.1.0(transitive)
+ Addedjsonfile@6.1.0(transitive)
+ Addeduniversalify@2.0.1(transitive)
- Removed@goldstack/utils-config@0.3.15(transitive)
- Removed@goldstack/utils-log@0.2.7(transitive)
- Removed@goldstack/utils-sh@0.4.14(transitive)
- Removed@types/glob@7.2.0(transitive)
- Removed@types/minimatch@5.1.2(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedhasown@2.0.2(transitive)
- Removedinterpret@1.4.0(transitive)
- Removedis-core-module@2.16.1(transitive)
- Removedpath-parse@1.0.7(transitive)
- Removedrechoir@0.6.2(transitive)
- Removedresolve@1.22.10(transitive)
- Removedshelljs@0.8.5(transitive)
- Removedsupports-preserve-symlinks-flag@1.0.0(transitive)
Updated@goldstack/utils-log@0.2.8
Updated@goldstack/utils-sh@0.4.15