@jahed/terraform 1.2.2 → 1.2.3
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.
- package/hashes.txt +14 -14
- package/package.json +3 -3
package/hashes.txt
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
2962b0ebdf6f431b8fb182ffc1d8b582b73945db0c3ab99230ffc360d9e297a2 terraform_1.2.3_darwin_amd64.zip
|
|
2
|
+
601962205ad3dcf9b1b75f758589890a07854506cbd08ca2fc25afbf373bff53 terraform_1.2.3_darwin_arm64.zip
|
|
3
|
+
f1f65fab8f71c0b0773283ad62fefb00d7511344e14712d51729eb341cabddfb terraform_1.2.3_freebsd_386.zip
|
|
4
|
+
9345a279c19bdf740c49300e3fbc01c9220d82bd1c68b7f3ce97a9c4058b46ba terraform_1.2.3_freebsd_amd64.zip
|
|
5
|
+
d91a80399a894741c94956fbd5a486d5656994c7b860b5abe9681a4ffa6e6215 terraform_1.2.3_freebsd_arm.zip
|
|
6
|
+
cb73b88213d866673c85a078d41e3385b17d6007cd51db5c7a72ab6948ad509f terraform_1.2.3_linux_386.zip
|
|
7
|
+
728b6fbcb288ad1b7b6590585410a98d3b7e05efe4601ef776c37e15e9a83a96 terraform_1.2.3_linux_amd64.zip
|
|
8
|
+
a48991e938a25bfe5d257f4b6cbbdc73d920cc34bbc8f0e685e28b9610ad75fe terraform_1.2.3_linux_arm64.zip
|
|
9
|
+
a28b2e9163d6fc351bc791e827b01f7a356b9d76d89fa94f94bfe6dc50756d53 terraform_1.2.3_linux_arm.zip
|
|
10
|
+
66c91f38ba6213150bd01e5386130f1692f366469e3ea39dbd1951d2ea9086c9 terraform_1.2.3_openbsd_386.zip
|
|
11
|
+
fb34a52b2cc41d5c66980fcf524f7f74a7e1cf0ad6839e375c2d89357ad4566c terraform_1.2.3_openbsd_amd64.zip
|
|
12
|
+
f31cdd00838ec2ddd27e53fb5b71e718d73a504b0f0263026d7e5291a9f6618d terraform_1.2.3_solaris_amd64.zip
|
|
13
|
+
811c2911b8e9f19b7d73a11b4858234854c870271864bb22ec21b582fd06e695 terraform_1.2.3_windows_386.zip
|
|
14
|
+
19773a16263d0873bc86b1109412abb80733524bf6ef7e7290278b2fad33bff6 terraform_1.2.3_windows_amd64.zip
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jahed/terraform",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"description": "A wrapper which downloads and runs Terraform locally via npm, yarn and more.",
|
|
5
5
|
"author": "Jahed",
|
|
6
6
|
"license": "MIT",
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"yauzl": "^2.10.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@tsconfig/node12": "^1.0.
|
|
38
|
+
"@tsconfig/node12": "^1.0.10",
|
|
39
39
|
"@types/find-cache-dir": "^3.2.1",
|
|
40
|
-
"@types/node": "^16.11.
|
|
40
|
+
"@types/node": "^16.11.39",
|
|
41
41
|
"@types/node-fetch": "^2.6.1",
|
|
42
42
|
"@types/rimraf": "^3.0.2",
|
|
43
43
|
"@types/yauzl": "^2.10.0",
|