@pnpm/plugin-commands-env 1.4.4 → 1.4.8
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/README.md +1 -1
- package/package.json +11 -10
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/plugin-commands-env",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.8",
|
|
4
4
|
"description": "pnpm commands for managing Node.js",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -23,18 +23,18 @@
|
|
|
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.
|
|
27
|
-
"@pnpm/config": "13.
|
|
26
|
+
"@pnpm/cli-utils": "0.6.46",
|
|
27
|
+
"@pnpm/config": "13.11.0",
|
|
28
28
|
"@pnpm/error": "2.0.0",
|
|
29
|
-
"@pnpm/fetch": "4.2.
|
|
30
|
-
"@pnpm/fetcher-base": "11.1.
|
|
31
|
-
"@pnpm/package-store": "12.1.
|
|
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.
|
|
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",
|
|
37
|
-
"rename-overwrite": "^4.0.
|
|
37
|
+
"rename-overwrite": "^4.0.1",
|
|
38
38
|
"render-help": "^1.0.1",
|
|
39
39
|
"semver": "^7.3.4",
|
|
40
40
|
"tempy": "^1.0.0",
|
|
@@ -43,7 +43,8 @@
|
|
|
43
43
|
},
|
|
44
44
|
"funding": "https://opencollective.com/pnpm",
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@pnpm/
|
|
46
|
+
"@pnpm/plugin-commands-env": "1.4.8",
|
|
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[](https://www.npmjs.com/package/@pnpm/plugin-commands-env)\n\n## Installation\n\n```sh\
|
|
60
|
+
"readme": "# @pnpm/plugin-commands-env\n\n> pnpm commands for managing Node.js\n\n[](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
|
}
|