@pnpm/plugin-commands-store 4.1.2 → 4.1.3
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 +6 -4
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/plugin-commands-store",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.3",
|
|
4
4
|
"description": "Commands for controlling the store",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -26,20 +26,21 @@
|
|
|
26
26
|
"@pnpm/assert-store": "1.0.29",
|
|
27
27
|
"@pnpm/lockfile-file": "4.2.5",
|
|
28
28
|
"@pnpm/logger": "^4.0.0",
|
|
29
|
+
"@pnpm/plugin-commands-store": "4.1.3",
|
|
29
30
|
"@pnpm/prepare": "0.0.32",
|
|
31
|
+
"@pnpm/registry-mock": "2.12.1",
|
|
30
32
|
"@types/archy": "0.0.31",
|
|
31
33
|
"@types/ramda": "0.27.39",
|
|
32
34
|
"@types/ssri": "^7.1.0",
|
|
33
35
|
"@zkochan/rimraf": "^2.1.1",
|
|
34
36
|
"execa": "npm:safe-execa@^0.1.1",
|
|
35
|
-
"load-json-file": "^6.2.0",
|
|
36
37
|
"path-exists": "^4.0.0",
|
|
37
38
|
"ssri": "^8.0.1",
|
|
38
39
|
"tempy": "^1.0.0"
|
|
39
40
|
},
|
|
40
41
|
"dependencies": {
|
|
41
42
|
"@pnpm/cafs": "3.0.12",
|
|
42
|
-
"@pnpm/cli-utils": "0.6.
|
|
43
|
+
"@pnpm/cli-utils": "0.6.43",
|
|
43
44
|
"@pnpm/config": "13.9.0",
|
|
44
45
|
"@pnpm/error": "2.0.0",
|
|
45
46
|
"@pnpm/get-context": "5.3.4",
|
|
@@ -54,6 +55,7 @@
|
|
|
54
55
|
"archy": "^1.0.0",
|
|
55
56
|
"dependency-path": "8.0.9",
|
|
56
57
|
"dint": "^5.1.0",
|
|
58
|
+
"load-json-file": "^6.2.0",
|
|
57
59
|
"p-filter": "^2.1.0",
|
|
58
60
|
"ramda": "^0.27.1",
|
|
59
61
|
"render-help": "^1.0.1"
|
|
@@ -71,5 +73,5 @@
|
|
|
71
73
|
"test": "pnpm run compile && pnpm run _test",
|
|
72
74
|
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
|
|
73
75
|
},
|
|
74
|
-
"readme": "# @pnpm/plugin-commands-store\n\n> Commands for controlling the store\n\n[](https://www.npmjs.com/package/@pnpm/plugin-commands-store)\n\n## Installation\n\n```sh\
|
|
76
|
+
"readme": "# @pnpm/plugin-commands-store\n\n> Commands for controlling the store\n\n[](https://www.npmjs.com/package/@pnpm/plugin-commands-store)\n\n## Installation\n\n```sh\npnpm add @pnpm/plugin-commands-store\n```\n\n## License\n\nMIT\n"
|
|
75
77
|
}
|