File tree 3 files changed +12
-5
lines changed
3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.29.4] ( https://github.com/nodejs/corepack/compare/v0.29.3...v0.29.4 ) (2024-09-07)
4
+
5
+
6
+ ### Features
7
+
8
+ * update package manager versions ([ #543 ] ( https://github.com/nodejs/corepack/issues/543 ) ) ([ b819e40] ( https://github.com/nodejs/corepack/commit/b819e404dbb23c4ae3d5dbe55e21de74d714ee9c ) )
9
+
3
10
## [ 0.29.3] ( https://github.com/nodejs/corepack/compare/v0.29.2...v0.29.3 ) (2024-07-21)
4
11
5
12
Original file line number Diff line number Diff line change @@ -21260,7 +21260,7 @@ function String2(descriptor, ...args) {
21260
21260
}
21261
21261
21262
21262
// package.json
21263
- var version = "0.29.3 ";
21263
+ var version = "0.29.4 ";
21264
21264
21265
21265
// sources/Engine.ts
21266
21266
var import_fs9 = __toESM(require("fs"));
@@ -21274,7 +21274,7 @@ var import_valid3 = __toESM(require_valid2());
21274
21274
var config_default = {
21275
21275
definitions: {
21276
21276
npm: {
21277
- default: "10.8.2 +sha1.3c123c7f14409dc0395478e7269fdbc32ae179d8 ",
21277
+ default: "10.8.3 +sha1.e6085b2864fcfd9b1aad7b602601b5a2fc116699 ",
21278
21278
fetchLatestFrom: {
21279
21279
type: "npm",
21280
21280
package: "npm"
@@ -21311,7 +21311,7 @@ var config_default = {
21311
21311
}
21312
21312
},
21313
21313
pnpm: {
21314
- default: "9.5 .0+sha1.8c155dc114e1689d18937974f6571e0ceee66f1d ",
21314
+ default: "9.9 .0+sha1.3edbe440f4e570aa8f049adbd06b9483d55cc2d2 ",
21315
21315
fetchLatestFrom: {
21316
21316
type: "npm",
21317
21317
package: "pnpm"
@@ -21375,7 +21375,7 @@ var config_default = {
21375
21375
package: "yarn"
21376
21376
},
21377
21377
transparent: {
21378
- default: "4.3 .1+sha224.934d21773e22af4b69a7032a2d3b4cb38c1f7c019624777cc9916b23 ",
21378
+ default: "4.4 .1+sha224.fd21d9eb5fba020083811af1d4953acc21eeb9f6ff97efd1b3f9d4de ",
21379
21379
commands: [
21380
21380
[
21381
21381
"yarn",
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " corepack" ,
3
- "version" : " 0.29.3 " ,
3
+ "version" : " 0.29.4 " ,
4
4
"homepage" : " https://github.com/nodejs/corepack#readme" ,
5
5
"bugs" : {
6
6
"url" : " https://github.com/nodejs/corepack/issues"
You can’t perform that action at this time.
0 commit comments