@angular-architects/native-federation
Advanced tools
Comparing version 19.0.3 to 19.0.4
{ | ||
"name": "@angular-architects/native-federation", | ||
"version": "19.0.3", | ||
"version": "19.0.4", | ||
"main": "src/index.js", | ||
@@ -23,4 +23,4 @@ "generators": "./collection.json", | ||
"@babel/core": "^7.19.0", | ||
"@softarc/native-federation": "2.0.16", | ||
"@softarc/native-federation-runtime": "2.0.16", | ||
"@softarc/native-federation": "2.0.17", | ||
"@softarc/native-federation-runtime": "2.0.17", | ||
"@types/browser-sync": "^2.29.0", | ||
@@ -27,0 +27,0 @@ "@chialab/esbuild-plugin-commonjs": "^0.18.0", |
@@ -26,3 +26,3 @@ "use strict"; | ||
return (options) => tslib_1.__awaiter(this, void 0, void 0, function* () { | ||
const { entryPoints, tsConfigPath, external, outdir, mappedPaths, kind, watch, dev, hash, platform } = options; | ||
const { entryPoints, tsConfigPath, external, outdir, mappedPaths, kind, watch, dev, hash, platform, } = options; | ||
const files = yield runEsbuild(builderOptions, context, entryPoints, external, outdir, tsConfigPath, mappedPaths, watch, rebuildRequested, dev, kind, hash, undefined, undefined, undefined, platform); | ||
@@ -29,0 +29,0 @@ if (kind === 'shared-package') { |
Sorry, the diff of this file is not supported yet
182615
+ Added@softarc/native-federation@2.0.17(transitive)
+ Added@softarc/native-federation-runtime@2.0.17(transitive)
- Removed@softarc/native-federation@2.0.16(transitive)
- Removed@softarc/native-federation-runtime@2.0.16(transitive)