@angular-architects/native-federation 20.1.1 → 20.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-architects/native-federation",
3
- "version": "20.1.1",
3
+ "version": "20.1.2",
4
4
  "main": "src/index.js",
5
5
  "generators": "./collection.json",
6
6
  "builders": "./builders.json",
@@ -19,8 +19,8 @@ const rebuild_events_1 = require("../../utils/rebuild-events");
19
19
  const shared_mappings_plugin_1 = require("../../utils/shared-mappings-plugin");
20
20
  const updateIndexHtml_1 = require("../../utils/updateIndexHtml");
21
21
  const federation_build_notifier_1 = require("./federation-build-notifier");
22
- const originalWrite = process.stdout.write.bind(process.stdout);
23
- process.stdout.write = function (chunk, encodingOrCallback, callback) {
22
+ const originalWrite = process.stderr.write.bind(process.stderr);
23
+ process.stderr.write = function (chunk, encodingOrCallback, callback) {
24
24
  const str = typeof chunk === 'string' ? chunk : chunk.toString();
25
25
  if (str.includes('vite:import-analysis') &&
26
26
  str.includes('es-module-shims.js')) {