@pnpm/plugin-commands-publishing 7.4.9 → 7.4.10
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 +1 -1
- package/package.json +14 -14
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<"key" | "
|
|
9
|
+
export declare function rcOptionsTypes(): Pick<Partial<Record<"optional" | "key" | "color" | "offline" | "global" | "registry" | "dev" | "tag" | "user-agent" | "ca" | "cert" | "force" | "save" | "production" | "depth" | "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>> & {
|
|
10
10
|
access: (string | null)[];
|
|
11
11
|
'allow-same-version': BooleanConstructor;
|
|
12
12
|
'always-auth': BooleanConstructor;
|
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.10",
|
|
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/
|
|
43
|
-
"@pnpm/
|
|
44
|
-
"@pnpm/
|
|
42
|
+
"@pnpm/plugin-commands-publishing": "7.4.10",
|
|
43
|
+
"@pnpm/prepare": "0.0.86",
|
|
44
|
+
"@pnpm/filter-workspace-packages": "7.2.7"
|
|
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/client": "10.0.40",
|
|
58
|
+
"@pnpm/cli-utils": "2.1.5",
|
|
60
59
|
"@pnpm/common-cli-options-help": "1.0.0",
|
|
61
|
-
"@pnpm/config": "20.1.2",
|
|
62
|
-
"@pnpm/exportable-manifest": "5.0.9",
|
|
63
60
|
"@pnpm/error": "5.0.2",
|
|
64
61
|
"@pnpm/fs.packlist": "1.0.2",
|
|
62
|
+
"@pnpm/config": "20.2.0",
|
|
65
63
|
"@pnpm/git-utils": "1.0.0",
|
|
66
|
-
"@pnpm/
|
|
67
|
-
"@pnpm/
|
|
68
|
-
"@pnpm/
|
|
69
|
-
"@pnpm/pick-registry-for-package": "5.0.
|
|
64
|
+
"@pnpm/client": "10.0.41",
|
|
65
|
+
"@pnpm/lifecycle": "16.0.9",
|
|
66
|
+
"@pnpm/package-bins": "8.0.5",
|
|
67
|
+
"@pnpm/pick-registry-for-package": "5.0.5",
|
|
68
|
+
"@pnpm/resolver-base": "11.0.1",
|
|
70
69
|
"@pnpm/run-npm": "6.0.0",
|
|
71
|
-
"@pnpm/
|
|
72
|
-
"@pnpm/
|
|
70
|
+
"@pnpm/types": "9.4.1",
|
|
71
|
+
"@pnpm/exportable-manifest": "5.0.10",
|
|
72
|
+
"@pnpm/sort-packages": "5.0.8"
|
|
73
73
|
},
|
|
74
74
|
"peerDependencies": {
|
|
75
75
|
"@pnpm/logger": "^5.0.0"
|