@jahed/terraform 1.1.0 → 1.1.1
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
|
+
85fa7c90359c4e3358f78e58f35897b3e466d00c0d0648820830cac5a07609c3 terraform_1.1.1_darwin_amd64.zip
|
|
2
|
+
9cd8faf29095c57e30f04f9ca5fa9105f6717b277c65061a46f74f22f0f5907e terraform_1.1.1_darwin_arm64.zip
|
|
3
|
+
1b6c7d9cc3e72f761693ebcca96cf42b50abdec15ed825afe88273de39a63c04 terraform_1.1.1_freebsd_386.zip
|
|
4
|
+
89f04b966f6b106538d06cee6036999c232c381c30cca0820b348e66cd5aab85 terraform_1.1.1_freebsd_amd64.zip
|
|
5
|
+
faf69dfa38a592209fe99b357e46ccb42378d9dafafbcb3980bb3b26ed44d5ea terraform_1.1.1_freebsd_arm.zip
|
|
6
|
+
22da6e06a13d49c60ca1229ae25d7d7260b7872db258e66a6284690d99b00b97 terraform_1.1.1_linux_386.zip
|
|
7
|
+
07b8dc444540918597a60db9351af861335c3941f28ea8774e168db97dd74557 terraform_1.1.1_linux_amd64.zip
|
|
8
|
+
d6fd14da47af9ec5fa3ad5962eaef8eed6ff2f8a5041671f9c90ec5f4f8bb554 terraform_1.1.1_linux_arm64.zip
|
|
9
|
+
debb5332cba6d1eb7f1560feaa0ba1212e55379a3582887bd806b8dd681ff6b5 terraform_1.1.1_linux_arm.zip
|
|
10
|
+
6680b28bb6a9998b411af1645062efb0249c6ed534162e662eb683a2c6965502 terraform_1.1.1_openbsd_386.zip
|
|
11
|
+
688ea72768be8836c4a040ae029cd7b83f0a62e22587f469dda26507e1383365 terraform_1.1.1_openbsd_amd64.zip
|
|
12
|
+
d1d30e32ad3a50680db8fd7935c5b4d0155c80d8103c6c779406f2e9ba3bfadd terraform_1.1.1_solaris_amd64.zip
|
|
13
|
+
a1e361373c30a4bc336aa725f638f78d35947c6409270248e7f7ac2cd42420db terraform_1.1.1_windows_386.zip
|
|
14
|
+
a426b6ee78d0c17d26729dfb996d0e296030986449afae1fee09c9b0a9d73bde terraform_1.1.1_windows_amd64.zip
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jahed/terraform",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "A wrapper which downloads and runs Terraform locally via npm, yarn and more.",
|
|
5
5
|
"author": "Jahed",
|
|
6
6
|
"license": "MIT",
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@tsconfig/node12": "^1.0.9",
|
|
39
39
|
"@types/find-cache-dir": "^3.2.1",
|
|
40
|
-
"@types/node": "^16.11.
|
|
40
|
+
"@types/node": "^16.11.12",
|
|
41
41
|
"@types/node-fetch": "^2.5.12",
|
|
42
42
|
"@types/rimraf": "^3.0.2",
|
|
43
43
|
"@types/yauzl": "^2.9.2",
|
|
44
|
-
"npm-check-updates": "^12.0.
|
|
44
|
+
"npm-check-updates": "^12.0.3",
|
|
45
45
|
"prettier": "^2.5.1",
|
|
46
46
|
"typescript": "4.5.x"
|
|
47
47
|
}
|