@pnpm/plugin-commands-store 1000.0.13 → 1000.0.15

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 (1) hide show
  1. package/package.json +43 -43
package/package.json CHANGED
@@ -1,44 +1,28 @@
1
1
  {
2
2
  "name": "@pnpm/plugin-commands-store",
3
- "version": "1000.0.13",
3
+ "version": "1000.0.15",
4
4
  "description": "Commands for controlling the store",
5
- "main": "lib/index.js",
6
- "types": "lib/index.d.ts",
7
- "files": [
8
- "lib",
9
- "!*.map"
10
- ],
11
- "engines": {
12
- "node": ">=18.12"
13
- },
14
- "repository": "https://github.com/pnpm/pnpm/blob/main/store/plugin-commands-store",
15
5
  "keywords": [
16
- "pnpm10",
17
6
  "pnpm",
7
+ "pnpm10",
18
8
  "scripts"
19
9
  ],
20
10
  "license": "MIT",
11
+ "funding": "https://opencollective.com/pnpm",
12
+ "repository": "https://github.com/pnpm/pnpm/blob/main/store/plugin-commands-store",
13
+ "homepage": "https://github.com/pnpm/pnpm/blob/main/store/plugin-commands-store#readme",
21
14
  "bugs": {
22
15
  "url": "https://github.com/pnpm/pnpm/issues"
23
16
  },
24
- "homepage": "https://github.com/pnpm/pnpm/blob/main/store/plugin-commands-store#readme",
25
- "devDependencies": {
26
- "@pnpm/registry-mock": "4.0.0",
27
- "@types/archy": "0.0.33",
28
- "@types/ramda": "0.29.12",
29
- "@types/ssri": "^7.1.5",
30
- "@zkochan/rimraf": "^3.0.2",
31
- "execa": "npm:safe-execa@0.1.2",
32
- "ssri": "10.0.5",
33
- "tempy": "^1.0.1",
34
- "@pnpm/constants": "1001.1.0",
35
- "@pnpm/assert-store": "2.0.5",
36
- "@pnpm/lockfile.fs": "1001.1.4",
37
- "@pnpm/logger": "1000.0.0",
38
- "@pnpm/plugin-commands-store": "1000.0.13",
39
- "@pnpm/prepare": "0.0.112",
40
- "@pnpm/plugin-commands-script-runners": "1000.2.1"
17
+ "main": "lib/index.js",
18
+ "types": "lib/index.d.ts",
19
+ "exports": {
20
+ ".": "./lib/index.js"
41
21
  },
22
+ "files": [
23
+ "lib",
24
+ "!*.map"
25
+ ],
42
26
  "dependencies": {
43
27
  "archy": "^1.0.0",
44
28
  "dint": "^5.1.0",
@@ -46,27 +30,43 @@
46
30
  "p-filter": "^2.1.0",
47
31
  "ramda": "npm:@pnpm/ramda@0.28.1",
48
32
  "render-help": "^1.0.3",
49
- "@pnpm/cli-utils": "1000.0.12",
50
- "@pnpm/config": "1002.4.1",
51
- "@pnpm/dependency-path": "1000.0.3",
52
- "@pnpm/get-context": "1001.0.6",
53
- "@pnpm/lockfile.utils": "1001.0.3",
54
- "@pnpm/normalize-registries": "1000.0.3",
33
+ "@pnpm/cli-utils": "1000.0.14",
34
+ "@pnpm/config": "1002.5.1",
35
+ "@pnpm/dependency-path": "1000.0.4",
55
36
  "@pnpm/error": "1000.0.2",
56
- "@pnpm/pick-registry-for-package": "1000.0.3",
37
+ "@pnpm/lockfile.utils": "1001.0.4",
38
+ "@pnpm/normalize-registries": "1000.0.4",
39
+ "@pnpm/get-context": "1001.0.7",
57
40
  "@pnpm/parse-wanted-dependency": "1000.0.0",
58
- "@pnpm/store-controller-types": "1001.0.2",
41
+ "@pnpm/pick-registry-for-package": "1000.0.4",
42
+ "@pnpm/store-controller-types": "1001.0.3",
59
43
  "@pnpm/store-path": "1000.0.2",
60
- "@pnpm/store-connection-manager": "1000.0.11",
61
- "@pnpm/store.cafs": "1000.0.5",
62
- "@pnpm/types": "1000.2.0"
44
+ "@pnpm/store-connection-manager": "1000.0.13",
45
+ "@pnpm/store.cafs": "1000.0.6",
46
+ "@pnpm/types": "1000.2.1"
63
47
  },
64
48
  "peerDependencies": {
65
49
  "@pnpm/logger": ">=5.1.0 <1001.0.0"
66
50
  },
67
- "funding": "https://opencollective.com/pnpm",
68
- "exports": {
69
- ".": "./lib/index.js"
51
+ "devDependencies": {
52
+ "@pnpm/registry-mock": "4.0.0",
53
+ "@types/archy": "0.0.33",
54
+ "@types/ramda": "0.29.12",
55
+ "@types/ssri": "^7.1.5",
56
+ "@zkochan/rimraf": "^3.0.2",
57
+ "execa": "npm:safe-execa@0.1.2",
58
+ "ssri": "10.0.5",
59
+ "tempy": "^1.0.1",
60
+ "@pnpm/constants": "1001.1.0",
61
+ "@pnpm/lockfile.fs": "1001.1.5",
62
+ "@pnpm/logger": "1000.0.0",
63
+ "@pnpm/assert-store": "2.0.6",
64
+ "@pnpm/plugin-commands-script-runners": "1000.2.3",
65
+ "@pnpm/plugin-commands-store": "1000.0.15",
66
+ "@pnpm/prepare": "0.0.113"
67
+ },
68
+ "engines": {
69
+ "node": ">=18.12"
70
70
  },
71
71
  "jest": {
72
72
  "preset": "@pnpm/jest-config"