@pnpm/plugin-commands-listing 8.0.1 → 8.0.3

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 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<"tag" | "force" | "color" | "global" | "save" | "production" | "depth" | "offline" | "registry" | "optional" | "loglevel" | "only" | "dev" | "cert" | "key" | "ca" | "globalconfig" | "userconfig" | "proxy" | "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" | "local-address" | "no-proxy" | "strict-ssl" | "user-agent" | "package-lock", any>> & {
6
+ export declare function rcOptionsTypes(): Pick<Partial<Record<"key" | "user-agent" | "ca" | "cert" | "registry" | "dev" | "optional" | "tag" | "force" | "color" | "global" | "save" | "production" | "depth" | "offline" | "loglevel" | "only" | "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;
@@ -123,18 +123,18 @@ export declare function rcOptionsTypes(): Pick<Partial<Record<"tag" | "force" |
123
123
  versions: BooleanConstructor;
124
124
  viewer: StringConstructor;
125
125
  _exit: BooleanConstructor;
126
- }, "global" | "production" | "depth" | "optional" | "only" | "dev" | "parseable" | "json" | "long">;
126
+ }, "json" | "dev" | "optional" | "global" | "production" | "depth" | "only" | "parseable" | "long">;
127
127
  export declare const cliOptionsTypes: () => {
128
128
  'only-projects': BooleanConstructor;
129
129
  recursive: BooleanConstructor;
130
+ json: BooleanConstructor;
131
+ dev: any;
132
+ optional: any;
130
133
  global: any;
131
134
  production: any;
132
135
  depth: any;
133
- optional: any;
134
136
  only: any;
135
- dev: any;
136
137
  parseable: BooleanConstructor;
137
- json: BooleanConstructor;
138
138
  long: BooleanConstructor;
139
139
  };
140
140
  export declare const shorthands: {
package/lib/ll.d.ts CHANGED
@@ -4,14 +4,14 @@ export declare const rcOptionsTypes: typeof list.rcOptionsTypes;
4
4
  export declare function cliOptionsTypes(): Omit<{
5
5
  'only-projects': BooleanConstructor;
6
6
  recursive: BooleanConstructor;
7
+ json: BooleanConstructor;
8
+ dev: any;
9
+ optional: any;
7
10
  global: any;
8
11
  production: any;
9
12
  depth: any;
10
- optional: any;
11
13
  only: any;
12
- dev: any;
13
14
  parseable: BooleanConstructor;
14
- json: BooleanConstructor;
15
15
  long: BooleanConstructor;
16
16
  }, "long">;
17
17
  export declare const help: typeof list.help;
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<"tag" | "force" | "color" | "global" | "save" | "production" | "depth" | "offline" | "registry" | "optional" | "loglevel" | "only" | "dev" | "cert" | "key" | "ca" | "globalconfig" | "userconfig" | "proxy" | "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" | "local-address" | "no-proxy" | "strict-ssl" | "user-agent" | "package-lock", any>> & {
5
+ export declare function rcOptionsTypes(): Pick<Partial<Record<"key" | "user-agent" | "ca" | "cert" | "registry" | "dev" | "optional" | "tag" | "force" | "color" | "global" | "save" | "production" | "depth" | "offline" | "loglevel" | "only" | "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;
@@ -122,17 +122,17 @@ export declare function rcOptionsTypes(): Pick<Partial<Record<"tag" | "force" |
122
122
  versions: BooleanConstructor;
123
123
  viewer: StringConstructor;
124
124
  _exit: BooleanConstructor;
125
- }, "global" | "production" | "depth" | "optional" | "only" | "dev" | "parseable" | "json" | "long">;
125
+ }, "json" | "dev" | "optional" | "global" | "production" | "depth" | "only" | "parseable" | "long">;
126
126
  export declare const cliOptionsTypes: () => {
127
127
  recursive: BooleanConstructor;
128
+ json: BooleanConstructor;
129
+ dev: any;
130
+ optional: any;
128
131
  global: any;
129
132
  production: any;
130
133
  depth: any;
131
- optional: any;
132
134
  only: any;
133
- dev: any;
134
135
  parseable: BooleanConstructor;
135
- json: BooleanConstructor;
136
136
  long: BooleanConstructor;
137
137
  };
138
138
  export declare const shorthands: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/plugin-commands-listing",
3
- "version": "8.0.1",
3
+ "version": "8.0.3",
4
4
  "description": "The list and why commands of pnpm",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -28,19 +28,19 @@
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.2.1",
32
- "@pnpm/plugin-commands-listing": "8.0.1",
33
- "@pnpm/plugin-commands-installation": "14.0.3",
34
- "@pnpm/prepare": "0.0.84"
31
+ "@pnpm/filter-workspace-packages": "7.2.2",
32
+ "@pnpm/plugin-commands-installation": "14.0.7",
33
+ "@pnpm/plugin-commands-listing": "8.0.3",
34
+ "@pnpm/prepare": "0.0.85"
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.1.2",
39
40
  "@pnpm/common-cli-options-help": "1.0.0",
40
- "@pnpm/list": "9.1.4",
41
- "@pnpm/cli-utils": "2.1.1",
42
- "@pnpm/config": "20.1.1",
41
+ "@pnpm/config": "20.1.2",
43
42
  "@pnpm/error": "5.0.2",
43
+ "@pnpm/list": "9.1.5",
44
44
  "@pnpm/types": "9.4.0"
45
45
  },
46
46
  "peerDependencies": {