@ms-cloudpack/package-overrides
Advanced tools
Comparing version 0.9.22 to 0.9.23
@@ -40,5 +40,2 @@ import { readJsonSync } from '@ms-cloudpack/json-utilities'; | ||
const { name, version } = definition; | ||
if (!name || !version) { | ||
return undefined; | ||
} | ||
const allOverrides = cache[name]; | ||
@@ -45,0 +42,0 @@ const overrides = allOverrides?.find((o) => semver.satisfies(version, o.version))?.overrides; |
{ | ||
"name": "@ms-cloudpack/package-overrides", | ||
"version": "0.9.22", | ||
"version": "0.9.23", | ||
"description": "Provides overrides for package.json to polyfill missing parts, such as exports maps.", | ||
@@ -17,3 +17,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@ms-cloudpack/common-types": "^0.18.0", | ||
"@ms-cloudpack/common-types": "^0.19.0", | ||
"@ms-cloudpack/json-utilities": "^0.1.7", | ||
@@ -20,0 +20,0 @@ "@ms-cloudpack/path-string-parsing": "^1.2.4", |
Sorry, the diff of this file is not supported yet
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
11535
141
+ Added@ms-cloudpack/common-types@0.19.7(transitive)
- Removed@ms-cloudpack/common-types@0.18.0(transitive)