@ms-cloudpack/bundler-plugin-ori
Advanced tools
Comparing version 0.19.24 to 0.19.25
@@ -0,1 +1,2 @@ | ||
import { mergeObjects } from '@ms-cloudpack/package-utilities'; | ||
export function createOriCapabilities(bundlerOptions) { | ||
@@ -14,4 +15,9 @@ return { | ||
}, | ||
alias: (config, options) => { | ||
// Add aliases to the ori configuration | ||
config.alias = mergeObjects([config.alias || {}, options]); | ||
return config; | ||
}, | ||
}; | ||
} | ||
//# sourceMappingURL=createOriCapabilities.js.map |
{ | ||
"name": "@ms-cloudpack/bundler-plugin-ori", | ||
"version": "0.19.24", | ||
"version": "0.19.25", | ||
"description": "An abstraction to bundle source code using ori.", | ||
@@ -17,7 +17,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@ms-cloudpack/bundler-capabilities": "^0.1.19", | ||
"@ms-cloudpack/common-types": "^0.19.5", | ||
"@ms-cloudpack/package-utilities": "^10.0.5", | ||
"@ms-cloudpack/bundler-capabilities": "^0.1.20", | ||
"@ms-cloudpack/common-types": "^0.19.6", | ||
"@ms-cloudpack/package-utilities": "^10.0.6", | ||
"@ms-cloudpack/path-string-parsing": "^1.2.4", | ||
"@ms-cloudpack/path-utilities": "^2.7.42", | ||
"@ms-cloudpack/path-utilities": "^2.7.43", | ||
"@ms-cloudpack/retry": "^0.1.2", | ||
@@ -24,0 +24,0 @@ "oribuild": "0.0.0-pre-alpha.15-2024082214-6bd86a4" |
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
49005
381