@pnpm/plugin-commands-listing 7.0.13 → 7.0.14

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 +11 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/plugin-commands-listing",
3
- "version": "7.0.13",
3
+ "version": "7.0.14",
4
4
  "description": "The list and why commands of pnpm",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -22,26 +22,26 @@
22
22
  },
23
23
  "homepage": "https://github.com/pnpm/pnpm/blob/main/reviewing/plugin-commands-listing#readme",
24
24
  "devDependencies": {
25
- "@pnpm/registry-mock": "3.8.0",
25
+ "@pnpm/registry-mock": "3.10.2",
26
26
  "@types/ramda": "0.28.20",
27
27
  "execa": "npm:safe-execa@0.1.2",
28
28
  "strip-ansi": "^6.0.1",
29
29
  "write-yaml-file": "^5.0.0",
30
30
  "@pnpm/constants": "7.1.1",
31
- "@pnpm/filter-workspace-packages": "7.0.12",
32
- "@pnpm/plugin-commands-installation": "13.0.16",
33
- "@pnpm/plugin-commands-listing": "7.0.13",
34
- "@pnpm/prepare": "0.0.71"
31
+ "@pnpm/filter-workspace-packages": "7.0.13",
32
+ "@pnpm/plugin-commands-installation": "13.0.18",
33
+ "@pnpm/plugin-commands-listing": "7.0.14",
34
+ "@pnpm/prepare": "0.0.72"
35
35
  },
36
36
  "dependencies": {
37
37
  "ramda": "npm:@pnpm/ramda@0.28.1",
38
38
  "render-help": "^1.0.3",
39
- "@pnpm/cli-utils": "2.0.12",
39
+ "@pnpm/cli-utils": "2.0.13",
40
40
  "@pnpm/common-cli-options-help": "1.0.0",
41
- "@pnpm/config": "18.4.3",
41
+ "@pnpm/config": "18.4.4",
42
42
  "@pnpm/error": "5.0.2",
43
- "@pnpm/list": "9.0.9",
44
- "@pnpm/types": "9.1.0"
43
+ "@pnpm/list": "9.0.10",
44
+ "@pnpm/types": "9.2.0"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@pnpm/logger": "^5.0.0"
@@ -52,10 +52,7 @@
52
52
  },
53
53
  "scripts": {
54
54
  "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
55
- "registry-mock": "registry-mock",
56
- "test:jest": "jest",
57
- "test:e2e": "registry-mock prepare && run-p -r registry-mock test:jest",
58
- "_test": "cross-env PNPM_REGISTRY_MOCK_PORT=7780 pnpm run test:e2e",
55
+ "_test": "cross-env PNPM_REGISTRY_MOCK_PORT=7780 jest",
59
56
  "test": "pnpm run compile && pnpm run _test",
60
57
  "compile": "tsc --build && pnpm run lint --fix"
61
58
  }