@jahed/terraform 1.5.0 → 1.5.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.
Files changed (2) hide show
  1. package/README.md +2 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -4,10 +4,9 @@
4
4
  [![author](https://img.shields.io/badge/author-jahed-%23007fff)](https://jahed.dev/)
5
5
 
6
6
  A wrapper which downloads and runs [Terraform](https://www.terraform.io/)
7
- locally via [npm](https://www.npmjs.com/), [Yarn](https://yarnpkg.com/en/) and
8
- more.
7
+ locally via [npm](https://www.npmjs.com/).
9
8
 
10
- - Automates and manages your Terraform setup like all your other npm/Yarn dependencies.
9
+ - Automates and manages your Terraform setup like all your other npm dependencies.
11
10
  - Downloads the correct version of Terraform regardless of which Operating System you're using.
12
11
  - Checks downloads against Hashicorp's signed checksums to avoid malicious executables.
13
12
  - Decouples your project's Terraform version from your system installation.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jahed/terraform",
3
- "version": "1.5.0",
4
- "description": "A wrapper which downloads and runs Terraform locally via npm, yarn and more.",
3
+ "version": "1.5.2",
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",
7
7
  "repository": "https://github.com/jahed/node-terraform",
@@ -40,9 +40,9 @@
40
40
  "devDependencies": {
41
41
  "@tsconfig/node16": "^1.0.4",
42
42
  "@types/find-cache-dir": "^3.2.1",
43
- "@types/node": "^16.18.35",
43
+ "@types/node": "^16.18.36",
44
44
  "@types/yauzl": "^2.10.0",
45
- "npm-check-updates": "^16.10.12",
45
+ "npm-check-updates": "^16.10.13",
46
46
  "prettier": "^2.8.8",
47
47
  "typescript": "4.9.x"
48
48
  }