@pnpm/plugin-commands-env 1.4.2 → 1.4.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +10 -9
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  ## Installation
8
8
 
9
9
  ```sh
10
- <pnpm|npm|yarn> add @pnpm/plugin-commands-env
10
+ pnpm add @pnpm/plugin-commands-env
11
11
  ```
12
12
 
13
13
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/plugin-commands-env",
3
- "version": "1.4.2",
3
+ "version": "1.4.6",
4
4
  "description": "pnpm commands for managing Node.js",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -23,14 +23,14 @@
23
23
  },
24
24
  "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/plugin-commands-env#readme",
25
25
  "dependencies": {
26
- "@pnpm/cli-utils": "0.6.41",
27
- "@pnpm/config": "13.8.0",
26
+ "@pnpm/cli-utils": "0.6.44",
27
+ "@pnpm/config": "13.10.0",
28
28
  "@pnpm/error": "2.0.0",
29
- "@pnpm/fetch": "4.2.3",
30
- "@pnpm/fetcher-base": "11.1.4",
31
- "@pnpm/package-store": "12.1.6",
29
+ "@pnpm/fetch": "4.2.4",
30
+ "@pnpm/fetcher-base": "11.1.5",
31
+ "@pnpm/package-store": "12.1.8",
32
32
  "@pnpm/store-path": "^5.0.0",
33
- "@pnpm/tarball-fetcher": "9.3.14",
33
+ "@pnpm/tarball-fetcher": "9.3.15",
34
34
  "@zkochan/cmd-shim": "^5.2.1",
35
35
  "adm-zip": "^0.5.5",
36
36
  "load-json-file": "^6.2.0",
@@ -43,7 +43,8 @@
43
43
  },
44
44
  "funding": "https://opencollective.com/pnpm",
45
45
  "devDependencies": {
46
- "@pnpm/prepare": "0.0.31",
46
+ "@pnpm/plugin-commands-env": "1.4.6",
47
+ "@pnpm/prepare": "0.0.33",
47
48
  "@types/adm-zip": "^0.4.34",
48
49
  "execa": "npm:safe-execa@^0.1.1",
49
50
  "nock": "12.0.3",
@@ -56,5 +57,5 @@
56
57
  "test": "pnpm run compile && pnpm run _test",
57
58
  "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
58
59
  },
59
- "readme": "# @pnpm/plugin-commands-env\n\n> pnpm commands for managing Node.js\n\n[![npm version](https://img.shields.io/npm/v/@pnpm/plugin-commands-env.svg)](https://www.npmjs.com/package/@pnpm/plugin-commands-env)\n\n## Installation\n\n```sh\n<pnpm|npm|yarn> add @pnpm/plugin-commands-env\n```\n\n## License\n\nMIT\n"
60
+ "readme": "# @pnpm/plugin-commands-env\n\n> pnpm commands for managing Node.js\n\n[![npm version](https://img.shields.io/npm/v/@pnpm/plugin-commands-env.svg)](https://www.npmjs.com/package/@pnpm/plugin-commands-env)\n\n## Installation\n\n```sh\npnpm add @pnpm/plugin-commands-env\n```\n\n## License\n\nMIT\n"
60
61
  }