@ms-cloudpack/package-overrides
Advanced tools
Comparing version 0.2.2 to 0.3.0
@@ -5,3 +5,24 @@ { | ||
{ | ||
"date": "Mon, 23 Jan 2023 21:05:38 GMT", | ||
"date": "Wed, 25 Jan 2023 08:11:01 GMT", | ||
"tag": "@ms-cloudpack/package-overrides_v0.3.0", | ||
"version": "0.3.0", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"author": "elcraig@microsoft.com", | ||
"package": "@ms-cloudpack/package-overrides", | ||
"commit": "3e5735deff2392cc37e1ac14224cdb7c60d0e378", | ||
"comment": "Replace `PackageJson` from `type-fest` with a version from `@ms-cloudpack/bundler-types`" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@ms-cloudpack/package-overrides", | ||
"comment": "Bump @ms-cloudpack/bundler-types to v0.9.0", | ||
"commit": "3e5735deff2392cc37e1ac14224cdb7c60d0e378" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Mon, 23 Jan 2023 21:06:01 GMT", | ||
"tag": "@ms-cloudpack/package-overrides_v0.2.2", | ||
@@ -8,0 +29,0 @@ "version": "0.2.2", |
# Change Log - @ms-cloudpack/package-overrides | ||
This log was last generated on Mon, 23 Jan 2023 21:05:38 GMT and should not be manually modified. | ||
This log was last generated on Wed, 25 Jan 2023 08:11:01 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.3.0 | ||
Wed, 25 Jan 2023 08:11:01 GMT | ||
### Minor changes | ||
- Replace `PackageJson` from `type-fest` with a version from `@ms-cloudpack/bundler-types` (elcraig@microsoft.com) | ||
- Bump @ms-cloudpack/bundler-types to v0.9.0 | ||
## 0.2.2 | ||
Mon, 23 Jan 2023 21:05:38 GMT | ||
Mon, 23 Jan 2023 21:06:01 GMT | ||
@@ -11,0 +20,0 @@ ### Patches |
@@ -1,2 +0,2 @@ | ||
import type { PackageJson } from 'type-fest'; | ||
import type { PackageJson } from '@ms-cloudpack/bundler-types'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Returns the overrides for a package. |
{ | ||
"name": "@ms-cloudpack/package-overrides", | ||
"version": "0.2.2", | ||
"version": "0.3.0", | ||
"description": "Provides overrides for package.json to polyfill missing parts, such as exports maps.", | ||
@@ -16,3 +16,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@ms-cloudpack/bundler-types": "^0.8.0", | ||
"@ms-cloudpack/bundler-types": "^0.9.0", | ||
"merge": "^2.1.1", | ||
@@ -19,0 +19,0 @@ "semver": "^7.3.7" |
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
13743
269
+ Added@ms-cloudpack/bundler-types@0.9.1(transitive)
- Removed@ms-cloudpack/bundler-types@0.8.0(transitive)