@goldstack/infra-aws
Advanced tools
Comparing version 0.3.36 to 0.3.37
{ | ||
"name": "@goldstack/infra-aws", | ||
"version": "0.3.36", | ||
"version": "0.3.37", | ||
"description": "Utilities to work with AWS infrastructure via the cli.", | ||
@@ -29,3 +29,3 @@ "keywords": [ | ||
"build:watch": "yarn clean && yarn compile-watch", | ||
"clean": "rm -rf ./dist", | ||
"clean": "rimraf ./dist", | ||
"compile": "tsc -p tsconfig.json", | ||
@@ -43,7 +43,7 @@ "compile-watch": "tsc -p tsconfig.json --watch", | ||
"dependencies": { | ||
"@goldstack/infra": "0.3.28", | ||
"@goldstack/utils-config": "0.3.25", | ||
"@goldstack/utils-log": "0.2.10", | ||
"@goldstack/utils-package": "0.3.30", | ||
"@goldstack/utils-sh": "0.4.24", | ||
"@goldstack/infra": "0.3.29", | ||
"@goldstack/utils-config": "0.3.26", | ||
"@goldstack/utils-log": "0.2.11", | ||
"@goldstack/utils-package": "0.3.31", | ||
"@goldstack/utils-sh": "0.4.25", | ||
"aws-sdk": "2.1001.0", | ||
@@ -54,3 +54,3 @@ "axios": "^0.21.1", | ||
"devDependencies": { | ||
"@goldstack/utils-git": "0.1.30", | ||
"@goldstack/utils-git": "0.1.31", | ||
"@types/jest": "^27.0.2", | ||
@@ -60,2 +60,3 @@ "@types/node": "^16.11.0", | ||
"renamer": "^0.7.0", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^26.5.4", | ||
@@ -62,0 +63,0 @@ "ts-json-schema-generator": "^0.96.0", |
59349
9
+ Added@goldstack/infra@0.3.29(transitive)
+ Added@goldstack/utils-config@0.3.26(transitive)
+ Added@goldstack/utils-log@0.2.11(transitive)
+ Added@goldstack/utils-package@0.3.31(transitive)
+ Added@goldstack/utils-sh@0.4.25(transitive)
- Removed@goldstack/infra@0.3.28(transitive)
- Removed@goldstack/utils-config@0.3.25(transitive)
- Removed@goldstack/utils-log@0.2.10(transitive)
- Removed@goldstack/utils-package@0.3.30(transitive)
- Removed@goldstack/utils-sh@0.4.24(transitive)
Updated@goldstack/infra@0.3.29
Updated@goldstack/utils-log@0.2.11
Updated@goldstack/utils-sh@0.4.25