@pnpm/deps.inspection.commands 1100.1.3 → 1100.1.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.
- package/lib/listing/common.d.ts +1 -1
- package/package.json +16 -16
package/lib/listing/common.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ export declare function determineReportAs(opts: {
|
|
|
14
14
|
json?: boolean;
|
|
15
15
|
}): ReportAs;
|
|
16
16
|
export declare const shorthands: Record<string, string>;
|
|
17
|
-
export declare const BASE_RC_OPTION_KEYS: readonly [
|
|
17
|
+
export declare const BASE_RC_OPTION_KEYS: readonly ['dev', 'global-dir', 'global', 'json', 'long', 'only', 'optional', 'parseable', 'production'];
|
|
18
18
|
export declare const SHARED_CLI_HELP_OPTIONS: ({
|
|
19
19
|
description: string;
|
|
20
20
|
name: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/deps.inspection.commands",
|
|
3
|
-
"version": "1100.1.
|
|
3
|
+
"version": "1100.1.4",
|
|
4
4
|
"description": "The list, ll, why, and outdated commands of pnpm",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -32,27 +32,27 @@
|
|
|
32
32
|
"open": "^7.4.2",
|
|
33
33
|
"ramda": "npm:@pnpm/ramda@0.28.1",
|
|
34
34
|
"render-help": "^2.0.0",
|
|
35
|
-
"@pnpm/cli.command": "1100.0.0",
|
|
36
35
|
"@pnpm/cli.common-cli-options-help": "1100.0.0",
|
|
37
36
|
"@pnpm/config.matcher": "1100.0.0",
|
|
38
37
|
"@pnpm/config.pick-registry-for-package": "1100.0.1",
|
|
39
38
|
"@pnpm/cli.utils": "1101.0.0",
|
|
40
39
|
"@pnpm/config.reader": "1101.1.1",
|
|
41
40
|
"@pnpm/deps.inspection.list": "1100.0.4",
|
|
42
|
-
"@pnpm/
|
|
43
|
-
"@pnpm/
|
|
44
|
-
"@pnpm/
|
|
41
|
+
"@pnpm/cli.command": "1100.0.0",
|
|
42
|
+
"@pnpm/deps.inspection.outdated": "1100.0.5",
|
|
43
|
+
"@pnpm/deps.inspection.peers-checker": "1100.0.3",
|
|
45
44
|
"@pnpm/error": "1100.0.0",
|
|
45
|
+
"@pnpm/global.commands": "1100.0.5",
|
|
46
|
+
"@pnpm/global.packages": "1100.0.1",
|
|
46
47
|
"@pnpm/installing.modules-yaml": "1100.0.1",
|
|
47
|
-
"@pnpm/network.auth-header": "1100.0.1",
|
|
48
48
|
"@pnpm/lockfile.fs": "1100.0.3",
|
|
49
|
+
"@pnpm/network.auth-header": "1100.0.1",
|
|
49
50
|
"@pnpm/network.fetch": "1100.0.1",
|
|
50
|
-
"@pnpm/resolving.npm-resolver": "1101.0.0",
|
|
51
51
|
"@pnpm/resolving.registry.types": "1100.0.1",
|
|
52
|
-
"@pnpm/
|
|
52
|
+
"@pnpm/resolving.npm-resolver": "1101.0.0",
|
|
53
|
+
"@pnpm/resolving.default-resolver": "1100.0.5",
|
|
53
54
|
"@pnpm/store.path": "1100.0.0",
|
|
54
|
-
"@pnpm/types": "1101.0.0"
|
|
55
|
-
"@pnpm/resolving.default-resolver": "1100.0.4"
|
|
55
|
+
"@pnpm/types": "1101.0.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"@pnpm/logger": ">=1001.0.0 <1002.0.0"
|
|
@@ -65,13 +65,13 @@
|
|
|
65
65
|
"execa": "npm:safe-execa@0.3.0",
|
|
66
66
|
"symlink-dir": "^10.0.1",
|
|
67
67
|
"write-yaml-file": "^6.0.0",
|
|
68
|
-
"@pnpm/deps.inspection.commands": "1100.1.3",
|
|
69
|
-
"@pnpm/prepare": "1100.0.3",
|
|
70
|
-
"@pnpm/test-fixtures": "1100.0.0",
|
|
71
68
|
"@pnpm/constants": "1100.0.0",
|
|
72
|
-
"@pnpm/
|
|
73
|
-
"@pnpm/
|
|
74
|
-
"@pnpm/
|
|
69
|
+
"@pnpm/installing.commands": "1100.1.3",
|
|
70
|
+
"@pnpm/test-fixtures": "1100.0.0",
|
|
71
|
+
"@pnpm/prepare": "1100.0.3",
|
|
72
|
+
"@pnpm/workspace.projects-filter": "1100.0.4",
|
|
73
|
+
"@pnpm/deps.inspection.commands": "1100.1.4",
|
|
74
|
+
"@pnpm/testing.command-defaults": "1100.0.1"
|
|
75
75
|
},
|
|
76
76
|
"engines": {
|
|
77
77
|
"node": ">=22.13"
|