@jahed/terraform 1.9.6 → 1.9.7

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/lib/download.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  /// <reference types="node" />
2
+ /// <reference types="node" />
2
3
  declare const download: (args: {
3
4
  url: string;
4
5
  }) => Promise<Buffer>;
package/lib/readFile.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  /// <reference types="node" />
2
+ /// <reference types="node" />
2
3
  declare const readFile: (file: string) => Promise<Buffer>;
3
4
  export { readFile };
package/lib/types.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  /// <reference types="node" />
2
+ /// <reference types="node" />
2
3
  export type Outputs = {
3
4
  path: string;
4
5
  version: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jahed/terraform",
3
- "version": "1.9.6",
3
+ "version": "1.9.7",
4
4
  "description": "A wrapper which downloads and runs Terraform locally via npm.",
5
5
  "author": "Jahed Ahmed <jahed.public@gmail.com> (https://jahed.dev)",
6
6
  "license": "MIT",
@@ -40,7 +40,7 @@
40
40
  "devDependencies": {
41
41
  "@tsconfig/node16": "^1.0.4",
42
42
  "@types/find-cache-dir": "^3.2.1",
43
- "@types/node": "^16.18.108",
43
+ "@types/node": "^16.18.112",
44
44
  "@types/yauzl": "^2.10.3",
45
45
  "npm-check-updates": "^16.14.20",
46
46
  "prettier": "^2.8.8",