@pnpm/plugin-commands-publishing 7.4.1 → 7.4.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/publish.d.ts +4 -4
- package/package.json +15 -15
package/lib/publish.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { type Config } from '@pnpm/config';
|
|
|
6
6
|
import { type RunLifecycleHookOptions } from '@pnpm/lifecycle';
|
|
7
7
|
import { type ProjectManifest } from '@pnpm/types';
|
|
8
8
|
import { type PublishRecursiveOpts } from './recursivePublish';
|
|
9
|
-
export declare function rcOptionsTypes(): Pick<Partial<Record<"
|
|
9
|
+
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" | "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" | "local-address" | "no-proxy" | "strict-ssl" | "user-agent" | "package-lock", any>> & {
|
|
10
10
|
access: (string | null)[];
|
|
11
11
|
'allow-same-version': BooleanConstructor;
|
|
12
12
|
'always-auth': BooleanConstructor;
|
|
@@ -126,7 +126,7 @@ export declare function rcOptionsTypes(): Pick<Partial<Record<"key" | "user-agen
|
|
|
126
126
|
versions: BooleanConstructor;
|
|
127
127
|
viewer: StringConstructor;
|
|
128
128
|
_exit: BooleanConstructor;
|
|
129
|
-
}, "registry" | "tag" | "
|
|
129
|
+
}, "registry" | "tag" | "access" | "otp" | "ignore-scripts" | "unsafe-perm" | "provenance">;
|
|
130
130
|
export declare function cliOptionsTypes(): {
|
|
131
131
|
'dry-run': BooleanConstructor;
|
|
132
132
|
force: BooleanConstructor;
|
|
@@ -135,10 +135,10 @@ export declare function cliOptionsTypes(): {
|
|
|
135
135
|
'report-summary': BooleanConstructor;
|
|
136
136
|
registry: any;
|
|
137
137
|
tag: any;
|
|
138
|
-
'ignore-scripts': any;
|
|
139
|
-
'unsafe-perm': any;
|
|
140
138
|
access: (string | null)[];
|
|
141
139
|
otp: (StringConstructor | null)[];
|
|
140
|
+
'ignore-scripts': any;
|
|
141
|
+
'unsafe-perm': any;
|
|
142
142
|
provenance: BooleanConstructor;
|
|
143
143
|
};
|
|
144
144
|
export declare const commandNames: string[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/plugin-commands-publishing",
|
|
3
|
-
"version": "7.4.
|
|
3
|
+
"version": "7.4.2",
|
|
4
4
|
"description": "The pack and publish commands of pnpm",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"path-exists": "^4.0.0",
|
|
40
40
|
"tar": "^6.2.0",
|
|
41
41
|
"write-yaml-file": "^5.0.0",
|
|
42
|
-
"@pnpm/filter-workspace-packages": "7.2.
|
|
43
|
-
"@pnpm/plugin-commands-publishing": "7.4.
|
|
44
|
-
"@pnpm/prepare": "0.0.
|
|
42
|
+
"@pnpm/filter-workspace-packages": "7.2.1",
|
|
43
|
+
"@pnpm/plugin-commands-publishing": "7.4.2",
|
|
44
|
+
"@pnpm/prepare": "0.0.84"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@zkochan/rimraf": "^2.1.3",
|
|
@@ -55,21 +55,21 @@
|
|
|
55
55
|
"tar-stream": "^2.2.0",
|
|
56
56
|
"tempy": "^1.0.1",
|
|
57
57
|
"write-json-file": "^4.3.0",
|
|
58
|
-
"@pnpm/cli-utils": "2.1.
|
|
59
|
-
"@pnpm/
|
|
60
|
-
"@pnpm/common-cli-options-help": "1.0.0",
|
|
61
|
-
"@pnpm/config": "20.1.0",
|
|
62
|
-
"@pnpm/error": "5.0.2",
|
|
63
|
-
"@pnpm/exportable-manifest": "5.0.9",
|
|
64
|
-
"@pnpm/fs.packlist": "1.0.0",
|
|
58
|
+
"@pnpm/cli-utils": "2.1.1",
|
|
59
|
+
"@pnpm/config": "20.1.1",
|
|
65
60
|
"@pnpm/git-utils": "1.0.0",
|
|
66
|
-
"@pnpm/
|
|
67
|
-
"@pnpm/
|
|
61
|
+
"@pnpm/exportable-manifest": "5.0.9",
|
|
62
|
+
"@pnpm/lifecycle": "16.0.6",
|
|
63
|
+
"@pnpm/common-cli-options-help": "1.0.0",
|
|
68
64
|
"@pnpm/pick-registry-for-package": "5.0.4",
|
|
69
|
-
"@pnpm/
|
|
65
|
+
"@pnpm/client": "10.0.33",
|
|
66
|
+
"@pnpm/package-bins": "8.0.4",
|
|
67
|
+
"@pnpm/error": "5.0.2",
|
|
68
|
+
"@pnpm/types": "9.4.0",
|
|
70
69
|
"@pnpm/run-npm": "6.0.0",
|
|
70
|
+
"@pnpm/fs.packlist": "1.0.0",
|
|
71
71
|
"@pnpm/sort-packages": "5.0.7",
|
|
72
|
-
"@pnpm/
|
|
72
|
+
"@pnpm/resolver-base": "11.0.0"
|
|
73
73
|
},
|
|
74
74
|
"peerDependencies": {
|
|
75
75
|
"@pnpm/logger": "^5.0.0"
|