File tree 3 files changed +23
-4
lines changed
3 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.17.0] ( https://github.com/nodejs/corepack/compare/v0.16.0...v0.17.0 ) (2023-02-24)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * add ` "exports" ` to the ` package.json ` ([ #239 ] ( https://github.com/nodejs/corepack/issues/239 ) )
9
+
10
+ ### Features
11
+
12
+ * update package manager versions ([ #242 ] ( https://github.com/nodejs/corepack/issues/242 ) ) ([ 5141639] ( https://github.com/nodejs/corepack/commit/5141639af8198a343105be1e98a74f7c9e152472 ) )
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * add ` "exports" ` to the ` package.json ` ([ #239 ] ( https://github.com/nodejs/corepack/issues/239 ) ) ([ 8e12d08] ( https://github.com/nodejs/corepack/commit/8e12d088dec171c03e90f623895a1fbf867130e6 ) )
18
+
3
19
## [ 0.16.0] ( https://github.com/nodejs/corepack/compare/v0.15.3...v0.16.0 ) (2023-02-17)
4
20
5
21
Original file line number Diff line number Diff line change @@ -43737,7 +43737,7 @@ function String2(descriptor, ...args) {
43737
43737
}
43738
43738
43739
43739
// package.json
43740
- var version = "0.16 .0";
43740
+ var version = "0.17 .0";
43741
43741
43742
43742
// sources/Engine.ts
43743
43743
var import_fs3 = __toESM(require("fs"));
@@ -43749,7 +43749,7 @@ var import_semver3 = __toESM(require_semver2());
43749
43749
var config_default = {
43750
43750
definitions: {
43751
43751
npm: {
43752
- default: "9.5.0 +sha1.75f0d6d27c0a4cc403cd9e1e68ac574555e3b43d ",
43752
+ default: "9.5.1 +sha1.dc74eb85d07d78e24fadc674968a1ea16b18108c ",
43753
43753
fetchLatestFrom: {
43754
43754
type: "npm",
43755
43755
package: "npm"
@@ -43780,7 +43780,7 @@ var config_default = {
43780
43780
}
43781
43781
},
43782
43782
pnpm: {
43783
- default: "7.27.0 +sha1.572d3b6d6b0ff64f11edd1c4e8774cc7351f1089 ",
43783
+ default: "7.27.1 +sha1.75c15a7a16389531192dab282e45aacdac1ed4c0 ",
43784
43784
fetchLatestFrom: {
43785
43785
type: "npm",
43786
43786
package: "pnpm"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " corepack" ,
3
- "version" : " 0.16 .0" ,
3
+ "version" : " 0.17 .0" ,
4
4
"homepage" : " https://github.com/nodejs/corepack#readme" ,
5
5
"bugs" : {
6
6
"url" : " https://github.com/nodejs/corepack/issues"
12
12
"engines" : {
13
13
"node" : " >=14.14.0"
14
14
},
15
+ "exports" : {
16
+ "./package.json" : " ./package.json"
17
+ },
15
18
"license" : " MIT" ,
16
19
"packageManager" :
" [email protected] +sha224.7fa5c1d1875b041cea8fcbf9a364667e398825364bf5c5c8cd5f6601" ,
17
20
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments