@pnpm/releasing.commands 1100.2.1 → 1100.2.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.
@@ -1,9 +1,9 @@
1
1
  import { PnpmError } from '@pnpm/error';
2
2
  import type { ExportedManifest } from '@pnpm/releasing.exportable-manifest';
3
- declare const TARBALL_SUFFIXES: readonly [".tar.gz", ".tgz"];
4
- export type TarballSuffix = typeof TARBALL_SUFFIXES[number];
3
+ declare const TARBALL_SUFFIXES: readonly ['.tar.gz', '.tgz'];
4
+ export type TarballSuffix = (typeof TARBALL_SUFFIXES)[number];
5
5
  export type TarballPath = `${string}${TarballSuffix}`;
6
- export declare const isTarballPath: (path: string) => path is `${string}.tar.gz` | `${string}.tgz`;
6
+ export declare const isTarballPath: (path: string) => path is TarballPath;
7
7
  export declare function extractManifestFromPacked<Output = ExportedManifest>(tarballPath: TarballPath): Promise<Output>;
8
8
  export declare class PublishArchiveMissingManifestError extends PnpmError {
9
9
  readonly tarballPath: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/releasing.commands",
3
- "version": "1100.2.1",
3
+ "version": "1100.2.3",
4
4
  "description": "Commands for deploy, pack, and publish",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -47,34 +47,34 @@
47
47
  "validate-npm-package-name": "7.0.2",
48
48
  "write-json-file": "^7.0.0",
49
49
  "write-yaml-file": "^6.0.0",
50
- "@pnpm/catalogs.types": "1100.0.0",
51
- "@pnpm/cli.common-cli-options-help": "1100.0.0",
52
50
  "@pnpm/bins.resolver": "1100.0.1",
51
+ "@pnpm/catalogs.types": "1100.0.0",
53
52
  "@pnpm/cli.utils": "1101.0.0",
53
+ "@pnpm/cli.common-cli-options-help": "1100.0.0",
54
54
  "@pnpm/config.pick-registry-for-package": "1100.0.1",
55
- "@pnpm/constants": "1100.0.0",
55
+ "@pnpm/config.reader": "1101.1.2",
56
56
  "@pnpm/deps.path": "1100.0.1",
57
- "@pnpm/engine.runtime.node-resolver": "1101.0.0",
58
- "@pnpm/engine.runtime.commands": "1100.0.4",
57
+ "@pnpm/engine.runtime.commands": "1100.0.6",
58
+ "@pnpm/constants": "1100.0.0",
59
+ "@pnpm/engine.runtime.node-resolver": "1101.0.1",
59
60
  "@pnpm/error": "1100.0.0",
60
- "@pnpm/config.reader": "1101.1.1",
61
- "@pnpm/exec.lifecycle": "1100.0.4",
62
61
  "@pnpm/exec.pnpm-cli-runner": "1100.0.0",
62
+ "@pnpm/exec.lifecycle": "1100.0.4",
63
63
  "@pnpm/fetching.directory-fetcher": "1100.0.4",
64
- "@pnpm/fs.is-empty-dir-or-nothing": "1100.0.0",
65
64
  "@pnpm/fs.indexed-pkg-importer": "1100.0.3",
65
+ "@pnpm/fs.is-empty-dir-or-nothing": "1100.0.0",
66
+ "@pnpm/installing.client": "1100.0.6",
66
67
  "@pnpm/fs.packlist": "1100.0.0",
67
- "@pnpm/installing.client": "1100.0.4",
68
- "@pnpm/installing.commands": "1100.1.2",
69
68
  "@pnpm/lockfile.fs": "1100.0.3",
70
69
  "@pnpm/lockfile.types": "1100.0.2",
70
+ "@pnpm/network.fetch": "1100.0.1",
71
+ "@pnpm/installing.commands": "1100.1.4",
71
72
  "@pnpm/network.git-utils": "1100.0.0",
72
- "@pnpm/network.web-auth": "1101.0.0",
73
73
  "@pnpm/releasing.exportable-manifest": "1100.0.2",
74
- "@pnpm/resolving.resolver-base": "1100.1.0",
74
+ "@pnpm/network.web-auth": "1101.0.0",
75
75
  "@pnpm/types": "1101.0.0",
76
- "@pnpm/network.fetch": "1100.0.1",
77
- "@pnpm/workspace.projects-filter": "1100.0.4",
76
+ "@pnpm/workspace.projects-filter": "1100.0.5",
77
+ "@pnpm/resolving.resolver-base": "1100.1.0",
78
78
  "@pnpm/workspace.projects-sorter": "1100.0.1"
79
79
  },
80
80
  "peerDependencies": {
@@ -98,15 +98,15 @@
98
98
  "load-json-file": "^7.0.1",
99
99
  "tar": "^7.5.10",
100
100
  "write-yaml-file": "^6.0.0",
101
+ "@pnpm/assert-project": "1100.0.3",
101
102
  "@pnpm/catalogs.config": "1100.0.0",
103
+ "@pnpm/logger": "1100.0.0",
102
104
  "@pnpm/hooks.pnpmfile": "1100.0.3",
103
105
  "@pnpm/prepare": "1100.0.3",
104
- "@pnpm/assert-project": "1100.0.3",
105
- "@pnpm/logger": "1100.0.0",
106
- "@pnpm/releasing.commands": "1100.2.1",
106
+ "@pnpm/releasing.commands": "1100.2.3",
107
107
  "@pnpm/test-fixtures": "1100.0.0",
108
- "@pnpm/testing.command-defaults": "1100.0.1",
109
- "@pnpm/test-ipc-server": "1100.0.0"
108
+ "@pnpm/test-ipc-server": "1100.0.0",
109
+ "@pnpm/testing.command-defaults": "1100.0.1"
110
110
  },
111
111
  "engines": {
112
112
  "node": ">=22.13"