@jahed/terraform 1.2.3 → 1.2.4
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 +5 -5
package/hashes.txt
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
3e04343620fb01b8be01c8689dcb018b8823d8d7b070346086d7df22cc4cd5e6 terraform_1.2.4_darwin_amd64.zip
|
|
2
|
+
e596dcdfe55b2070a55fcb271873e86d1af7f6b624ffad4837ccef119fdac97a terraform_1.2.4_darwin_arm64.zip
|
|
3
|
+
f156c5c423ea45e2c87503e3fe33c128973cc6859295a7f968fd86f2095763e2 terraform_1.2.4_freebsd_386.zip
|
|
4
|
+
9554583d4f2031c3fc67be7c119197697363d5a89ef47cfe923697c50594a193 terraform_1.2.4_freebsd_amd64.zip
|
|
5
|
+
b3452f61117405e61e3676577ad35082b7aac7754a5482cdde31c8291cec0229 terraform_1.2.4_freebsd_arm.zip
|
|
6
|
+
33942dd11c11f310fe7555ecc428a8bbbbd681197f1ceb82d63b72919b8e83eb terraform_1.2.4_linux_386.zip
|
|
7
|
+
705ea62a44a0081594dad6b2b093eefefb12d54fa5a20a66562f9e082b00414c terraform_1.2.4_linux_amd64.zip
|
|
8
|
+
11cfa2233dc708b51b16d5b923379db67e35c22b1b988773e5b31a7c2e251471 terraform_1.2.4_linux_arm64.zip
|
|
9
|
+
d93ac2b204a20e95e33b9293eddd33e5f4545c5582d9711379ac6d926f63b03a terraform_1.2.4_linux_arm.zip
|
|
10
|
+
f54e9350e2be51e5e3e8a407f9bc9e7f8702eded9a3004077d9166650e01c688 terraform_1.2.4_openbsd_386.zip
|
|
11
|
+
db2d6bc12256d79b5d3e7739c3a20761ae7e20a4c5b03cdf6b056f83e16a9b31 terraform_1.2.4_openbsd_amd64.zip
|
|
12
|
+
2e10d8f34999dab591e83effb10fcff2dcaf3df76f783ae5b8dc7b5bc3f0d20b terraform_1.2.4_solaris_amd64.zip
|
|
13
|
+
849f89babd7261292048a7829ccb2f77410a10453fe35e94509d9981b209ccfd terraform_1.2.4_windows_386.zip
|
|
14
|
+
2e2a8bac8097f54ca015ac0ab1ac4f328e48313e6d63347cd846533b452eb8a0 terraform_1.2.4_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.4",
|
|
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,14 +35,14 @@
|
|
|
35
35
|
"yauzl": "^2.10.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@tsconfig/node12": "^1.0.
|
|
38
|
+
"@tsconfig/node12": "^1.0.11",
|
|
39
39
|
"@types/find-cache-dir": "^3.2.1",
|
|
40
|
-
"@types/node": "^16.11.
|
|
41
|
-
"@types/node-fetch": "^2.6.
|
|
40
|
+
"@types/node": "^16.11.41",
|
|
41
|
+
"@types/node-fetch": "^2.6.2",
|
|
42
42
|
"@types/rimraf": "^3.0.2",
|
|
43
43
|
"@types/yauzl": "^2.10.0",
|
|
44
44
|
"npm-check-updates": "^12.5.12",
|
|
45
|
-
"prettier": "^2.
|
|
45
|
+
"prettier": "^2.7.1",
|
|
46
46
|
"typescript": "4.7.x"
|
|
47
47
|
}
|
|
48
48
|
}
|