@pnpm/plugin-commands-store 8.1.9 → 8.1.10

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 +3 -3
  2. package/package.json +11 -11
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<"registry" | "force" | "color" | "global" | "save" | "production" | "depth" | "offline" | "optional" | "loglevel" | "only" | "dev" | "cert" | "key" | "ca" | "tag" | "globalconfig" | "userconfig" | "proxy" | "dry-run" | "ignore-scripts" | "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>> & {
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>> & {
9
9
  access: (string | null)[];
10
10
  'allow-same-version': BooleanConstructor;
11
11
  'always-auth': BooleanConstructor;
@@ -42,7 +42,7 @@ export declare function cliOptionsTypes(): Pick<Partial<Record<"registry" | "for
42
42
  global: BooleanConstructor;
43
43
  globalconfig: import("path").PlatformPath;
44
44
  'global-style': BooleanConstructor;
45
- group: (NumberConstructor | StringConstructor)[];
45
+ group: (StringConstructor | NumberConstructor)[];
46
46
  'https-proxy': (typeof import("url") | null)[];
47
47
  'user-agent': StringConstructor;
48
48
  'ham-it-up': BooleanConstructor;
@@ -117,7 +117,7 @@ export declare function cliOptionsTypes(): Pick<Partial<Record<"registry" | "for
117
117
  unicode: BooleanConstructor;
118
118
  'unsafe-perm': BooleanConstructor;
119
119
  usage: BooleanConstructor;
120
- user: (NumberConstructor | StringConstructor)[];
120
+ user: (StringConstructor | NumberConstructor)[];
121
121
  userconfig: import("path").PlatformPath;
122
122
  umask: () => void;
123
123
  version: BooleanConstructor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/plugin-commands-store",
3
- "version": "8.1.9",
3
+ "version": "8.1.10",
4
4
  "description": "Commands for controlling the store",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -32,10 +32,10 @@
32
32
  "path-exists": "^4.0.0",
33
33
  "ssri": "10.0.5",
34
34
  "tempy": "^1.0.1",
35
+ "@pnpm/assert-store": "1.0.77",
35
36
  "@pnpm/lockfile-file": "8.1.4",
36
- "@pnpm/plugin-commands-store": "8.1.9",
37
- "@pnpm/prepare": "0.0.85",
38
- "@pnpm/assert-store": "1.0.77"
37
+ "@pnpm/plugin-commands-store": "8.1.10",
38
+ "@pnpm/prepare": "0.0.85"
39
39
  },
40
40
  "dependencies": {
41
41
  "archy": "^1.0.0",
@@ -47,16 +47,16 @@
47
47
  "@pnpm/cli-utils": "2.1.4",
48
48
  "@pnpm/dependency-path": "2.1.5",
49
49
  "@pnpm/config": "20.1.2",
50
- "@pnpm/lockfile-utils": "9.0.1",
51
50
  "@pnpm/error": "5.0.2",
52
- "@pnpm/pick-registry-for-package": "5.0.4",
53
- "@pnpm/parse-wanted-dependency": "5.0.0",
51
+ "@pnpm/get-context": "10.0.7",
52
+ "@pnpm/lockfile-utils": "9.0.2",
54
53
  "@pnpm/normalize-registries": "5.0.4",
55
- "@pnpm/store-controller-types": "17.1.2",
56
- "@pnpm/store-connection-manager": "7.0.18",
57
- "@pnpm/store.cafs": "2.0.9",
54
+ "@pnpm/parse-wanted-dependency": "5.0.0",
55
+ "@pnpm/pick-registry-for-package": "5.0.4",
56
+ "@pnpm/store-connection-manager": "7.0.19",
58
57
  "@pnpm/store-path": "8.0.1",
59
- "@pnpm/get-context": "10.0.7",
58
+ "@pnpm/store.cafs": "2.0.9",
59
+ "@pnpm/store-controller-types": "17.1.2",
60
60
  "@pnpm/types": "9.4.0"
61
61
  },
62
62
  "peerDependencies": {