@jahed/terraform 1.1.2 → 1.1.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
|
+
c54022e514a97e9b96dae24a3308227d034989ecbafb65e3293eea91f2d5edfb terraform_1.1.3_darwin_amd64.zip
|
|
2
|
+
856e435da081d0a214c47a4eb09b1842f35eaa55e7ef0f9fa715d4816981d640 terraform_1.1.3_darwin_arm64.zip
|
|
3
|
+
de15651d67c8eb2d0ba64776f851a2b9fbf288c22fc8e363f2f2199ec4d4d104 terraform_1.1.3_freebsd_386.zip
|
|
4
|
+
c7ad1dba43a1262bfb23e40992f8254879a4ba0f7401c02ed728bf4ca19310f5 terraform_1.1.3_freebsd_amd64.zip
|
|
5
|
+
1f44fa6cdcc76fb3c559a6e6186d128acb6981c9eb46b5a5f441046c3f52205f terraform_1.1.3_freebsd_arm.zip
|
|
6
|
+
e7baa3c9fbd74231f97d44a62e98540fd9fecfbd5214e49d53f03e73e214275d terraform_1.1.3_linux_386.zip
|
|
7
|
+
b215de2a18947fff41803716b1829a3c462c4f009b687c2cbdb52ceb51157c2f terraform_1.1.3_linux_amd64.zip
|
|
8
|
+
ad5a1f2c132bedc5105e3f9900e4fe46858d582c0f2a2d74355da718bbcef65d terraform_1.1.3_linux_arm64.zip
|
|
9
|
+
a245b86fe0d11348543c0991321fd7231ce31f1ce3f36bd7337f5929ddb34348 terraform_1.1.3_linux_arm.zip
|
|
10
|
+
5e24857a354fda6cf70a35ce0ff6fee254b998f637cb787c17a9a3edd1c083dd terraform_1.1.3_openbsd_386.zip
|
|
11
|
+
aa82f1f61728ba321cc0940dbda84fc1ca9f7acd15831a825190b65dcc5cc808 terraform_1.1.3_openbsd_amd64.zip
|
|
12
|
+
effa34306bf003b9a31aa5d889a815d152b0ae496268489e0cade71c0bdcc60c terraform_1.1.3_solaris_amd64.zip
|
|
13
|
+
e9c41f7141ae511f05e13067ccac4158d78a1214d535d0bda4a549529d4ef0e3 terraform_1.1.3_windows_386.zip
|
|
14
|
+
b2890c05c04cfa3cad3c3d5316e6670b963a347ad42ba02fede55268148bce5a terraform_1.1.3_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.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",
|
|
@@ -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.18",
|
|
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.1.0",
|
|
45
45
|
"prettier": "^2.5.1",
|
|
46
46
|
"typescript": "4.5.x"
|
|
47
47
|
}
|