File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.17.2] ( https://github.com/nodejs/corepack/compare/v0.17.1...v0.17.2 ) (2023-04-07)
4+
5+
6+ ### Features
7+
8+ * update package manager versions ([ #249 ] ( https://github.com/nodejs/corepack/issues/249 ) ) ([ 2507e9b] ( https://github.com/nodejs/corepack/commit/2507e9b317eacdeb939aee086de5711218ebd794 ) )
9+
310## [ 0.17.1] ( https://github.com/nodejs/corepack/compare/v0.17.0...v0.17.1 ) (2023-03-17)
411
512
Original file line number Diff line number Diff line change @@ -43737,7 +43737,7 @@ function String2(descriptor, ...args) {
4373743737}
4373843738
4373943739// package.json
43740- var version = "0.17.1 ";
43740+ var version = "0.17.2 ";
4374143741
4374243742// sources/Engine.ts
4374343743var import_fs3 = __toESM(require("fs"));
@@ -43749,7 +43749,7 @@ var import_semver3 = __toESM(require_semver2());
4374943749var config_default = {
4375043750 definitions: {
4375143751 npm: {
43752- default: "9.6.2 +sha1.b7858ab694c4335778c6d91e2310a61f2e369dac ",
43752+ default: "9.6.4 +sha1.ff4798c9778badac2fae83078ead9a88680978c2 ",
4375343753 fetchLatestFrom: {
4375443754 type: "npm",
4375543755 package: "npm"
@@ -43780,7 +43780,7 @@ var config_default = {
4378043780 }
4378143781 },
4378243782 pnpm: {
43783- default: "7.29.3 +sha1.700f102ef6d5e57e01093ede3bfe5028d18cc52b ",
43783+ default: "7.31.0 +sha1.ad35cb3e7d298041e54c98924ed3b65e7475b7ce ",
4378443784 fetchLatestFrom: {
4378543785 type: "npm",
4378643786 package: "pnpm"
Original file line number Diff line number Diff line change 11{
22 "name" : " corepack" ,
3- "version" : " 0.17.1 " ,
3+ "version" : " 0.17.2 " ,
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