@pnpm/plugin-commands-installation 14.2.3 → 14.2.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/add.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  /// <reference types="node" />
3
3
  /// <reference types="node" />
4
4
  import { type InstallCommandOptions } from './install';
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" | "save" | "production" | "force" | "depth" | "registry" | "loglevel" | "only" | "dev" | "cert" | "ca" | "tag" | "globalconfig" | "userconfig" | "engine-strict" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-maxtimeout" | "fetch-retry-mintimeout" | "https-proxy" | "ignore-scripts" | "prefer-offline" | "proxy" | "save-exact" | "save-prefix" | "scripts-prepend-node-path" | "unsafe-perm" | "user-agent" | "local-address" | "dry-run" | "save-prod" | "save-dev" | "save-optional" | "script-shell" | "node-version" | "no-proxy" | "strict-ssl" | "package-lock", any>> & {
6
6
  access: (string | null)[];
7
7
  'allow-same-version': BooleanConstructor;
8
8
  'always-auth': BooleanConstructor;
@@ -122,33 +122,33 @@ export declare function rcOptionsTypes(): Pick<Partial<Record<"key" | "user-agen
122
122
  versions: BooleanConstructor;
123
123
  viewer: StringConstructor;
124
124
  _exit: BooleanConstructor;
125
- }, "registry" | "optional" | "force" | "global" | "production" | "offline" | "only" | "proxy" | "ignore-scripts" | "save-prod" | "save-dev" | "save-optional" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-mintimeout" | "fetch-retry-maxtimeout" | "save-exact" | "save-prefix" | "engine-strict" | "unsafe-perm" | "prefer-offline" | "https-proxy">;
125
+ }, "optional" | "offline" | "global" | "production" | "force" | "registry" | "only" | "engine-strict" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-maxtimeout" | "fetch-retry-mintimeout" | "https-proxy" | "ignore-scripts" | "prefer-offline" | "proxy" | "save-exact" | "save-prefix" | "unsafe-perm" | "save-prod" | "save-dev" | "save-optional">;
126
126
  export declare function cliOptionsTypes(): {
127
127
  recursive: BooleanConstructor;
128
128
  save: BooleanConstructor;
129
129
  workspace: BooleanConstructor;
130
- registry: any;
131
130
  optional: any;
132
- force: any;
131
+ offline: any;
133
132
  global: any;
134
133
  production: any;
135
- offline: any;
134
+ force: any;
135
+ registry: any;
136
136
  only: any;
137
- proxy: any;
138
- 'ignore-scripts': any;
139
- 'save-prod': any;
140
- 'save-dev': any;
141
- 'save-optional': any;
137
+ 'engine-strict': any;
142
138
  'fetch-retries': any;
143
139
  'fetch-retry-factor': any;
144
- 'fetch-retry-mintimeout': any;
145
140
  'fetch-retry-maxtimeout': any;
141
+ 'fetch-retry-mintimeout': any;
142
+ 'https-proxy': any;
143
+ 'ignore-scripts': any;
144
+ 'prefer-offline': any;
145
+ proxy: any;
146
146
  'save-exact': any;
147
147
  'save-prefix': any;
148
- 'engine-strict': any;
149
148
  'unsafe-perm': any;
150
- 'prefer-offline': any;
151
- 'https-proxy': any;
149
+ 'save-prod': any;
150
+ 'save-dev': any;
151
+ 'save-optional': any;
152
152
  };
153
153
  export declare const commandNames: string[];
154
154
  export declare function help(): string;
package/lib/dedupe.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  /// <reference types="node" />
3
3
  /// <reference types="node" />
4
4
  import { type InstallCommandOptions } from './install';
5
- export declare function rcOptionsTypes(): Omit<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(): Omit<Pick<Partial<Record<"optional" | "key" | "color" | "offline" | "global" | "save" | "production" | "force" | "depth" | "registry" | "loglevel" | "only" | "dev" | "cert" | "ca" | "tag" | "globalconfig" | "userconfig" | "engine-strict" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-maxtimeout" | "fetch-retry-mintimeout" | "https-proxy" | "ignore-scripts" | "prefer-offline" | "proxy" | "save-exact" | "save-prefix" | "scripts-prepend-node-path" | "unsafe-perm" | "user-agent" | "local-address" | "dry-run" | "save-prod" | "save-dev" | "save-optional" | "script-shell" | "node-version" | "no-proxy" | "strict-ssl" | "package-lock", any>> & {
6
6
  access: (string | null)[];
7
7
  'allow-same-version': BooleanConstructor;
8
8
  'always-auth': BooleanConstructor;
@@ -122,27 +122,27 @@ export declare function rcOptionsTypes(): Omit<Pick<Partial<Record<"key" | "user
122
122
  versions: BooleanConstructor;
123
123
  viewer: StringConstructor;
124
124
  _exit: BooleanConstructor;
125
- }, "registry" | "dev" | "optional" | "global" | "production" | "offline" | "only" | "proxy" | "ignore-scripts" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-mintimeout" | "fetch-retry-maxtimeout" | "scripts-prepend-node-path" | "engine-strict" | "unsafe-perm" | "prefer-offline" | "https-proxy">, "frozen-lockfile">;
125
+ }, "optional" | "offline" | "global" | "production" | "registry" | "only" | "dev" | "engine-strict" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-maxtimeout" | "fetch-retry-mintimeout" | "https-proxy" | "ignore-scripts" | "prefer-offline" | "proxy" | "scripts-prepend-node-path" | "unsafe-perm">, "frozen-lockfile">;
126
126
  export declare function cliOptionsTypes(): {
127
127
  check: BooleanConstructor;
128
- registry: any;
129
- dev: any;
130
128
  optional: any;
129
+ offline: any;
131
130
  global: any;
132
131
  production: any;
133
- offline: any;
132
+ registry: any;
134
133
  only: any;
135
- proxy: any;
136
- 'ignore-scripts': any;
134
+ dev: any;
135
+ 'engine-strict': any;
137
136
  'fetch-retries': any;
138
137
  'fetch-retry-factor': any;
139
- 'fetch-retry-mintimeout': any;
140
138
  'fetch-retry-maxtimeout': any;
139
+ 'fetch-retry-mintimeout': any;
140
+ 'https-proxy': any;
141
+ 'ignore-scripts': any;
142
+ 'prefer-offline': any;
143
+ proxy: any;
141
144
  'scripts-prepend-node-path': any;
142
- 'engine-strict': any;
143
145
  'unsafe-perm': any;
144
- 'prefer-offline': any;
145
- 'https-proxy': any;
146
146
  };
147
147
  export declare const commandNames: string[];
148
148
  export declare function help(): string;
package/lib/fetch.d.ts CHANGED
@@ -6,24 +6,24 @@ export declare const rcOptionsTypes: () => {
6
6
  'resolution-only': BooleanConstructor;
7
7
  recursive: BooleanConstructor;
8
8
  force: any;
9
- registry: any;
10
- dev: any;
11
9
  optional: any;
10
+ offline: any;
12
11
  global: any;
13
12
  production: any;
14
- offline: any;
13
+ registry: any;
15
14
  only: any;
16
- proxy: any;
17
- 'ignore-scripts': any;
15
+ dev: any;
16
+ 'engine-strict': any;
18
17
  'fetch-retries': any;
19
18
  'fetch-retry-factor': any;
20
- 'fetch-retry-mintimeout': any;
21
19
  'fetch-retry-maxtimeout': any;
20
+ 'fetch-retry-mintimeout': any;
21
+ 'https-proxy': any;
22
+ 'ignore-scripts': any;
23
+ 'prefer-offline': any;
24
+ proxy: any;
22
25
  'scripts-prepend-node-path': any;
23
- 'engine-strict': any;
24
26
  'unsafe-perm': any;
25
- 'prefer-offline': any;
26
- 'https-proxy': any;
27
27
  };
28
28
  export { cliOptionsTypes };
29
29
  export declare const shorthands: {
package/lib/install.d.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  /// <reference types="node" />
4
4
  import { type Config } from '@pnpm/config';
5
5
  import { type CreateStoreControllerOptions } from '@pnpm/store-connection-manager';
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" | "save" | "production" | "force" | "depth" | "registry" | "loglevel" | "only" | "dev" | "cert" | "ca" | "tag" | "globalconfig" | "userconfig" | "engine-strict" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-maxtimeout" | "fetch-retry-mintimeout" | "https-proxy" | "ignore-scripts" | "prefer-offline" | "proxy" | "save-exact" | "save-prefix" | "scripts-prepend-node-path" | "unsafe-perm" | "user-agent" | "local-address" | "dry-run" | "save-prod" | "save-dev" | "save-optional" | "script-shell" | "node-version" | "no-proxy" | "strict-ssl" | "package-lock", any>> & {
7
7
  access: (string | null)[];
8
8
  'allow-same-version': BooleanConstructor;
9
9
  'always-auth': BooleanConstructor;
@@ -123,30 +123,30 @@ export declare function rcOptionsTypes(): Pick<Partial<Record<"key" | "user-agen
123
123
  versions: BooleanConstructor;
124
124
  viewer: StringConstructor;
125
125
  _exit: BooleanConstructor;
126
- }, "registry" | "dev" | "optional" | "global" | "production" | "offline" | "only" | "proxy" | "ignore-scripts" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-mintimeout" | "fetch-retry-maxtimeout" | "scripts-prepend-node-path" | "engine-strict" | "unsafe-perm" | "prefer-offline" | "https-proxy">;
126
+ }, "optional" | "offline" | "global" | "production" | "registry" | "only" | "dev" | "engine-strict" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-maxtimeout" | "fetch-retry-mintimeout" | "https-proxy" | "ignore-scripts" | "prefer-offline" | "proxy" | "scripts-prepend-node-path" | "unsafe-perm">;
127
127
  export declare const cliOptionsTypes: () => {
128
128
  'fix-lockfile': BooleanConstructor;
129
129
  'resolution-only': BooleanConstructor;
130
130
  recursive: BooleanConstructor;
131
131
  force: any;
132
- registry: any;
133
- dev: any;
134
132
  optional: any;
133
+ offline: any;
135
134
  global: any;
136
135
  production: any;
137
- offline: any;
136
+ registry: any;
138
137
  only: any;
139
- proxy: any;
140
- 'ignore-scripts': any;
138
+ dev: any;
139
+ 'engine-strict': any;
141
140
  'fetch-retries': any;
142
141
  'fetch-retry-factor': any;
143
- 'fetch-retry-mintimeout': any;
144
142
  'fetch-retry-maxtimeout': any;
143
+ 'fetch-retry-mintimeout': any;
144
+ 'https-proxy': any;
145
+ 'ignore-scripts': any;
146
+ 'prefer-offline': any;
147
+ proxy: any;
145
148
  'scripts-prepend-node-path': any;
146
- 'engine-strict': any;
147
149
  'unsafe-perm': any;
148
- 'prefer-offline': any;
149
- 'https-proxy': any;
150
150
  };
151
151
  export declare const shorthands: {
152
152
  D: string;
package/lib/link.d.ts CHANGED
@@ -6,7 +6,7 @@ import { type Config } from '@pnpm/config';
6
6
  import { type CreateStoreControllerOptions } from '@pnpm/store-connection-manager';
7
7
  type LinkOpts = CreateStoreControllerOptions & Pick<Config, 'bin' | 'cliOptions' | 'engineStrict' | 'saveDev' | 'saveOptional' | 'saveProd' | 'workspaceDir' | 'sharedWorkspaceLockfile'> & Partial<Pick<Config, 'linkWorkspacePackages'>>;
8
8
  export declare const rcOptionsTypes: typeof cliOptionsTypes;
9
- export declare function cliOptionsTypes(): 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>> & {
9
+ export declare function cliOptionsTypes(): Pick<Partial<Record<"optional" | "key" | "color" | "offline" | "global" | "save" | "production" | "force" | "depth" | "registry" | "loglevel" | "only" | "dev" | "cert" | "ca" | "tag" | "globalconfig" | "userconfig" | "engine-strict" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-maxtimeout" | "fetch-retry-mintimeout" | "https-proxy" | "ignore-scripts" | "prefer-offline" | "proxy" | "save-exact" | "save-prefix" | "scripts-prepend-node-path" | "unsafe-perm" | "user-agent" | "local-address" | "dry-run" | "save-prod" | "save-dev" | "save-optional" | "script-shell" | "node-version" | "no-proxy" | "strict-ssl" | "package-lock", any>> & {
10
10
  access: (string | null)[];
11
11
  'allow-same-version': BooleanConstructor;
12
12
  'always-auth': BooleanConstructor;
@@ -126,7 +126,7 @@ export declare function cliOptionsTypes(): Pick<Partial<Record<"key" | "user-age
126
126
  versions: BooleanConstructor;
127
127
  viewer: StringConstructor;
128
128
  _exit: BooleanConstructor;
129
- }, "registry" | "global" | "production" | "only" | "save-dev" | "save-optional" | "save-exact" | "save-prefix" | "unsafe-perm">;
129
+ }, "global" | "production" | "registry" | "only" | "save-exact" | "save-prefix" | "unsafe-perm" | "save-dev" | "save-optional">;
130
130
  export declare const commandNames: string[];
131
131
  export declare function help(): string;
132
132
  export declare function handler(opts: LinkOpts, params?: string[]): Promise<void>;
package/lib/prune.d.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  /// <reference types="node" />
4
4
  import * as install from './install';
5
5
  export declare const rcOptionsTypes: typeof cliOptionsTypes;
6
- export declare function cliOptionsTypes(): 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 cliOptionsTypes(): Pick<Partial<Record<"optional" | "key" | "color" | "offline" | "global" | "save" | "production" | "force" | "depth" | "registry" | "loglevel" | "only" | "dev" | "cert" | "ca" | "tag" | "globalconfig" | "userconfig" | "engine-strict" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-maxtimeout" | "fetch-retry-mintimeout" | "https-proxy" | "ignore-scripts" | "prefer-offline" | "proxy" | "save-exact" | "save-prefix" | "scripts-prepend-node-path" | "unsafe-perm" | "user-agent" | "local-address" | "dry-run" | "save-prod" | "save-dev" | "save-optional" | "script-shell" | "node-version" | "no-proxy" | "strict-ssl" | "package-lock", any>> & {
7
7
  access: (string | null)[];
8
8
  'allow-same-version': BooleanConstructor;
9
9
  'always-auth': BooleanConstructor;
@@ -123,7 +123,7 @@ export declare function cliOptionsTypes(): Pick<Partial<Record<"key" | "user-age
123
123
  versions: BooleanConstructor;
124
124
  viewer: StringConstructor;
125
125
  _exit: BooleanConstructor;
126
- }, "dev" | "optional" | "production">;
126
+ }, "optional" | "production" | "dev">;
127
127
  export declare const commandNames: string[];
128
128
  export declare function help(): string;
129
129
  export declare function handler(opts: install.InstallCommandOptions): Promise<void>;
package/lib/remove.d.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  import { type CompletionFunc } from '@pnpm/command';
5
5
  import { type Config } from '@pnpm/config';
6
6
  import { type CreateStoreControllerOptions } from '@pnpm/store-connection-manager';
7
- 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
+ export declare function rcOptionsTypes(): Pick<Partial<Record<"optional" | "key" | "color" | "offline" | "global" | "save" | "production" | "force" | "depth" | "registry" | "loglevel" | "only" | "dev" | "cert" | "ca" | "tag" | "globalconfig" | "userconfig" | "engine-strict" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-maxtimeout" | "fetch-retry-mintimeout" | "https-proxy" | "ignore-scripts" | "prefer-offline" | "proxy" | "save-exact" | "save-prefix" | "scripts-prepend-node-path" | "unsafe-perm" | "user-agent" | "local-address" | "dry-run" | "save-prod" | "save-dev" | "save-optional" | "script-shell" | "node-version" | "no-proxy" | "strict-ssl" | "package-lock", any>> & {
8
8
  access: (string | null)[];
9
9
  'allow-same-version': BooleanConstructor;
10
10
  'always-auth': BooleanConstructor;
@@ -3,7 +3,7 @@
3
3
  /// <reference types="node" />
4
4
  import { type CompletionFunc } from '@pnpm/command';
5
5
  import { type InstallCommandOptions } from '../install';
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" | "save" | "production" | "force" | "depth" | "registry" | "loglevel" | "only" | "dev" | "cert" | "ca" | "tag" | "globalconfig" | "userconfig" | "engine-strict" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-maxtimeout" | "fetch-retry-mintimeout" | "https-proxy" | "ignore-scripts" | "prefer-offline" | "proxy" | "save-exact" | "save-prefix" | "scripts-prepend-node-path" | "unsafe-perm" | "user-agent" | "local-address" | "dry-run" | "save-prod" | "save-dev" | "save-optional" | "script-shell" | "node-version" | "no-proxy" | "strict-ssl" | "package-lock", any>> & {
7
7
  access: (string | null)[];
8
8
  'allow-same-version': BooleanConstructor;
9
9
  'always-auth': BooleanConstructor;
@@ -123,35 +123,35 @@ export declare function rcOptionsTypes(): Pick<Partial<Record<"key" | "user-agen
123
123
  versions: BooleanConstructor;
124
124
  viewer: StringConstructor;
125
125
  _exit: BooleanConstructor;
126
- }, "registry" | "dev" | "optional" | "force" | "global" | "save" | "production" | "depth" | "offline" | "only" | "proxy" | "ignore-scripts" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-mintimeout" | "fetch-retry-maxtimeout" | "save-exact" | "save-prefix" | "scripts-prepend-node-path" | "engine-strict" | "unsafe-perm" | "prefer-offline" | "https-proxy">;
126
+ }, "optional" | "offline" | "global" | "save" | "production" | "force" | "depth" | "registry" | "only" | "dev" | "engine-strict" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-maxtimeout" | "fetch-retry-mintimeout" | "https-proxy" | "ignore-scripts" | "prefer-offline" | "proxy" | "save-exact" | "save-prefix" | "scripts-prepend-node-path" | "unsafe-perm">;
127
127
  export declare function cliOptionsTypes(): {
128
128
  interactive: BooleanConstructor;
129
129
  latest: BooleanConstructor;
130
130
  recursive: BooleanConstructor;
131
131
  workspace: BooleanConstructor;
132
- registry: any;
133
- dev: any;
134
132
  optional: any;
135
- force: any;
133
+ offline: any;
136
134
  global: any;
137
135
  save: any;
138
136
  production: any;
137
+ force: any;
139
138
  depth: any;
140
- offline: any;
139
+ registry: any;
141
140
  only: any;
142
- proxy: any;
143
- 'ignore-scripts': any;
141
+ dev: any;
142
+ 'engine-strict': any;
144
143
  'fetch-retries': any;
145
144
  'fetch-retry-factor': any;
146
- 'fetch-retry-mintimeout': any;
147
145
  'fetch-retry-maxtimeout': any;
146
+ 'fetch-retry-mintimeout': any;
147
+ 'https-proxy': any;
148
+ 'ignore-scripts': any;
149
+ 'prefer-offline': any;
150
+ proxy: any;
148
151
  'save-exact': any;
149
152
  'save-prefix': any;
150
153
  'scripts-prepend-node-path': any;
151
- 'engine-strict': any;
152
154
  'unsafe-perm': any;
153
- 'prefer-offline': any;
154
- 'https-proxy': any;
155
155
  };
156
156
  export declare const shorthands: {
157
157
  D: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/plugin-commands-installation",
3
- "version": "14.2.3",
3
+ "version": "14.2.4",
4
4
  "description": "Commands for installation",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -41,7 +41,7 @@
41
41
  "write-yaml-file": "^5.0.0",
42
42
  "@pnpm/assert-project": "2.3.46",
43
43
  "@pnpm/modules-yaml": "12.1.7",
44
- "@pnpm/plugin-commands-installation": "14.2.3",
44
+ "@pnpm/plugin-commands-installation": "14.2.4",
45
45
  "@pnpm/prepare": "0.0.89",
46
46
  "@pnpm/test-fixtures": "0.1.19",
47
47
  "@pnpm/test-ipc-server": "0.0.0"
@@ -68,32 +68,32 @@
68
68
  "ramda": "npm:@pnpm/ramda@0.28.1",
69
69
  "render-help": "^1.0.3",
70
70
  "version-selector-type": "^3.0.0",
71
- "@pnpm/cli-utils": "2.1.9",
72
71
  "@pnpm/command": "4.0.0",
73
72
  "@pnpm/common-cli-options-help": "1.1.0",
74
- "@pnpm/config": "20.4.2",
75
73
  "@pnpm/constants": "7.1.1",
76
- "@pnpm/core": "13.4.3",
74
+ "@pnpm/config": "20.4.2",
77
75
  "@pnpm/dedupe.check": "1.0.7",
76
+ "@pnpm/core": "13.5.0",
78
77
  "@pnpm/error": "5.0.2",
79
- "@pnpm/filter-workspace-packages": "7.2.11",
78
+ "@pnpm/cli-utils": "2.1.9",
80
79
  "@pnpm/find-workspace-dir": "6.0.2",
81
80
  "@pnpm/graceful-fs": "3.2.0",
82
81
  "@pnpm/lockfile-types": "5.1.5",
83
- "@pnpm/manifest-utils": "5.0.7",
84
82
  "@pnpm/matcher": "5.0.0",
85
- "@pnpm/outdated": "13.0.43",
83
+ "@pnpm/manifest-utils": "5.0.7",
86
84
  "@pnpm/package-store": "19.0.16",
85
+ "@pnpm/outdated": "13.0.43",
87
86
  "@pnpm/parse-wanted-dependency": "5.0.0",
88
87
  "@pnpm/plugin-commands-rebuild": "10.0.19",
89
88
  "@pnpm/pnpmfile": "5.0.20",
90
- "@pnpm/read-project-manifest": "5.0.10",
91
89
  "@pnpm/resolver-base": "11.1.0",
90
+ "@pnpm/read-project-manifest": "5.0.10",
92
91
  "@pnpm/sort-packages": "5.0.9",
93
92
  "@pnpm/store-connection-manager": "7.0.27",
94
93
  "@pnpm/types": "9.4.2",
95
94
  "@pnpm/workspace.find-packages": "1.1.10",
96
- "@pnpm/workspace.pkgs-graph": "2.0.14"
95
+ "@pnpm/workspace.pkgs-graph": "2.0.14",
96
+ "@pnpm/filter-workspace-packages": "7.2.11"
97
97
  },
98
98
  "peerDependencies": {
99
99
  "@pnpm/logger": "^5.0.0"