@ms-cloudpack/import-map
Advanced tools
Comparing version 0.5.4 to 0.5.5
@@ -69,5 +69,7 @@ import { getExportsMap, isExternalPackage } from '@ms-cloudpack/package-utilities'; | ||
// which logs this as an error to the user and offers a way to add the entry to exports overrides.) | ||
// importMap[definition.name + '/'] = baseUrl + 'missing/'; | ||
if (config.features?.autoUpdateEntries && importMap[definition.name + '/'] === undefined) { | ||
importMap[definition.name + '/'] = baseUrl + 'missing/'; | ||
} | ||
return importMap; | ||
} | ||
//# sourceMappingURL=createImportMap.js.map |
{ | ||
"name": "@ms-cloudpack/import-map", | ||
"version": "0.5.4", | ||
"version": "0.5.5", | ||
"description": "Utilities for creating/updating import maps.", | ||
@@ -17,6 +17,6 @@ "license": "MIT", | ||
"dependencies": { | ||
"@ms-cloudpack/common-types": "^0.5.3", | ||
"@ms-cloudpack/package-utilities": "^7.4.7", | ||
"@ms-cloudpack/common-types": "^0.5.4", | ||
"@ms-cloudpack/package-utilities": "^7.4.8", | ||
"@ms-cloudpack/path-string-parsing": "^1.2.2", | ||
"@ms-cloudpack/path-utilities": "^2.7.10", | ||
"@ms-cloudpack/path-utilities": "^2.7.11", | ||
"merge": "^2.1.1" | ||
@@ -23,0 +23,0 @@ }, |
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
47267
407