@pnpm/plugin-commands-store 8.1.10 → 8.1.11

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 +1 -1
  2. package/package.json +16 -16
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" | "registry" | "force" | "dev" | "tag" | "user-agent" | "ca" | "cert" | "save" | "production" | "depth" | "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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/plugin-commands-store",
3
- "version": "8.1.10",
3
+ "version": "8.1.11",
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",
36
- "@pnpm/lockfile-file": "8.1.4",
37
- "@pnpm/plugin-commands-store": "8.1.10",
38
- "@pnpm/prepare": "0.0.85"
35
+ "@pnpm/assert-store": "1.0.78",
36
+ "@pnpm/lockfile-file": "8.1.5",
37
+ "@pnpm/plugin-commands-store": "8.1.11",
38
+ "@pnpm/prepare": "0.0.86"
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/cli-utils": "2.1.4",
48
- "@pnpm/dependency-path": "2.1.5",
49
- "@pnpm/config": "20.1.2",
47
+ "@pnpm/dependency-path": "2.1.6",
50
48
  "@pnpm/error": "5.0.2",
51
- "@pnpm/get-context": "10.0.7",
52
- "@pnpm/lockfile-utils": "9.0.2",
53
- "@pnpm/normalize-registries": "5.0.4",
49
+ "@pnpm/config": "20.2.0",
50
+ "@pnpm/normalize-registries": "5.0.5",
51
+ "@pnpm/lockfile-utils": "9.0.3",
52
+ "@pnpm/cli-utils": "2.1.5",
54
53
  "@pnpm/parse-wanted-dependency": "5.0.0",
55
- "@pnpm/pick-registry-for-package": "5.0.4",
56
- "@pnpm/store-connection-manager": "7.0.19",
54
+ "@pnpm/get-context": "10.0.8",
55
+ "@pnpm/store-connection-manager": "7.0.20",
56
+ "@pnpm/store-controller-types": "17.1.3",
57
+ "@pnpm/pick-registry-for-package": "5.0.5",
57
58
  "@pnpm/store-path": "8.0.1",
58
- "@pnpm/store.cafs": "2.0.9",
59
- "@pnpm/store-controller-types": "17.1.2",
60
- "@pnpm/types": "9.4.0"
59
+ "@pnpm/store.cafs": "2.0.10",
60
+ "@pnpm/types": "9.4.1"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "@pnpm/logger": "^5.0.0"