@pnpm/plugin-commands-store 4.1.2 → 4.1.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 +19 -17
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  ## Installation
8
8
 
9
9
  ```sh
10
- <pnpm|npm|yarn> add @pnpm/plugin-commands-store
10
+ pnpm add @pnpm/plugin-commands-store
11
11
  ```
12
12
 
13
13
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/plugin-commands-store",
3
- "version": "4.1.2",
3
+ "version": "4.1.6",
4
4
  "description": "Commands for controlling the store",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -23,37 +23,39 @@
23
23
  },
24
24
  "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/plugin-commands-store#readme",
25
25
  "devDependencies": {
26
- "@pnpm/assert-store": "1.0.29",
27
- "@pnpm/lockfile-file": "4.2.5",
26
+ "@pnpm/assert-store": "1.0.30",
27
+ "@pnpm/lockfile-file": "4.2.6",
28
28
  "@pnpm/logger": "^4.0.0",
29
- "@pnpm/prepare": "0.0.32",
29
+ "@pnpm/plugin-commands-store": "4.1.6",
30
+ "@pnpm/prepare": "0.0.33",
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
- "@pnpm/cafs": "3.0.12",
42
- "@pnpm/cli-utils": "0.6.42",
43
- "@pnpm/config": "13.9.0",
42
+ "@pnpm/cafs": "3.0.13",
43
+ "@pnpm/cli-utils": "0.6.46",
44
+ "@pnpm/config": "13.11.0",
44
45
  "@pnpm/error": "2.0.0",
45
- "@pnpm/get-context": "5.3.4",
46
- "@pnpm/lockfile-utils": "3.1.5",
47
- "@pnpm/normalize-registries": "2.0.11",
46
+ "@pnpm/get-context": "5.3.5",
47
+ "@pnpm/lockfile-utils": "3.1.6",
48
+ "@pnpm/normalize-registries": "2.0.12",
48
49
  "@pnpm/parse-wanted-dependency": "2.0.0",
49
- "@pnpm/pick-registry-for-package": "2.0.9",
50
- "@pnpm/store-connection-manager": "3.2.2",
51
- "@pnpm/store-controller-types": "11.0.10",
50
+ "@pnpm/pick-registry-for-package": "2.0.10",
51
+ "@pnpm/store-connection-manager": "3.2.4",
52
+ "@pnpm/store-controller-types": "11.0.11",
52
53
  "@pnpm/store-path": "^5.0.0",
53
- "@pnpm/types": "7.8.0",
54
+ "@pnpm/types": "7.9.0",
54
55
  "archy": "^1.0.0",
55
- "dependency-path": "8.0.9",
56
+ "dependency-path": "8.0.10",
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[![npm version](https://img.shields.io/npm/v/@pnpm/plugin-commands-store.svg)](https://www.npmjs.com/package/@pnpm/plugin-commands-store)\n\n## Installation\n\n```sh\n<pnpm|npm|yarn> add @pnpm/plugin-commands-store\n```\n\n## License\n\nMIT\n"
76
+ "readme": "# @pnpm/plugin-commands-store\n\n> Commands for controlling the store\n\n[![npm version](https://img.shields.io/npm/v/@pnpm/plugin-commands-store.svg)](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
  }