@pnpm/plugin-commands-patching 5.1.5 → 5.1.6
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 +1 -1
- package/lib/patchRemove.d.ts +1 -1
- 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<"
|
|
8
|
+
export declare function rcOptionsTypes(): Pick<Partial<Record<"registry" | "tag" | "key" | "user-agent" | "ca" | "cert" | "dev" | "optional" | "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>> & {
|
|
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<"registry" | "tag" | "key" | "user-agent" | "ca" | "cert" | "dev" | "optional" | "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>> & {
|
|
9
9
|
access: (string | null)[];
|
|
10
10
|
'allow-same-version': BooleanConstructor;
|
|
11
11
|
'always-auth': 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<"registry" | "tag" | "key" | "user-agent" | "ca" | "cert" | "dev" | "optional" | "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
8
|
access: (string | null)[];
|
|
9
9
|
'allow-same-version': BooleanConstructor;
|
|
10
10
|
'always-auth': BooleanConstructor;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/plugin-commands-patching",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.6",
|
|
4
4
|
"description": "Commands for creating patches",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -28,10 +28,10 @@
|
|
|
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/plugin-commands-patching": "5.1.
|
|
33
|
-
"@pnpm/prepare": "0.0.
|
|
34
|
-
"@pnpm/test-fixtures": "0.1.
|
|
31
|
+
"@pnpm/filter-workspace-packages": "7.2.12",
|
|
32
|
+
"@pnpm/plugin-commands-patching": "5.1.6",
|
|
33
|
+
"@pnpm/prepare": "0.0.90",
|
|
34
|
+
"@pnpm/test-fixtures": "0.1.20"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"enquirer": "^2.4.1",
|
|
@@ -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/cli-utils": "2.1.
|
|
48
|
-
"@pnpm/config": "20.4.
|
|
47
|
+
"@pnpm/cli-utils": "2.1.10",
|
|
48
|
+
"@pnpm/config": "20.4.3",
|
|
49
49
|
"@pnpm/constants": "7.1.1",
|
|
50
|
-
"@pnpm/error": "5.0.
|
|
50
|
+
"@pnpm/error": "5.0.3",
|
|
51
|
+
"@pnpm/lockfile-file": "8.1.8",
|
|
51
52
|
"@pnpm/fs.packlist": "1.0.3",
|
|
52
53
|
"@pnpm/lockfile-utils": "9.0.6",
|
|
53
|
-
"@pnpm/lockfile-file": "8.1.7",
|
|
54
|
-
"@pnpm/modules-yaml": "12.1.7",
|
|
55
54
|
"@pnpm/parse-wanted-dependency": "5.0.0",
|
|
56
|
-
"@pnpm/
|
|
55
|
+
"@pnpm/modules-yaml": "12.1.7",
|
|
57
56
|
"@pnpm/pick-fetcher": "2.0.1",
|
|
58
|
-
"@pnpm/
|
|
59
|
-
"@pnpm/
|
|
60
|
-
"@pnpm/
|
|
61
|
-
"@pnpm/
|
|
62
|
-
"@pnpm/
|
|
57
|
+
"@pnpm/patching.apply-patch": "2.0.6",
|
|
58
|
+
"@pnpm/pick-registry-for-package": "5.0.6",
|
|
59
|
+
"@pnpm/plugin-commands-installation": "14.2.5",
|
|
60
|
+
"@pnpm/read-package-json": "8.0.8",
|
|
61
|
+
"@pnpm/store-connection-manager": "7.0.28",
|
|
62
|
+
"@pnpm/read-project-manifest": "5.0.11"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
65
|
"@pnpm/logger": "^5.0.0"
|