@pnpm/plugin-commands-listing 8.0.5 → 8.0.7
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/list.d.ts +8 -8
- package/lib/ll.d.ts +4 -4
- package/lib/why.d.ts +8 -8
- package/package.json +10 -10
package/lib/list.d.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/// <reference types="node" />
|
|
4
4
|
import { type Config } from '@pnpm/config';
|
|
5
5
|
import { type IncludedDependencies } from '@pnpm/types';
|
|
6
|
-
export declare function rcOptionsTypes(): Pick<Partial<Record<"
|
|
6
|
+
export declare function rcOptionsTypes(): Pick<Partial<Record<"optional" | "key" | "color" | "offline" | "global" | "depth" | "dev" | "only" | "production" | "registry" | "tag" | "user-agent" | "ca" | "cert" | "force" | "save" | "loglevel" | "globalconfig" | "userconfig" | "proxy" | "local-address" | "ignore-scripts" | "dry-run" | "save-prod" | "save-dev" | "save-optional" | "script-shell" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-mintimeout" | "fetch-retry-maxtimeout" | "save-exact" | "save-prefix" | "scripts-prepend-node-path" | "engine-strict" | "node-version" | "unsafe-perm" | "prefer-offline" | "https-proxy" | "no-proxy" | "strict-ssl" | "package-lock", any>> & {
|
|
7
7
|
access: (string | null)[];
|
|
8
8
|
'allow-same-version': BooleanConstructor;
|
|
9
9
|
'always-auth': BooleanConstructor;
|
|
@@ -40,7 +40,7 @@ export declare function rcOptionsTypes(): Pick<Partial<Record<"depth" | "dev" |
|
|
|
40
40
|
global: BooleanConstructor;
|
|
41
41
|
globalconfig: import("path").PlatformPath;
|
|
42
42
|
'global-style': BooleanConstructor;
|
|
43
|
-
group: (
|
|
43
|
+
group: (StringConstructor | NumberConstructor)[];
|
|
44
44
|
'https-proxy': (typeof import("url") | null)[];
|
|
45
45
|
'user-agent': StringConstructor;
|
|
46
46
|
'ham-it-up': BooleanConstructor;
|
|
@@ -115,7 +115,7 @@ export declare function rcOptionsTypes(): Pick<Partial<Record<"depth" | "dev" |
|
|
|
115
115
|
unicode: BooleanConstructor;
|
|
116
116
|
'unsafe-perm': BooleanConstructor;
|
|
117
117
|
usage: BooleanConstructor;
|
|
118
|
-
user: (
|
|
118
|
+
user: (StringConstructor | NumberConstructor)[];
|
|
119
119
|
userconfig: import("path").PlatformPath;
|
|
120
120
|
umask: () => void;
|
|
121
121
|
version: BooleanConstructor;
|
|
@@ -123,17 +123,17 @@ export declare function rcOptionsTypes(): Pick<Partial<Record<"depth" | "dev" |
|
|
|
123
123
|
versions: BooleanConstructor;
|
|
124
124
|
viewer: StringConstructor;
|
|
125
125
|
_exit: BooleanConstructor;
|
|
126
|
-
}, "
|
|
126
|
+
}, "long" | "optional" | "json" | "global" | "depth" | "dev" | "only" | "parseable" | "production">;
|
|
127
127
|
export declare const cliOptionsTypes: () => {
|
|
128
128
|
'only-projects': BooleanConstructor;
|
|
129
129
|
recursive: BooleanConstructor;
|
|
130
|
+
long: BooleanConstructor;
|
|
131
|
+
optional: any;
|
|
132
|
+
json: BooleanConstructor;
|
|
133
|
+
global: any;
|
|
130
134
|
depth: any;
|
|
131
135
|
dev: any;
|
|
132
|
-
global: any;
|
|
133
|
-
json: BooleanConstructor;
|
|
134
|
-
long: BooleanConstructor;
|
|
135
136
|
only: any;
|
|
136
|
-
optional: any;
|
|
137
137
|
parseable: BooleanConstructor;
|
|
138
138
|
production: any;
|
|
139
139
|
};
|
package/lib/ll.d.ts
CHANGED
|
@@ -4,13 +4,13 @@ export declare const rcOptionsTypes: typeof list.rcOptionsTypes;
|
|
|
4
4
|
export declare function cliOptionsTypes(): Omit<{
|
|
5
5
|
'only-projects': BooleanConstructor;
|
|
6
6
|
recursive: BooleanConstructor;
|
|
7
|
+
long: BooleanConstructor;
|
|
8
|
+
optional: any;
|
|
9
|
+
json: BooleanConstructor;
|
|
10
|
+
global: any;
|
|
7
11
|
depth: any;
|
|
8
12
|
dev: any;
|
|
9
|
-
global: any;
|
|
10
|
-
json: BooleanConstructor;
|
|
11
|
-
long: BooleanConstructor;
|
|
12
13
|
only: any;
|
|
13
|
-
optional: any;
|
|
14
14
|
parseable: BooleanConstructor;
|
|
15
15
|
production: any;
|
|
16
16
|
}, "long">;
|
package/lib/why.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/// <reference types="node" />
|
|
3
3
|
/// <reference types="node" />
|
|
4
4
|
import { type ListCommandOptions } from './list';
|
|
5
|
-
export declare function rcOptionsTypes(): Pick<Partial<Record<"
|
|
5
|
+
export declare function rcOptionsTypes(): Pick<Partial<Record<"optional" | "key" | "color" | "offline" | "global" | "depth" | "dev" | "only" | "production" | "registry" | "tag" | "user-agent" | "ca" | "cert" | "force" | "save" | "loglevel" | "globalconfig" | "userconfig" | "proxy" | "local-address" | "ignore-scripts" | "dry-run" | "save-prod" | "save-dev" | "save-optional" | "script-shell" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-mintimeout" | "fetch-retry-maxtimeout" | "save-exact" | "save-prefix" | "scripts-prepend-node-path" | "engine-strict" | "node-version" | "unsafe-perm" | "prefer-offline" | "https-proxy" | "no-proxy" | "strict-ssl" | "package-lock", any>> & {
|
|
6
6
|
access: (string | null)[];
|
|
7
7
|
'allow-same-version': BooleanConstructor;
|
|
8
8
|
'always-auth': BooleanConstructor;
|
|
@@ -39,7 +39,7 @@ export declare function rcOptionsTypes(): Pick<Partial<Record<"depth" | "dev" |
|
|
|
39
39
|
global: BooleanConstructor;
|
|
40
40
|
globalconfig: import("path").PlatformPath;
|
|
41
41
|
'global-style': BooleanConstructor;
|
|
42
|
-
group: (
|
|
42
|
+
group: (StringConstructor | NumberConstructor)[];
|
|
43
43
|
'https-proxy': (typeof import("url") | null)[];
|
|
44
44
|
'user-agent': StringConstructor;
|
|
45
45
|
'ham-it-up': BooleanConstructor;
|
|
@@ -114,7 +114,7 @@ export declare function rcOptionsTypes(): Pick<Partial<Record<"depth" | "dev" |
|
|
|
114
114
|
unicode: BooleanConstructor;
|
|
115
115
|
'unsafe-perm': BooleanConstructor;
|
|
116
116
|
usage: BooleanConstructor;
|
|
117
|
-
user: (
|
|
117
|
+
user: (StringConstructor | NumberConstructor)[];
|
|
118
118
|
userconfig: import("path").PlatformPath;
|
|
119
119
|
umask: () => void;
|
|
120
120
|
version: BooleanConstructor;
|
|
@@ -122,16 +122,16 @@ export declare function rcOptionsTypes(): Pick<Partial<Record<"depth" | "dev" |
|
|
|
122
122
|
versions: BooleanConstructor;
|
|
123
123
|
viewer: StringConstructor;
|
|
124
124
|
_exit: BooleanConstructor;
|
|
125
|
-
}, "
|
|
125
|
+
}, "long" | "optional" | "json" | "global" | "depth" | "dev" | "only" | "parseable" | "production">;
|
|
126
126
|
export declare const cliOptionsTypes: () => {
|
|
127
127
|
recursive: BooleanConstructor;
|
|
128
|
+
long: BooleanConstructor;
|
|
129
|
+
optional: any;
|
|
130
|
+
json: BooleanConstructor;
|
|
131
|
+
global: any;
|
|
128
132
|
depth: any;
|
|
129
133
|
dev: any;
|
|
130
|
-
global: any;
|
|
131
|
-
json: BooleanConstructor;
|
|
132
|
-
long: BooleanConstructor;
|
|
133
134
|
only: any;
|
|
134
|
-
optional: any;
|
|
135
135
|
parseable: BooleanConstructor;
|
|
136
136
|
production: any;
|
|
137
137
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/plugin-commands-listing",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.7",
|
|
4
4
|
"description": "The list and why commands of pnpm",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -28,20 +28,20 @@
|
|
|
28
28
|
"strip-ansi": "^6.0.1",
|
|
29
29
|
"write-yaml-file": "^5.0.0",
|
|
30
30
|
"@pnpm/constants": "7.1.1",
|
|
31
|
-
"@pnpm/
|
|
32
|
-
"@pnpm/
|
|
33
|
-
"@pnpm/prepare": "0.0.
|
|
34
|
-
"@pnpm/plugin-commands-
|
|
31
|
+
"@pnpm/filter-workspace-packages": "7.2.7",
|
|
32
|
+
"@pnpm/plugin-commands-listing": "8.0.7",
|
|
33
|
+
"@pnpm/prepare": "0.0.86",
|
|
34
|
+
"@pnpm/plugin-commands-installation": "14.0.14"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"ramda": "npm:@pnpm/ramda@0.28.1",
|
|
38
38
|
"render-help": "^1.0.3",
|
|
39
|
-
"@pnpm/
|
|
39
|
+
"@pnpm/cli-utils": "2.1.5",
|
|
40
40
|
"@pnpm/common-cli-options-help": "1.0.0",
|
|
41
|
-
"@pnpm/
|
|
42
|
-
"@pnpm/
|
|
43
|
-
"@pnpm/
|
|
44
|
-
"@pnpm/
|
|
41
|
+
"@pnpm/config": "20.2.0",
|
|
42
|
+
"@pnpm/list": "9.1.7",
|
|
43
|
+
"@pnpm/types": "9.4.1",
|
|
44
|
+
"@pnpm/error": "5.0.2"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"@pnpm/logger": "^5.0.0"
|