File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
310## [ 0.29.3] ( https://github.com/nodejs/corepack/compare/v0.29.2...v0.29.3 ) (2024-07-21)
411
512
Original file line number Diff line number Diff line change @@ -21260,7 +21260,7 @@ function String2(descriptor, ...args) {
2126021260}
2126121261
2126221262// package.json
21263- var version = "0.29.3 ";
21263+ var version = "0.29.4 ";
2126421264
2126521265// sources/Engine.ts
2126621266var import_fs9 = __toESM(require("fs"));
@@ -21274,7 +21274,7 @@ var import_valid3 = __toESM(require_valid2());
2127421274var config_default = {
2127521275 definitions: {
2127621276 npm: {
21277- default: "10.8.2 +sha1.3c123c7f14409dc0395478e7269fdbc32ae179d8 ",
21277+ default: "10.8.3 +sha1.e6085b2864fcfd9b1aad7b602601b5a2fc116699 ",
2127821278 fetchLatestFrom: {
2127921279 type: "npm",
2128021280 package: "npm"
@@ -21311,7 +21311,7 @@ var config_default = {
2131121311 }
2131221312 },
2131321313 pnpm: {
21314- default: "9.5 .0+sha1.8c155dc114e1689d18937974f6571e0ceee66f1d ",
21314+ default: "9.9 .0+sha1.3edbe440f4e570aa8f049adbd06b9483d55cc2d2 ",
2131521315 fetchLatestFrom: {
2131621316 type: "npm",
2131721317 package: "pnpm"
@@ -21375,7 +21375,7 @@ var config_default = {
2137521375 package: "yarn"
2137621376 },
2137721377 transparent: {
21378- default: "4.3 .1+sha224.934d21773e22af4b69a7032a2d3b4cb38c1f7c019624777cc9916b23 ",
21378+ default: "4.4 .1+sha224.fd21d9eb5fba020083811af1d4953acc21eeb9f6ff97efd1b3f9d4de ",
2137921379 commands: [
2138021380 [
2138121381 "yarn",
Original file line number Diff line number Diff line change 11{
22 "name" : " corepack" ,
3- "version" : " 0.29.3 " ,
3+ "version" : " 0.29.4 " ,
44 "homepage" : " https://github.com/nodejs/corepack#readme" ,
55 "bugs" : {
66 "url" : " https://github.com/nodejs/corepack/issues"
You can’t perform that action at this time.
0 commit comments