@pnpm/plugin-commands-patching 5.0.9 → 5.0.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.
- package/lib/patch.d.ts +1 -1
- package/lib/patchCommit.d.ts +3 -3
- package/lib/patchRemove.d.ts +3 -3
- package/package.json +16 -16
package/lib/patch.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import path from 'path';
|
|
|
5
5
|
import { type Config } from '@pnpm/config';
|
|
6
6
|
import { type LogBase } from '@pnpm/logger';
|
|
7
7
|
import { type CreateStoreControllerOptions } from '@pnpm/store-connection-manager';
|
|
8
|
-
export declare function rcOptionsTypes(): Pick<Partial<Record<"color" | "global" | "save" | "production" | "force" | "depth" | "offline" | "registry" | "optional" | "loglevel" | "only" | "dev" | "cert" | "key" | "ca" | "tag" | "globalconfig" | "userconfig" | "
|
|
8
|
+
export declare function rcOptionsTypes(): Pick<Partial<Record<"color" | "global" | "save" | "production" | "force" | "depth" | "offline" | "registry" | "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;
|
package/lib/patchCommit.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import path from 'path';
|
|
|
5
5
|
import { type Config } from '@pnpm/config';
|
|
6
6
|
import { install } from '@pnpm/plugin-commands-installation';
|
|
7
7
|
export declare const rcOptionsTypes: typeof cliOptionsTypes;
|
|
8
|
-
export declare function cliOptionsTypes(): Pick<Partial<Record<"
|
|
8
|
+
export declare function cliOptionsTypes(): Pick<Partial<Record<"dev" | "optional" | "force" | "depth" | "tag" | "global" | "engine-strict" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-maxtimeout" | "fetch-retry-mintimeout" | "https-proxy" | "ignore-scripts" | "prefer-offline" | "production" | "proxy" | "registry" | "scripts-prepend-node-path" | "offline" | "only" | "unsafe-perm" | "color" | "save" | "loglevel" | "cert" | "key" | "ca" | "globalconfig" | "userconfig" | "dry-run" | "save-prod" | "save-dev" | "save-optional" | "script-shell" | "save-exact" | "save-prefix" | "node-version" | "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<"color" | "global
|
|
|
42
42
|
global: BooleanConstructor;
|
|
43
43
|
globalconfig: path.PlatformPath;
|
|
44
44
|
'global-style': BooleanConstructor;
|
|
45
|
-
group: (
|
|
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<"color" | "global
|
|
|
117
117
|
unicode: BooleanConstructor;
|
|
118
118
|
'unsafe-perm': BooleanConstructor;
|
|
119
119
|
usage: BooleanConstructor;
|
|
120
|
-
user: (
|
|
120
|
+
user: (StringConstructor | NumberConstructor)[];
|
|
121
121
|
userconfig: path.PlatformPath;
|
|
122
122
|
umask: () => void;
|
|
123
123
|
version: BooleanConstructor;
|
package/lib/patchRemove.d.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import path from 'path';
|
|
5
5
|
import { install } from '@pnpm/plugin-commands-installation';
|
|
6
6
|
import { type Config } from '@pnpm/config';
|
|
7
|
-
export declare function rcOptionsTypes(): Pick<Partial<Record<"
|
|
7
|
+
export declare function rcOptionsTypes(): Pick<Partial<Record<"dev" | "optional" | "force" | "depth" | "tag" | "global" | "engine-strict" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-maxtimeout" | "fetch-retry-mintimeout" | "https-proxy" | "ignore-scripts" | "prefer-offline" | "production" | "proxy" | "registry" | "scripts-prepend-node-path" | "offline" | "only" | "unsafe-perm" | "color" | "save" | "loglevel" | "cert" | "key" | "ca" | "globalconfig" | "userconfig" | "dry-run" | "save-prod" | "save-dev" | "save-optional" | "script-shell" | "save-exact" | "save-prefix" | "node-version" | "local-address" | "no-proxy" | "strict-ssl" | "user-agent" | "package-lock", any>> & {
|
|
8
8
|
access: (string | null)[];
|
|
9
9
|
'allow-same-version': BooleanConstructor;
|
|
10
10
|
'always-auth': BooleanConstructor;
|
|
@@ -41,7 +41,7 @@ export declare function rcOptionsTypes(): Pick<Partial<Record<"color" | "global"
|
|
|
41
41
|
global: BooleanConstructor;
|
|
42
42
|
globalconfig: path.PlatformPath;
|
|
43
43
|
'global-style': BooleanConstructor;
|
|
44
|
-
group: (
|
|
44
|
+
group: (StringConstructor | NumberConstructor)[];
|
|
45
45
|
'https-proxy': (typeof import("url") | null)[];
|
|
46
46
|
'user-agent': StringConstructor;
|
|
47
47
|
'ham-it-up': BooleanConstructor;
|
|
@@ -116,7 +116,7 @@ export declare function rcOptionsTypes(): Pick<Partial<Record<"color" | "global"
|
|
|
116
116
|
unicode: BooleanConstructor;
|
|
117
117
|
'unsafe-perm': BooleanConstructor;
|
|
118
118
|
usage: BooleanConstructor;
|
|
119
|
-
user: (
|
|
119
|
+
user: (StringConstructor | NumberConstructor)[];
|
|
120
120
|
userconfig: path.PlatformPath;
|
|
121
121
|
umask: () => void;
|
|
122
122
|
version: BooleanConstructor;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/plugin-commands-patching",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.11",
|
|
4
4
|
"description": "Commands for creating patches",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -24,19 +24,19 @@
|
|
|
24
24
|
"homepage": "https://github.com/pnpm/pnpm/blob/main/patching/plugin-commands-patching#readme",
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@pnpm/registry-mock": "3.16.0",
|
|
27
|
-
"@types/normalize-path": "^3.0.
|
|
27
|
+
"@types/normalize-path": "^3.0.2",
|
|
28
28
|
"@types/ramda": "0.28.20",
|
|
29
29
|
"@types/semver": "7.5.3",
|
|
30
30
|
"write-yaml-file": "^5.0.0",
|
|
31
|
-
"@pnpm/filter-workspace-packages": "7.2.
|
|
32
|
-
"@pnpm/
|
|
33
|
-
"@pnpm/plugin-commands-patching": "5.0.
|
|
34
|
-
"@pnpm/
|
|
31
|
+
"@pnpm/filter-workspace-packages": "7.2.6",
|
|
32
|
+
"@pnpm/test-fixtures": "0.1.15",
|
|
33
|
+
"@pnpm/plugin-commands-patching": "5.0.11",
|
|
34
|
+
"@pnpm/prepare": "0.0.85"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"enquirer": "^2.4.1",
|
|
38
38
|
"escape-string-regexp": "^4.0.0",
|
|
39
|
-
"fast-glob": "^3.3.
|
|
39
|
+
"fast-glob": "^3.3.2",
|
|
40
40
|
"normalize-path": "^3.0.0",
|
|
41
41
|
"ramda": "npm:@pnpm/ramda@0.28.1",
|
|
42
42
|
"realpath-missing": "^1.1.0",
|
|
@@ -44,22 +44,22 @@
|
|
|
44
44
|
"safe-execa": "^0.1.3",
|
|
45
45
|
"semver": "^7.5.4",
|
|
46
46
|
"tempy": "^1.0.1",
|
|
47
|
-
"@pnpm/
|
|
48
|
-
"@pnpm/cli-utils": "2.1.2",
|
|
49
|
-
"@pnpm/constants": "7.1.1",
|
|
50
|
-
"@pnpm/error": "5.0.2",
|
|
51
|
-
"@pnpm/fs.packlist": "1.0.2",
|
|
47
|
+
"@pnpm/cli-utils": "2.1.4",
|
|
52
48
|
"@pnpm/lockfile-utils": "9.0.1",
|
|
49
|
+
"@pnpm/modules-yaml": "12.1.4",
|
|
50
|
+
"@pnpm/fs.packlist": "1.0.2",
|
|
53
51
|
"@pnpm/parse-wanted-dependency": "5.0.0",
|
|
54
52
|
"@pnpm/pick-fetcher": "2.0.1",
|
|
53
|
+
"@pnpm/constants": "7.1.1",
|
|
55
54
|
"@pnpm/patching.apply-patch": "2.0.5",
|
|
56
55
|
"@pnpm/pick-registry-for-package": "5.0.4",
|
|
56
|
+
"@pnpm/plugin-commands-installation": "14.0.11",
|
|
57
57
|
"@pnpm/lockfile-file": "8.1.4",
|
|
58
|
-
"@pnpm/
|
|
59
|
-
"@pnpm/plugin-commands-installation": "14.0.9",
|
|
60
|
-
"@pnpm/store-connection-manager": "7.0.16",
|
|
58
|
+
"@pnpm/store-connection-manager": "7.0.18",
|
|
61
59
|
"@pnpm/read-package-json": "8.0.5",
|
|
62
|
-
"@pnpm/read-project-manifest": "5.0.8"
|
|
60
|
+
"@pnpm/read-project-manifest": "5.0.8",
|
|
61
|
+
"@pnpm/config": "20.1.2",
|
|
62
|
+
"@pnpm/error": "5.0.2"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
65
|
"@pnpm/logger": "^5.0.0"
|