@jahed/terraform 1.2.1 → 1.2.2
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 +2 -2
package/hashes.txt
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
bd224d57718ed2b6e5e3b55383878d4b122c6dc058d65625605cef1ace9dcb25 terraform_1.2.2_darwin_amd64.zip
|
|
2
|
+
4750d46e47345809a0baa3c330771c8c8a227b77bec4caa7451422a21acefae5 terraform_1.2.2_darwin_arm64.zip
|
|
3
|
+
e8393d6c8a5e203a65ec25d74a6a44d092a1825cf51f22f4a35baa73854beef1 terraform_1.2.2_freebsd_386.zip
|
|
4
|
+
3ef3e1fd92d23e4248d5d3cc295f16148778529792cbe3d40f1c4c05e599770a terraform_1.2.2_freebsd_amd64.zip
|
|
5
|
+
1e9b3a292b5367dc0c6d351df40a8ad07cc77abb2148a960819902d155dda8b0 terraform_1.2.2_freebsd_arm.zip
|
|
6
|
+
153043ee6c3a49e7929cbe92a7296e45c7920658e1a1614ae6617843b5f65583 terraform_1.2.2_linux_386.zip
|
|
7
|
+
2934a0e8824925beb956b2edb5fef212a6141c089d29d8568150a43f95b3a626 terraform_1.2.2_linux_amd64.zip
|
|
8
|
+
9c6202237d7477412054dcd36fdc269da9ee66ecbc45bb07d0d63b7d36af7b21 terraform_1.2.2_linux_arm64.zip
|
|
9
|
+
74850f769f861c3b8b70bd298500d5fe3093815035f00ed3d9ed67097f8f9cb9 terraform_1.2.2_linux_arm.zip
|
|
10
|
+
a8da7ee4e01c6e7e4976178c6a426b09d2147e3674710d04e6bbfa4cf4713a07 terraform_1.2.2_openbsd_386.zip
|
|
11
|
+
9b253671eb59e99cf7a7e90126a377f882eb3cd53880fb706a70845a89ca2dd1 terraform_1.2.2_openbsd_amd64.zip
|
|
12
|
+
76a15309343ccb086d35b8db392e019c45d1518dee12152acddb4e1382ecb91d terraform_1.2.2_solaris_amd64.zip
|
|
13
|
+
ad292884c4618f1765065add2f61758ba604400ebf84ed987b1b1bacd0c48fb1 terraform_1.2.2_windows_386.zip
|
|
14
|
+
753aea8cc3c06d547454e3758537b50f1f09f7b247d2ec5b45ba1e2c12d49127 terraform_1.2.2_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.2",
|
|
4
4
|
"description": "A wrapper which downloads and runs Terraform locally via npm, yarn and more.",
|
|
5
5
|
"author": "Jahed",
|
|
6
6
|
"license": "MIT",
|
|
@@ -43,6 +43,6 @@
|
|
|
43
43
|
"@types/yauzl": "^2.10.0",
|
|
44
44
|
"npm-check-updates": "^12.5.12",
|
|
45
45
|
"prettier": "^2.6.2",
|
|
46
|
-
"typescript": "4.
|
|
46
|
+
"typescript": "4.7.x"
|
|
47
47
|
}
|
|
48
48
|
}
|