@pnpm/releasing.commands 1100.5.1 → 1100.5.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.
Files changed (1) hide show
  1. package/package.json +34 -34
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/releasing.commands",
3
- "version": "1100.5.1",
3
+ "version": "1100.5.2",
4
4
  "description": "Commands for deploy, pack, and publish",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -10,9 +10,9 @@
10
10
  "funding": "https://opencollective.com/pnpm",
11
11
  "repository": {
12
12
  "type": "git",
13
- "url": "https://github.com/pnpm/pnpm/tree/main/releasing/commands"
13
+ "url": "https://github.com/pnpm/pnpm/tree/main/pnpm11/releasing/commands"
14
14
  },
15
- "homepage": "https://github.com/pnpm/pnpm/tree/main/releasing/commands#readme",
15
+ "homepage": "https://github.com/pnpm/pnpm/tree/main/pnpm11/releasing/commands#readme",
16
16
  "bugs": {
17
17
  "url": "https://github.com/pnpm/pnpm/issues"
18
18
  },
@@ -51,35 +51,35 @@
51
51
  "validate-npm-package-name": "7.0.2",
52
52
  "write-json-file": "^7.0.0",
53
53
  "write-yaml-file": "^6.0.0",
54
- "@pnpm/cli.utils": "1101.0.12",
55
- "@pnpm/cli.common-cli-options-help": "1100.0.2",
56
- "@pnpm/config.reader": "1101.10.0",
54
+ "@pnpm/bins.resolver": "1100.0.8",
57
55
  "@pnpm/catalogs.types": "1100.0.0",
58
- "@pnpm/constants": "1100.0.0",
59
- "@pnpm/config.pick-registry-for-package": "1100.0.9",
56
+ "@pnpm/cli.utils": "1101.0.13",
57
+ "@pnpm/cli.common-cli-options-help": "1100.0.2",
58
+ "@pnpm/config.reader": "1101.10.1",
60
59
  "@pnpm/deps.path": "1100.0.8",
61
- "@pnpm/engine.runtime.commands": "1100.1.6",
62
- "@pnpm/engine.runtime.node-resolver": "1101.1.8",
63
- "@pnpm/fetching.directory-fetcher": "1100.0.17",
64
- "@pnpm/error": "1100.0.0",
65
- "@pnpm/exec.lifecycle": "1100.1.0",
60
+ "@pnpm/engine.runtime.commands": "1100.1.7",
61
+ "@pnpm/engine.runtime.node-resolver": "1101.1.9",
62
+ "@pnpm/error": "1100.0.1",
63
+ "@pnpm/exec.lifecycle": "1100.1.1",
64
+ "@pnpm/config.pick-registry-for-package": "1100.0.9",
66
65
  "@pnpm/exec.pnpm-cli-runner": "1100.0.1",
66
+ "@pnpm/fetching.directory-fetcher": "1100.0.18",
67
+ "@pnpm/constants": "1100.0.0",
67
68
  "@pnpm/fs.is-empty-dir-or-nothing": "1100.0.0",
68
- "@pnpm/fs.indexed-pkg-importer": "1100.0.15",
69
- "@pnpm/installing.commands": "1100.10.0",
70
- "@pnpm/lockfile.fs": "1100.1.6",
71
- "@pnpm/installing.client": "1100.2.9",
69
+ "@pnpm/fs.indexed-pkg-importer": "1100.0.16",
72
70
  "@pnpm/fs.packlist": "1100.0.1",
73
- "@pnpm/lockfile.types": "1100.0.11",
74
- "@pnpm/network.fetch": "1100.1.3",
71
+ "@pnpm/lockfile.fs": "1100.1.7",
72
+ "@pnpm/installing.client": "1100.2.10",
73
+ "@pnpm/installing.commands": "1100.10.1",
74
+ "@pnpm/network.auth-header": "1101.1.3",
75
+ "@pnpm/network.fetch": "1100.1.4",
76
+ "@pnpm/network.web-auth": "1101.1.2",
77
+ "@pnpm/lockfile.types": "1100.0.12",
75
78
  "@pnpm/network.git-utils": "1100.0.2",
76
- "@pnpm/network.auth-header": "1101.1.2",
77
- "@pnpm/network.web-auth": "1101.1.1",
78
- "@pnpm/releasing.exportable-manifest": "1100.1.7",
79
+ "@pnpm/releasing.exportable-manifest": "1100.1.8",
80
+ "@pnpm/resolving.resolver-base": "1100.5.0",
79
81
  "@pnpm/types": "1101.3.2",
80
- "@pnpm/workspace.projects-sorter": "1100.0.7",
81
- "@pnpm/resolving.resolver-base": "1100.4.2",
82
- "@pnpm/bins.resolver": "1100.0.8"
82
+ "@pnpm/workspace.projects-sorter": "1100.0.7"
83
83
  },
84
84
  "peerDependencies": {
85
85
  "@pnpm/logger": "^1100.0.0"
@@ -102,17 +102,17 @@
102
102
  "tar": "^7.5.15",
103
103
  "undici": "^7.27.2",
104
104
  "write-yaml-file": "^6.0.0",
105
- "@pnpm/assert-project": "1100.0.16",
106
- "@pnpm/hooks.pnpmfile": "1100.0.15",
107
- "@pnpm/releasing.commands": "1100.5.1",
105
+ "@pnpm/assert-project": "1100.0.17",
106
+ "@pnpm/catalogs.config": "1100.0.2",
107
+ "@pnpm/logger": "1100.0.0",
108
+ "@pnpm/releasing.commands": "1100.5.2",
109
+ "@pnpm/hooks.pnpmfile": "1100.0.16",
110
+ "@pnpm/prepare": "1100.0.17",
108
111
  "@pnpm/test-fixtures": "1100.0.0",
109
112
  "@pnpm/test-ipc-server": "1100.0.0",
110
- "@pnpm/prepare": "1100.0.16",
111
- "@pnpm/catalogs.config": "1100.0.1",
112
- "@pnpm/testing.command-defaults": "1100.0.6",
113
- "@pnpm/logger": "1100.0.0",
114
- "@pnpm/testing.registry-mock": "1100.0.6",
115
- "@pnpm/workspace.projects-filter": "1100.0.22"
113
+ "@pnpm/workspace.projects-filter": "1100.0.23",
114
+ "@pnpm/testing.registry-mock": "1100.0.7",
115
+ "@pnpm/testing.command-defaults": "1100.0.7"
116
116
  },
117
117
  "engines": {
118
118
  "node": ">=22.13"