@ms-cloudpack/package-overrides
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Wed, 24 Aug 2022 08:14:22 GMT", | ||
"date": "Fri, 23 Sep 2022 08:12:48 GMT", | ||
"tag": "@ms-cloudpack/package-overrides_v0.1.1", | ||
"version": "0.1.1", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "dzearing@microsoft.com", | ||
"package": "@ms-cloudpack/package-overrides", | ||
"commit": "3d217e7c8066aafe28eee7826506f66be3506aae", | ||
"comment": "Moving dev dep to root package.json" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 24 Aug 2022 08:14:41 GMT", | ||
"tag": "@ms-cloudpack/package-overrides_v0.1.0", | ||
@@ -8,0 +23,0 @@ "version": "0.1.0", |
# Change Log - @ms-cloudpack/package-overrides | ||
This log was last generated on Wed, 24 Aug 2022 08:14:22 GMT and should not be manually modified. | ||
This log was last generated on Fri, 23 Sep 2022 08:12:48 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.1.1 | ||
Fri, 23 Sep 2022 08:12:48 GMT | ||
### Patches | ||
- Moving dev dep to root package.json (dzearing@microsoft.com) | ||
## 0.1.0 | ||
Wed, 24 Aug 2022 08:14:22 GMT | ||
Wed, 24 Aug 2022 08:14:41 GMT | ||
@@ -11,0 +19,0 @@ ### Minor changes |
@@ -0,1 +1,2 @@ | ||
import { describe, it, expect } from '@jest/globals'; | ||
import { applyOverrides } from './applyOverrides.js'; | ||
@@ -6,4 +7,4 @@ describe('getOverrides', () => { | ||
expect(overrides).toMatchInlineSnapshot(` | ||
Object { | ||
"exports": Object { | ||
{ | ||
"exports": { | ||
".": "./index.js", | ||
@@ -20,3 +21,3 @@ "./tracing": "./tracing.js", | ||
expect(overrides).toMatchInlineSnapshot(` | ||
Object { | ||
{ | ||
"name": "scheduler", | ||
@@ -23,0 +24,0 @@ "version": "1.0.0", |
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.29.3" | ||
"packageVersion": "7.31.2" | ||
} | ||
] | ||
} |
{ | ||
"name": "@ms-cloudpack/package-overrides", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Provides overrides for package.json to polyfill missing parts, such as exports maps.", | ||
@@ -16,3 +16,2 @@ "license": "MIT", | ||
"dependencies": { | ||
"type-fest": "^2.13.0", | ||
"merge": "^2.1.1", | ||
@@ -19,0 +18,0 @@ "semver": "^7.3.7" |
Sorry, the diff of this file is not supported yet
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
8672
2
120
- Removedtype-fest@^2.13.0
- Removedtype-fest@2.19.0(transitive)