Comparing version 0.16.0 to 0.17.0
# Changelog | ||
## [0.17.0](https://github.com/nodejs/corepack/compare/v0.16.0...v0.17.0) (2023-02-24) | ||
### ⚠ BREAKING CHANGES | ||
* add `"exports"` to the `package.json` ([#239](https://github.com/nodejs/corepack/issues/239)) | ||
### Features | ||
* update package manager versions ([#242](https://github.com/nodejs/corepack/issues/242)) ([5141639](https://github.com/nodejs/corepack/commit/5141639af8198a343105be1e98a74f7c9e152472)) | ||
### Bug Fixes | ||
* add `"exports"` to the `package.json` ([#239](https://github.com/nodejs/corepack/issues/239)) ([8e12d08](https://github.com/nodejs/corepack/commit/8e12d088dec171c03e90f623895a1fbf867130e6)) | ||
## [0.16.0](https://github.com/nodejs/corepack/compare/v0.15.3...v0.16.0) (2023-02-17) | ||
@@ -4,0 +20,0 @@ |
{ | ||
"name": "corepack", | ||
"version": "0.16.0", | ||
"version": "0.17.0", | ||
"homepage": "https://github.com/nodejs/corepack#readme", | ||
@@ -15,2 +15,5 @@ "bugs": { | ||
}, | ||
"exports": { | ||
"./package.json": "./package.json" | ||
}, | ||
"license": "MIT", | ||
@@ -17,0 +20,0 @@ "packageManager": "yarn@4.0.0-rc.15+sha224.7fa5c1d1875b041cea8fcbf9a364667e398825364bf5c5c8cd5f6601", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2227768
0