@pnpm/plugin-commands-patching 6.0.0 → 6.0.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/patchCommit.d.ts +1 -125
- package/package.json +12 -12
package/lib/patchCommit.d.ts
CHANGED
|
@@ -1,131 +1,7 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
/// <reference types="node" />
|
|
3
|
-
/// <reference types="node" />
|
|
4
|
-
import path from 'path';
|
|
5
1
|
import { type Config } from '@pnpm/config';
|
|
6
2
|
import { install } from '@pnpm/plugin-commands-installation';
|
|
7
3
|
export declare const rcOptionsTypes: typeof cliOptionsTypes;
|
|
8
|
-
export declare function cliOptionsTypes():
|
|
9
|
-
access: (string | null)[];
|
|
10
|
-
'allow-same-version': BooleanConstructor;
|
|
11
|
-
'always-auth': BooleanConstructor;
|
|
12
|
-
also: (string | null)[];
|
|
13
|
-
audit: BooleanConstructor;
|
|
14
|
-
'auth-type': string[];
|
|
15
|
-
'bin-links': BooleanConstructor;
|
|
16
|
-
browser: (StringConstructor | null)[];
|
|
17
|
-
ca: (StringConstructor | ArrayConstructor | null)[];
|
|
18
|
-
cafile: path.PlatformPath;
|
|
19
|
-
cache: path.PlatformPath;
|
|
20
|
-
'cache-lock-stale': NumberConstructor;
|
|
21
|
-
'cache-lock-retries': NumberConstructor;
|
|
22
|
-
'cache-lock-wait': NumberConstructor;
|
|
23
|
-
'cache-max': NumberConstructor;
|
|
24
|
-
'cache-min': NumberConstructor;
|
|
25
|
-
cert: (StringConstructor | null)[];
|
|
26
|
-
cidr: (StringConstructor | ArrayConstructor | null)[];
|
|
27
|
-
color: (string | BooleanConstructor)[];
|
|
28
|
-
depth: NumberConstructor;
|
|
29
|
-
description: BooleanConstructor;
|
|
30
|
-
dev: BooleanConstructor;
|
|
31
|
-
'dry-run': BooleanConstructor;
|
|
32
|
-
editor: StringConstructor;
|
|
33
|
-
'engine-strict': BooleanConstructor;
|
|
34
|
-
force: BooleanConstructor;
|
|
35
|
-
'fetch-retries': NumberConstructor;
|
|
36
|
-
'fetch-retry-factor': NumberConstructor;
|
|
37
|
-
'fetch-retry-mintimeout': NumberConstructor;
|
|
38
|
-
'fetch-retry-maxtimeout': NumberConstructor;
|
|
39
|
-
git: StringConstructor;
|
|
40
|
-
'git-tag-version': BooleanConstructor;
|
|
41
|
-
'commit-hooks': BooleanConstructor;
|
|
42
|
-
global: BooleanConstructor;
|
|
43
|
-
globalconfig: path.PlatformPath;
|
|
44
|
-
'global-style': BooleanConstructor;
|
|
45
|
-
group: (NumberConstructor | StringConstructor)[];
|
|
46
|
-
'https-proxy': (typeof import("url") | null)[];
|
|
47
|
-
'user-agent': StringConstructor;
|
|
48
|
-
'ham-it-up': BooleanConstructor;
|
|
49
|
-
heading: StringConstructor;
|
|
50
|
-
'if-present': BooleanConstructor;
|
|
51
|
-
'ignore-prepublish': BooleanConstructor;
|
|
52
|
-
'ignore-scripts': BooleanConstructor;
|
|
53
|
-
'init-module': path.PlatformPath;
|
|
54
|
-
'init-author-name': StringConstructor;
|
|
55
|
-
'init-author-email': StringConstructor;
|
|
56
|
-
'init-author-url': (string | typeof import("url"))[];
|
|
57
|
-
'init-license': StringConstructor;
|
|
58
|
-
'init-version': () => void;
|
|
59
|
-
json: BooleanConstructor;
|
|
60
|
-
key: (StringConstructor | null)[];
|
|
61
|
-
'legacy-bundling': BooleanConstructor;
|
|
62
|
-
link: BooleanConstructor;
|
|
63
|
-
'local-address': never[];
|
|
64
|
-
loglevel: string[];
|
|
65
|
-
logstream: typeof import("stream").Stream;
|
|
66
|
-
'logs-max': NumberConstructor;
|
|
67
|
-
long: BooleanConstructor;
|
|
68
|
-
maxsockets: NumberConstructor;
|
|
69
|
-
message: StringConstructor;
|
|
70
|
-
'metrics-registry': (StringConstructor | null)[];
|
|
71
|
-
'node-options': (StringConstructor | null)[];
|
|
72
|
-
'node-version': ((() => void) | null)[];
|
|
73
|
-
'no-proxy': (StringConstructor | ArrayConstructor | null)[];
|
|
74
|
-
offline: BooleanConstructor;
|
|
75
|
-
'onload-script': (StringConstructor | null)[];
|
|
76
|
-
only: (string | null)[];
|
|
77
|
-
optional: BooleanConstructor;
|
|
78
|
-
'package-lock': BooleanConstructor;
|
|
79
|
-
otp: (StringConstructor | null)[];
|
|
80
|
-
'package-lock-only': BooleanConstructor;
|
|
81
|
-
parseable: BooleanConstructor;
|
|
82
|
-
'prefer-offline': BooleanConstructor;
|
|
83
|
-
'prefer-online': BooleanConstructor;
|
|
84
|
-
prefix: path.PlatformPath;
|
|
85
|
-
production: BooleanConstructor;
|
|
86
|
-
progress: BooleanConstructor;
|
|
87
|
-
provenance: BooleanConstructor;
|
|
88
|
-
proxy: (boolean | typeof import("url") | null)[];
|
|
89
|
-
'read-only': BooleanConstructor;
|
|
90
|
-
'rebuild-bundle': BooleanConstructor;
|
|
91
|
-
registry: (typeof import("url") | null)[];
|
|
92
|
-
rollback: BooleanConstructor;
|
|
93
|
-
save: BooleanConstructor;
|
|
94
|
-
'save-bundle': BooleanConstructor;
|
|
95
|
-
'save-dev': BooleanConstructor;
|
|
96
|
-
'save-exact': BooleanConstructor;
|
|
97
|
-
'save-optional': BooleanConstructor;
|
|
98
|
-
'save-prefix': StringConstructor;
|
|
99
|
-
'save-prod': BooleanConstructor;
|
|
100
|
-
scope: StringConstructor;
|
|
101
|
-
'script-shell': (StringConstructor | null)[];
|
|
102
|
-
'scripts-prepend-node-path': (string | boolean)[];
|
|
103
|
-
searchopts: StringConstructor;
|
|
104
|
-
searchexclude: (StringConstructor | null)[];
|
|
105
|
-
searchlimit: NumberConstructor;
|
|
106
|
-
searchstaleness: NumberConstructor;
|
|
107
|
-
'send-metrics': BooleanConstructor;
|
|
108
|
-
shell: StringConstructor;
|
|
109
|
-
shrinkwrap: BooleanConstructor;
|
|
110
|
-
'sign-git-tag': BooleanConstructor;
|
|
111
|
-
'sso-poll-frequency': NumberConstructor;
|
|
112
|
-
'sso-type': (string | null)[];
|
|
113
|
-
'strict-ssl': BooleanConstructor;
|
|
114
|
-
tag: StringConstructor;
|
|
115
|
-
timing: BooleanConstructor;
|
|
116
|
-
tmp: path.PlatformPath;
|
|
117
|
-
unicode: BooleanConstructor;
|
|
118
|
-
'unsafe-perm': BooleanConstructor;
|
|
119
|
-
usage: BooleanConstructor;
|
|
120
|
-
user: (NumberConstructor | StringConstructor)[];
|
|
121
|
-
userconfig: path.PlatformPath;
|
|
122
|
-
umask: () => void;
|
|
123
|
-
version: BooleanConstructor;
|
|
124
|
-
'tag-version-prefix': StringConstructor;
|
|
125
|
-
versions: BooleanConstructor;
|
|
126
|
-
viewer: StringConstructor;
|
|
127
|
-
_exit: BooleanConstructor;
|
|
128
|
-
}, never>;
|
|
4
|
+
export declare function cliOptionsTypes(): Record<string, unknown>;
|
|
129
5
|
export declare const commandNames: string[];
|
|
130
6
|
export declare function help(): string;
|
|
131
7
|
type PatchCommitCommandOptions = install.InstallCommandOptions & Pick<Config, 'patchesDir' | 'rootProjectManifest' | 'rootProjectManifestDir'>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/plugin-commands-patching",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.2",
|
|
4
4
|
"description": "Commands for creating patches",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
},
|
|
24
24
|
"homepage": "https://github.com/pnpm/pnpm/blob/main/patching/plugin-commands-patching#readme",
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@pnpm/registry-mock": "3.
|
|
26
|
+
"@pnpm/registry-mock": "3.30.0",
|
|
27
27
|
"@types/normalize-path": "^3.0.2",
|
|
28
|
-
"@types/ramda": "0.
|
|
28
|
+
"@types/ramda": "0.29.12",
|
|
29
29
|
"@types/semver": "7.5.3",
|
|
30
30
|
"write-yaml-file": "^5.0.0",
|
|
31
|
-
"@pnpm/
|
|
31
|
+
"@pnpm/plugin-commands-patching": "6.0.2",
|
|
32
32
|
"@pnpm/prepare": "0.0.90",
|
|
33
|
-
"@pnpm/
|
|
33
|
+
"@pnpm/filter-workspace-packages": "8.0.1",
|
|
34
34
|
"@pnpm/test-fixtures": "0.1.20"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
@@ -41,25 +41,25 @@
|
|
|
41
41
|
"ramda": "npm:@pnpm/ramda@0.28.1",
|
|
42
42
|
"realpath-missing": "^1.1.0",
|
|
43
43
|
"render-help": "^1.0.3",
|
|
44
|
-
"safe-execa": "^0.1.
|
|
44
|
+
"safe-execa": "^0.1.4",
|
|
45
45
|
"semver": "^7.6.0",
|
|
46
46
|
"tempy": "^1.0.1",
|
|
47
|
-
"@pnpm/cli-utils": "3.0.
|
|
48
|
-
"@pnpm/config": "21.
|
|
47
|
+
"@pnpm/cli-utils": "3.0.1",
|
|
48
|
+
"@pnpm/config": "21.1.0",
|
|
49
49
|
"@pnpm/constants": "8.0.0",
|
|
50
|
-
"@pnpm/error": "6.0.0",
|
|
51
50
|
"@pnpm/fs.packlist": "2.0.0",
|
|
51
|
+
"@pnpm/modules-yaml": "13.0.0",
|
|
52
52
|
"@pnpm/lockfile-file": "9.0.0",
|
|
53
|
+
"@pnpm/error": "6.0.0",
|
|
53
54
|
"@pnpm/lockfile-utils": "10.0.0",
|
|
54
55
|
"@pnpm/parse-wanted-dependency": "6.0.0",
|
|
55
|
-
"@pnpm/modules-yaml": "13.0.0",
|
|
56
56
|
"@pnpm/patching.apply-patch": "3.0.0",
|
|
57
57
|
"@pnpm/pick-fetcher": "3.0.0",
|
|
58
58
|
"@pnpm/pick-registry-for-package": "6.0.0",
|
|
59
|
+
"@pnpm/plugin-commands-installation": "15.0.2",
|
|
59
60
|
"@pnpm/read-package-json": "9.0.0",
|
|
60
|
-
"@pnpm/plugin-commands-installation": "15.0.0",
|
|
61
61
|
"@pnpm/read-project-manifest": "6.0.0",
|
|
62
|
-
"@pnpm/store-connection-manager": "8.0.
|
|
62
|
+
"@pnpm/store-connection-manager": "8.0.1"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
65
|
"@pnpm/logger": "^5.0.0"
|