@pnpm/deps.inspection.commands 1100.3.2 → 1100.3.4

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 +30 -27
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/deps.inspection.commands",
3
- "version": "1100.3.2",
3
+ "version": "1100.3.4",
4
4
  "description": "The list, ll, why, and outdated commands of pnpm",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -8,7 +8,10 @@
8
8
  ],
9
9
  "license": "MIT",
10
10
  "funding": "https://opencollective.com/pnpm",
11
- "repository": "https://github.com/pnpm/pnpm/tree/main/deps/inspection/commands",
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/pnpm/pnpm/tree/main/deps/inspection/commands"
14
+ },
12
15
  "homepage": "https://github.com/pnpm/pnpm/tree/main/deps/inspection/commands#readme",
13
16
  "bugs": {
14
17
  "url": "https://github.com/pnpm/pnpm/issues"
@@ -33,28 +36,28 @@
33
36
  "open": "^7.4.2",
34
37
  "ramda": "npm:@pnpm/ramda@0.28.1",
35
38
  "render-help": "^2.0.0",
36
- "@pnpm/cli.command": "1100.0.1",
37
39
  "@pnpm/cli.common-cli-options-help": "1100.0.1",
38
- "@pnpm/cli.utils": "1101.0.8",
39
- "@pnpm/config.matcher": "1100.0.1",
40
- "@pnpm/config.pick-registry-for-package": "1100.0.6",
41
- "@pnpm/config.reader": "1101.5.0",
42
- "@pnpm/deps.inspection.list": "1100.0.14",
43
- "@pnpm/deps.inspection.peers-checker": "1100.0.11",
44
- "@pnpm/deps.inspection.outdated": "1100.1.4",
45
- "@pnpm/deps.inspection.peers-issues-renderer": "1100.0.3",
40
+ "@pnpm/cli.utils": "1101.0.9",
41
+ "@pnpm/cli.command": "1100.0.1",
42
+ "@pnpm/config.pick-registry-for-package": "1100.0.7",
43
+ "@pnpm/deps.inspection.peers-checker": "1100.0.12",
44
+ "@pnpm/config.reader": "1101.6.0",
45
+ "@pnpm/deps.inspection.outdated": "1100.1.5",
46
46
  "@pnpm/error": "1100.0.0",
47
- "@pnpm/global.commands": "1100.0.23",
48
- "@pnpm/global.packages": "1100.0.5",
49
- "@pnpm/installing.modules-yaml": "1100.0.6",
50
- "@pnpm/lockfile.fs": "1100.1.2",
51
- "@pnpm/network.fetch": "1100.0.8",
52
- "@pnpm/network.auth-header": "1101.0.0",
53
- "@pnpm/resolving.default-resolver": "1100.3.4",
54
- "@pnpm/resolving.npm-resolver": "1101.4.0",
55
- "@pnpm/types": "1101.2.0",
47
+ "@pnpm/global.commands": "1100.0.25",
48
+ "@pnpm/deps.inspection.peers-issues-renderer": "1100.0.4",
49
+ "@pnpm/global.packages": "1100.0.6",
50
+ "@pnpm/network.fetch": "1100.1.0",
51
+ "@pnpm/config.matcher": "1100.0.1",
52
+ "@pnpm/lockfile.fs": "1100.1.3",
53
+ "@pnpm/network.auth-header": "1101.1.0",
54
+ "@pnpm/deps.inspection.list": "1100.0.15",
55
+ "@pnpm/resolving.default-resolver": "1100.3.5",
56
+ "@pnpm/resolving.registry.types": "1100.1.1",
57
+ "@pnpm/types": "1101.3.0",
58
+ "@pnpm/resolving.npm-resolver": "1101.5.0",
56
59
  "@pnpm/store.path": "1100.0.1",
57
- "@pnpm/resolving.registry.types": "1100.1.0"
60
+ "@pnpm/installing.modules-yaml": "1100.0.7"
58
61
  },
59
62
  "peerDependencies": {
60
63
  "@pnpm/logger": "^1001.0.1"
@@ -68,13 +71,13 @@
68
71
  "symlink-dir": "^10.0.1",
69
72
  "write-yaml-file": "^6.0.0",
70
73
  "@pnpm/constants": "1100.0.0",
71
- "@pnpm/deps.inspection.commands": "1100.3.2",
72
- "@pnpm/installing.commands": "1100.7.0",
74
+ "@pnpm/deps.inspection.commands": "1100.3.4",
75
+ "@pnpm/testing.registry-mock": "1100.0.3",
76
+ "@pnpm/installing.commands": "1100.7.2",
73
77
  "@pnpm/test-fixtures": "1100.0.0",
74
- "@pnpm/testing.command-defaults": "1100.0.2",
75
- "@pnpm/prepare": "1100.0.12",
76
- "@pnpm/testing.registry-mock": "1100.0.2",
77
- "@pnpm/workspace.projects-filter": "1100.0.17"
78
+ "@pnpm/prepare": "1100.0.13",
79
+ "@pnpm/workspace.projects-filter": "1100.0.18",
80
+ "@pnpm/testing.command-defaults": "1100.0.3"
78
81
  },
79
82
  "engines": {
80
83
  "node": ">=22.13"