@jahed/terraform 1.3.5 → 1.3.6

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 CHANGED
@@ -1,14 +1,14 @@
1
- 6bf684dbc19ecbf9225f5a2409def32e5ef7d37af3899726accd9420a88a6bcd terraform_1.3.5_darwin_amd64.zip
2
- 33b25ad89dedbd98bba09cbde69dcf9e928029f322ae9494279cf2c8ce47db89 terraform_1.3.5_darwin_arm64.zip
3
- e5a47e937c14e3b436e4087ff90591dd098676b557aa1bc356c1580b3c7e720a terraform_1.3.5_freebsd_386.zip
4
- 98bdf51a86f1764d7a5c7bb69c226671a376abaf40ab07921b8258d77bdf774f terraform_1.3.5_freebsd_amd64.zip
5
- 3fe1fc6ec511b4f332f5e4be3a855ebae3ad52f3514174855524da0c04d3bfe5 terraform_1.3.5_freebsd_arm.zip
6
- 774bf54d20e296eab35b154d9c35de75e306475b36dbd8b5e59dcad14de95bdd terraform_1.3.5_linux_386.zip
7
- ac28037216c3bc41de2c22724e863d883320a770056969b8d211ca8af3d477cf terraform_1.3.5_linux_amd64.zip
8
- ba5b1761046b899197bbfce3ad9b448d14550106d2cc37c52a60fc6822b584ed terraform_1.3.5_linux_arm64.zip
9
- 8e866d0753ccf6e92de19dc9dd8ce7a406bf668b315d31f947c1f67a067416e6 terraform_1.3.5_linux_arm.zip
10
- b5109f8690e459b0026379f43de886bcc08e49a7cbcdcfa909587a59f4787d07 terraform_1.3.5_openbsd_386.zip
11
- cf67fc0312a46996d16e7da474dcb6fe28886fa88029aa4c9297dcfd3ff104de terraform_1.3.5_openbsd_amd64.zip
12
- d6df5fdb9977b942c68b027b5449ff67d9b3568693ecf1fe23ac0a7fa75b3893 terraform_1.3.5_solaris_amd64.zip
13
- bd7cfa84e7b89bc5f4fc75f5bee0ef71e439f4e75a7708f986653e4661fb9dd3 terraform_1.3.5_windows_386.zip
14
- ac2633f0a09af9e05d4f0303660af01ddbba08c06b6c46483639c36b7807e948 terraform_1.3.5_windows_amd64.zip
1
+ 5ab98e2d9f3b908fd6422a0562e829cc17eb055c8e242427d16d0a13506d401b terraform_1.3.6_darwin_amd64.zip
2
+ f1c20b2180c982bdda8384b1316209d20fc55def4f0354ead7a2a8e04c89f54e terraform_1.3.6_darwin_arm64.zip
3
+ b0177ed376d94b1866d93972b8dcf227ae81230408fedccb3f2e269c958326fa terraform_1.3.6_freebsd_386.zip
4
+ d69d7794f61a18d534a8716fd6ed97b1994b769dc63c5ac7eda189a83e5ba4f5 terraform_1.3.6_freebsd_amd64.zip
5
+ 33e3a65abc42ab2be4bed5615049bc4a44fad821ec0ba50f535e6d7a82a5ac35 terraform_1.3.6_freebsd_arm.zip
6
+ f19ff7715cffa5064c39d07d83d2dfdb0a15fd3ae4ffb35beabca95ed8b9a185 terraform_1.3.6_linux_386.zip
7
+ bb44a4c2b0a832d49253b9034d8ccbd34f9feeb26eda71c665f6e7fa0861f49b terraform_1.3.6_linux_amd64.zip
8
+ f4b1af29094290f1b3935c29033c4e5291664ee2c015ca251a020dd425c847c3 terraform_1.3.6_linux_arm64.zip
9
+ c0efeb1a94ab503c7dfb604262dee162246f3207600588a735d15ec75fe983ef terraform_1.3.6_linux_arm.zip
10
+ 41f2faad84eddd18c41b1d27666d9731f61ea61acf76befb936a7ac99f3414d0 terraform_1.3.6_openbsd_386.zip
11
+ 97a45d0c18fd86efdf365654c8d67882bc1cfb181d2a1fd081bd039f69a7b00d terraform_1.3.6_openbsd_amd64.zip
12
+ 7e10c847f499f767d22bed267c2f662e1c4cbc43bd5346b13c422c064f144746 terraform_1.3.6_solaris_amd64.zip
13
+ 2bd24fdb2a7fdb042ab4b5911d682d6fa2277fa784e1a18a98c7f0c9b5945324 terraform_1.3.6_windows_386.zip
14
+ cb2d74be073c52364c1c74de1256638ad1bdb8a5446b535d83b2ad1ca3910dd9 terraform_1.3.6_windows_amd64.zip
package/lib/types.d.ts CHANGED
@@ -1,17 +1,17 @@
1
1
  /// <reference types="node" />
2
- export declare type Outputs = {
2
+ export type Outputs = {
3
3
  path: string;
4
4
  version: string;
5
5
  filename: string;
6
6
  versionedFilename: string;
7
7
  originalFilename: string;
8
8
  };
9
- export declare type DownloadArgs = {
9
+ export type DownloadArgs = {
10
10
  version: string;
11
11
  platform: string;
12
12
  architecture: string;
13
13
  };
14
- export declare type ExtractArgs = {
14
+ export type ExtractArgs = {
15
15
  outputs: Outputs;
16
16
  buffer: Buffer;
17
17
  outdir: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jahed/terraform",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
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,8 +37,8 @@
37
37
  "@types/find-cache-dir": "^3.2.1",
38
38
  "@types/node": "^16.18.3",
39
39
  "@types/yauzl": "^2.10.0",
40
- "npm-check-updates": "^16.4.0",
41
- "prettier": "^2.7.1",
42
- "typescript": "4.8.x"
40
+ "npm-check-updates": "^16.4.3",
41
+ "prettier": "^2.8.0",
42
+ "typescript": "4.9.x"
43
43
  }
44
44
  }