@pnpm/plugin-commands-listing 8.0.6 → 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 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<"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
+ 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;
@@ -123,19 +123,19 @@ export declare function rcOptionsTypes(): Pick<Partial<Record<"key" | "user-agen
123
123
  versions: BooleanConstructor;
124
124
  viewer: StringConstructor;
125
125
  _exit: BooleanConstructor;
126
- }, "json" | "dev" | "optional" | "global" | "production" | "depth" | "only" | "parseable" | "long">;
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
- json: BooleanConstructor;
131
- dev: any;
130
+ long: BooleanConstructor;
132
131
  optional: any;
132
+ json: BooleanConstructor;
133
133
  global: any;
134
- production: any;
135
134
  depth: any;
135
+ dev: any;
136
136
  only: any;
137
137
  parseable: BooleanConstructor;
138
- long: BooleanConstructor;
138
+ production: any;
139
139
  };
140
140
  export declare const shorthands: {
141
141
  D: string;
package/lib/ll.d.ts CHANGED
@@ -4,15 +4,15 @@ 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;
7
+ long: BooleanConstructor;
9
8
  optional: any;
9
+ json: BooleanConstructor;
10
10
  global: any;
11
- production: any;
12
11
  depth: any;
12
+ dev: any;
13
13
  only: any;
14
14
  parseable: BooleanConstructor;
15
- long: BooleanConstructor;
15
+ production: any;
16
16
  }, "long">;
17
17
  export declare const help: typeof list.help;
18
18
  export declare function handler(opts: list.ListCommandOptions, params: string[]): Promise<string>;
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<"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>> & {
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;
@@ -122,18 +122,18 @@ export declare function rcOptionsTypes(): Pick<Partial<Record<"key" | "user-agen
122
122
  versions: BooleanConstructor;
123
123
  viewer: StringConstructor;
124
124
  _exit: BooleanConstructor;
125
- }, "json" | "dev" | "optional" | "global" | "production" | "depth" | "only" | "parseable" | "long">;
125
+ }, "long" | "optional" | "json" | "global" | "depth" | "dev" | "only" | "parseable" | "production">;
126
126
  export declare const cliOptionsTypes: () => {
127
127
  recursive: BooleanConstructor;
128
- json: BooleanConstructor;
129
- dev: any;
128
+ long: BooleanConstructor;
130
129
  optional: any;
130
+ json: BooleanConstructor;
131
131
  global: any;
132
- production: any;
133
132
  depth: any;
133
+ dev: any;
134
134
  only: any;
135
135
  parseable: BooleanConstructor;
136
- long: BooleanConstructor;
136
+ production: any;
137
137
  };
138
138
  export declare const shorthands: {
139
139
  D: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/plugin-commands-listing",
3
- "version": "8.0.6",
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/plugin-commands-installation": "14.0.13",
32
- "@pnpm/filter-workspace-packages": "7.2.6",
33
- "@pnpm/prepare": "0.0.85",
34
- "@pnpm/plugin-commands-listing": "8.0.6"
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/cli-utils": "2.1.4",
40
- "@pnpm/config": "20.1.2",
39
+ "@pnpm/cli-utils": "2.1.5",
41
40
  "@pnpm/common-cli-options-help": "1.0.0",
42
- "@pnpm/list": "9.1.6",
43
- "@pnpm/error": "5.0.2",
44
- "@pnpm/types": "9.4.0"
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"