@pnpm/plugin-commands-store 8.1.8 → 8.1.9
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/store.d.ts +3 -3
- 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<"
|
|
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>> & {
|
|
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<"key" | "user-age
|
|
|
42
42
|
global: BooleanConstructor;
|
|
43
43
|
globalconfig: import("path").PlatformPath;
|
|
44
44
|
'global-style': BooleanConstructor;
|
|
45
|
-
group: (
|
|
45
|
+
group: (NumberConstructor | StringConstructor)[];
|
|
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<"key" | "user-age
|
|
|
117
117
|
unicode: BooleanConstructor;
|
|
118
118
|
'unsafe-perm': BooleanConstructor;
|
|
119
119
|
usage: BooleanConstructor;
|
|
120
|
-
user: (
|
|
120
|
+
user: (NumberConstructor | StringConstructor)[];
|
|
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.
|
|
3
|
+
"version": "8.1.9",
|
|
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/lockfile-file": "8.1.4",
|
|
36
|
-
"@pnpm/
|
|
37
|
-
"@pnpm/
|
|
38
|
-
"@pnpm/
|
|
36
|
+
"@pnpm/plugin-commands-store": "8.1.9",
|
|
37
|
+
"@pnpm/prepare": "0.0.85",
|
|
38
|
+
"@pnpm/assert-store": "1.0.77"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"archy": "^1.0.0",
|
|
@@ -44,19 +44,19 @@
|
|
|
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.
|
|
48
|
-
"@pnpm/config": "20.1.2",
|
|
47
|
+
"@pnpm/cli-utils": "2.1.4",
|
|
49
48
|
"@pnpm/dependency-path": "2.1.5",
|
|
50
|
-
"@pnpm/
|
|
51
|
-
"@pnpm/get-context": "10.0.7",
|
|
49
|
+
"@pnpm/config": "20.1.2",
|
|
52
50
|
"@pnpm/lockfile-utils": "9.0.1",
|
|
53
|
-
"@pnpm/
|
|
51
|
+
"@pnpm/error": "5.0.2",
|
|
54
52
|
"@pnpm/pick-registry-for-package": "5.0.4",
|
|
55
|
-
"@pnpm/store-connection-manager": "7.0.17",
|
|
56
|
-
"@pnpm/store-controller-types": "17.1.2",
|
|
57
|
-
"@pnpm/store-path": "8.0.1",
|
|
58
53
|
"@pnpm/parse-wanted-dependency": "5.0.0",
|
|
54
|
+
"@pnpm/normalize-registries": "5.0.4",
|
|
55
|
+
"@pnpm/store-controller-types": "17.1.2",
|
|
56
|
+
"@pnpm/store-connection-manager": "7.0.18",
|
|
59
57
|
"@pnpm/store.cafs": "2.0.9",
|
|
58
|
+
"@pnpm/store-path": "8.0.1",
|
|
59
|
+
"@pnpm/get-context": "10.0.7",
|
|
60
60
|
"@pnpm/types": "9.4.0"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|