@goldstack/utils-terraform 0.3.62 → 0.3.65

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +12 -12
package/README.md CHANGED
@@ -2,4 +2,4 @@
2
2
 
3
3
  This library allows executing Terraform to stand up the infrastructure for Node.js applications. Terraform can be run through the API or by using CLI (for package scripts).
4
4
 
5
- See [Infrastructure Commands](https://docs.goldstack.party/docs/modules/lambda-express#infrastructure-commands-1) for a list of operations supported by this library.
5
+ See [Infrastructure Commands](https://docs.goldstack.party/docs/templates/lambda-express#infrastructure-commands-1) for a list of operations supported by this library.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goldstack/utils-terraform",
3
- "version": "0.3.62",
3
+ "version": "0.3.65",
4
4
  "description": "Run Terraform commands easily as npm package scripts",
5
5
  "keywords": [
6
6
  "goldstack",
@@ -37,27 +37,27 @@
37
37
  "version:apply:force": "yarn version $@ && yarn version apply"
38
38
  },
39
39
  "dependencies": {
40
- "@goldstack/infra": "0.3.31",
41
- "@goldstack/infra-aws": "0.3.39",
42
- "@goldstack/utils-config": "0.3.28",
43
- "@goldstack/utils-docker": "0.3.34",
44
- "@goldstack/utils-log": "0.2.11",
45
- "@goldstack/utils-package": "0.3.33",
46
- "@goldstack/utils-sh": "0.4.27",
40
+ "@goldstack/infra": "0.3.33",
41
+ "@goldstack/infra-aws": "0.3.41",
42
+ "@goldstack/utils-config": "0.3.30",
43
+ "@goldstack/utils-docker": "0.3.35",
44
+ "@goldstack/utils-log": "0.2.12",
45
+ "@goldstack/utils-package": "0.3.35",
46
+ "@goldstack/utils-sh": "0.4.28",
47
47
  "json-stable-stringify": "^1.0.1",
48
48
  "prompt-sync": "^4.2.0",
49
49
  "yargs": "^15.4.1"
50
50
  },
51
51
  "devDependencies": {
52
- "@goldstack/utils-git": "0.1.31",
53
- "@types/jest": "^27.0.2",
52
+ "@goldstack/utils-git": "0.1.32",
53
+ "@types/jest": "^27.4.1",
54
54
  "@types/json-stable-stringify": "^1",
55
55
  "@types/node": "^16.11.0",
56
56
  "@types/prompt-sync": "^4.1.0",
57
57
  "@types/yargs": "^15.0.5",
58
- "jest": "^26.6.3",
58
+ "jest": "^27.5.1",
59
59
  "rimraf": "^3.0.2",
60
- "ts-jest": "^26.5.4",
60
+ "ts-jest": "^27.1.4",
61
61
  "ts-json-schema-generator": "^0.96.0",
62
62
  "typescript": "^4.4.3"
63
63
  },