@pnpm/plugin-commands-publishing 7.4.2 → 7.4.3

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.
Files changed (2) hide show
  1. package/lib/publish.d.ts +4 -4
  2. package/package.json +11 -11
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<"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>> & {
9
+ export declare function rcOptionsTypes(): Pick<Partial<Record<"key" | "user-agent" | "ca" | "cert" | "registry" | "dev" | "optional" | "tag" | "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>> & {
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<"color" | "global"
126
126
  versions: BooleanConstructor;
127
127
  viewer: StringConstructor;
128
128
  _exit: BooleanConstructor;
129
- }, "registry" | "tag" | "access" | "otp" | "ignore-scripts" | "unsafe-perm" | "provenance">;
129
+ }, "registry" | "tag" | "ignore-scripts" | "unsafe-perm" | "access" | "otp" | "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
- access: (string | null)[];
139
- otp: (StringConstructor | null)[];
140
138
  'ignore-scripts': any;
141
139
  'unsafe-perm': any;
140
+ access: (string | null)[];
141
+ otp: (StringConstructor | null)[];
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.2",
3
+ "version": "7.4.3",
4
4
  "description": "The pack and publish commands of pnpm",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -40,7 +40,7 @@
40
40
  "tar": "^6.2.0",
41
41
  "write-yaml-file": "^5.0.0",
42
42
  "@pnpm/filter-workspace-packages": "7.2.1",
43
- "@pnpm/plugin-commands-publishing": "7.4.2",
43
+ "@pnpm/plugin-commands-publishing": "7.4.3",
44
44
  "@pnpm/prepare": "0.0.84"
45
45
  },
46
46
  "dependencies": {
@@ -56,20 +56,20 @@
56
56
  "tempy": "^1.0.1",
57
57
  "write-json-file": "^4.3.0",
58
58
  "@pnpm/cli-utils": "2.1.1",
59
+ "@pnpm/client": "10.0.34",
60
+ "@pnpm/common-cli-options-help": "1.0.0",
59
61
  "@pnpm/config": "20.1.1",
60
- "@pnpm/git-utils": "1.0.0",
62
+ "@pnpm/error": "5.0.2",
61
63
  "@pnpm/exportable-manifest": "5.0.9",
62
- "@pnpm/lifecycle": "16.0.6",
63
- "@pnpm/common-cli-options-help": "1.0.0",
64
- "@pnpm/pick-registry-for-package": "5.0.4",
65
- "@pnpm/client": "10.0.33",
64
+ "@pnpm/fs.packlist": "1.0.1",
65
+ "@pnpm/git-utils": "1.0.0",
66
+ "@pnpm/lifecycle": "16.0.7",
66
67
  "@pnpm/package-bins": "8.0.4",
67
- "@pnpm/error": "5.0.2",
68
- "@pnpm/types": "9.4.0",
68
+ "@pnpm/pick-registry-for-package": "5.0.4",
69
+ "@pnpm/resolver-base": "11.0.0",
69
70
  "@pnpm/run-npm": "6.0.0",
70
- "@pnpm/fs.packlist": "1.0.0",
71
71
  "@pnpm/sort-packages": "5.0.7",
72
- "@pnpm/resolver-base": "11.0.0"
72
+ "@pnpm/types": "9.4.0"
73
73
  },
74
74
  "peerDependencies": {
75
75
  "@pnpm/logger": "^5.0.0"