@pnpm/plugin-commands-store 8.1.19 → 8.1.20

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.
Files changed (2) hide show
  1. package/lib/store.d.ts +2 -2
  2. package/package.json +12 -12
package/lib/store.d.ts CHANGED
@@ -5,7 +5,7 @@ import { type Config } from '@pnpm/config';
5
5
  import { type LogBase } from '@pnpm/logger';
6
6
  import { type CreateStoreControllerOptions } from '@pnpm/store-connection-manager';
7
7
  export declare const rcOptionsTypes: typeof cliOptionsTypes;
8
- 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>> & {
8
+ export declare function cliOptionsTypes(): Pick<Partial<Record<"optional" | "key" | "color" | "offline" | "global" | "force" | "production" | "registry" | "dev" | "tag" | "user-agent" | "ca" | "cert" | "save" | "depth" | "loglevel" | "only" | "globalconfig" | "userconfig" | "proxy" | "ignore-scripts" | "local-address" | "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
9
  access: (string | null)[];
10
10
  'allow-same-version': BooleanConstructor;
11
11
  'always-auth': BooleanConstructor;
@@ -125,7 +125,7 @@ export declare function cliOptionsTypes(): Pick<Partial<Record<"key" | "user-age
125
125
  versions: BooleanConstructor;
126
126
  viewer: StringConstructor;
127
127
  _exit: BooleanConstructor;
128
- }, "registry" | "force">;
128
+ }, "force" | "registry">;
129
129
  export declare const commandNames: string[];
130
130
  export declare function help(): string;
131
131
  export type StoreCommandOptions = Pick<Config, 'dir' | 'registries' | 'tag' | 'storeDir' | 'force'> & CreateStoreControllerOptions & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/plugin-commands-store",
3
- "version": "8.1.19",
3
+ "version": "8.1.20",
4
4
  "description": "Commands for controlling the store",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -33,9 +33,9 @@
33
33
  "ssri": "10.0.5",
34
34
  "tempy": "^1.0.1",
35
35
  "@pnpm/assert-store": "1.0.81",
36
- "@pnpm/lockfile-file": "8.1.8",
37
- "@pnpm/plugin-commands-store": "8.1.19",
38
- "@pnpm/prepare": "0.0.90"
36
+ "@pnpm/plugin-commands-store": "8.1.20",
37
+ "@pnpm/prepare": "0.0.90",
38
+ "@pnpm/lockfile-file": "8.1.8"
39
39
  },
40
40
  "dependencies": {
41
41
  "archy": "^1.0.0",
@@ -44,20 +44,20 @@
44
44
  "p-filter": "^2.1.0",
45
45
  "ramda": "npm:@pnpm/ramda@0.28.1",
46
46
  "render-help": "^1.0.3",
47
- "@pnpm/config": "20.4.3",
48
- "@pnpm/error": "5.0.3",
49
47
  "@pnpm/dependency-path": "2.1.8",
50
- "@pnpm/get-context": "10.0.13",
48
+ "@pnpm/error": "5.0.3",
49
+ "@pnpm/cli-utils": "2.1.11",
51
50
  "@pnpm/lockfile-utils": "9.0.6",
52
- "@pnpm/normalize-registries": "5.0.6",
53
51
  "@pnpm/parse-wanted-dependency": "5.0.0",
52
+ "@pnpm/config": "20.4.3",
53
+ "@pnpm/get-context": "10.0.13",
54
+ "@pnpm/normalize-registries": "5.0.6",
55
+ "@pnpm/store-connection-manager": "7.0.28",
54
56
  "@pnpm/pick-registry-for-package": "5.0.6",
55
57
  "@pnpm/store-controller-types": "17.2.0",
56
- "@pnpm/store-path": "8.0.3",
57
- "@pnpm/store-connection-manager": "7.0.28",
58
- "@pnpm/cli-utils": "2.1.10",
59
58
  "@pnpm/store.cafs": "2.0.13",
60
- "@pnpm/types": "9.4.2"
59
+ "@pnpm/types": "9.4.2",
60
+ "@pnpm/store-path": "8.0.3"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "@pnpm/logger": "^5.0.0"