@pnpm/config 21.2.0 → 21.2.2
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/index.d.ts +8 -8
- package/package.json +10 -10
package/lib/index.d.ts
CHANGED
|
@@ -28,8 +28,8 @@ export declare const types: {
|
|
|
28
28
|
'extend-node-path': BooleanConstructor;
|
|
29
29
|
'fetch-timeout': NumberConstructor;
|
|
30
30
|
'fetching-concurrency': NumberConstructor;
|
|
31
|
-
filter: (
|
|
32
|
-
'filter-prod': (
|
|
31
|
+
filter: (StringConstructor | ArrayConstructor)[];
|
|
32
|
+
'filter-prod': (StringConstructor | ArrayConstructor)[];
|
|
33
33
|
'frozen-lockfile': BooleanConstructor;
|
|
34
34
|
'git-checks': BooleanConstructor;
|
|
35
35
|
'git-shallow-hosts': ArrayConstructor;
|
|
@@ -108,10 +108,10 @@ export declare const types: {
|
|
|
108
108
|
'virtual-store-dir': StringConstructor;
|
|
109
109
|
'virtual-store-dir-max-length': NumberConstructor;
|
|
110
110
|
'workspace-concurrency': NumberConstructor;
|
|
111
|
-
'workspace-packages': (
|
|
111
|
+
'workspace-packages': (StringConstructor | ArrayConstructor)[];
|
|
112
112
|
'workspace-root': BooleanConstructor;
|
|
113
|
-
'test-pattern': (
|
|
114
|
-
'changed-files-ignore-pattern': (
|
|
113
|
+
'test-pattern': (StringConstructor | ArrayConstructor)[];
|
|
114
|
+
'changed-files-ignore-pattern': (StringConstructor | ArrayConstructor)[];
|
|
115
115
|
'embed-readme': BooleanConstructor;
|
|
116
116
|
'update-notifier': BooleanConstructor;
|
|
117
117
|
'registry-supports-time-field': BooleanConstructor;
|
|
@@ -125,7 +125,7 @@ export declare const types: {
|
|
|
125
125
|
'auth-type': string[];
|
|
126
126
|
'bin-links': BooleanConstructor;
|
|
127
127
|
browser: (StringConstructor | null)[];
|
|
128
|
-
ca: (
|
|
128
|
+
ca: (StringConstructor | ArrayConstructor | null)[];
|
|
129
129
|
cafile: path.PlatformPath;
|
|
130
130
|
cache: path.PlatformPath;
|
|
131
131
|
'cache-lock-stale': NumberConstructor;
|
|
@@ -134,7 +134,7 @@ export declare const types: {
|
|
|
134
134
|
'cache-max': NumberConstructor;
|
|
135
135
|
'cache-min': NumberConstructor;
|
|
136
136
|
cert: (StringConstructor | null)[];
|
|
137
|
-
cidr: (
|
|
137
|
+
cidr: (StringConstructor | ArrayConstructor | null)[];
|
|
138
138
|
color: (string | BooleanConstructor)[];
|
|
139
139
|
depth: NumberConstructor;
|
|
140
140
|
description: BooleanConstructor;
|
|
@@ -181,7 +181,7 @@ export declare const types: {
|
|
|
181
181
|
'metrics-registry': (StringConstructor | null)[];
|
|
182
182
|
'node-options': (StringConstructor | null)[];
|
|
183
183
|
'node-version': ((() => void) | null)[];
|
|
184
|
-
'no-proxy': (
|
|
184
|
+
'no-proxy': (StringConstructor | ArrayConstructor | null)[];
|
|
185
185
|
offline: BooleanConstructor;
|
|
186
186
|
'onload-script': (StringConstructor | null)[];
|
|
187
187
|
only: (string | null)[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/config",
|
|
3
|
-
"version": "21.2.
|
|
3
|
+
"version": "21.2.2",
|
|
4
4
|
"description": "Gets configuration options for pnpm",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -38,22 +38,22 @@
|
|
|
38
38
|
"read-ini-file": "4.0.0",
|
|
39
39
|
"realpath-missing": "^1.1.0",
|
|
40
40
|
"which": "^4.0.0",
|
|
41
|
-
"@pnpm/
|
|
41
|
+
"@pnpm/error": "6.0.1",
|
|
42
42
|
"@pnpm/git-utils": "2.0.0",
|
|
43
|
-
"@pnpm/
|
|
44
|
-
"@pnpm/pnpmfile": "6.0.
|
|
45
|
-
"@pnpm/read-project-manifest": "6.0.
|
|
46
|
-
"@pnpm/
|
|
47
|
-
"@pnpm/
|
|
43
|
+
"@pnpm/matcher": "6.0.0",
|
|
44
|
+
"@pnpm/pnpmfile": "6.0.2",
|
|
45
|
+
"@pnpm/read-project-manifest": "6.0.2",
|
|
46
|
+
"@pnpm/constants": "8.0.0",
|
|
47
|
+
"@pnpm/types": "10.1.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@types/is-windows": "^1.0.2",
|
|
51
51
|
"@types/ramda": "0.29.12",
|
|
52
52
|
"@types/which": "^2.0.2",
|
|
53
53
|
"symlink-dir": "^6.0.0",
|
|
54
|
-
"@pnpm/config": "21.2.
|
|
55
|
-
"@pnpm/prepare": "0.0.
|
|
56
|
-
"@pnpm/test-fixtures": "0.1.
|
|
54
|
+
"@pnpm/config": "21.2.2",
|
|
55
|
+
"@pnpm/prepare": "0.0.92",
|
|
56
|
+
"@pnpm/test-fixtures": "0.1.22"
|
|
57
57
|
},
|
|
58
58
|
"funding": "https://opencollective.com/pnpm",
|
|
59
59
|
"exports": {
|