@eui/tools 6.21.102 → 6.21.103

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.
@@ -1 +1 @@
1
- 6.21.102
1
+ 6.21.103
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 6.21.103 (2025-07-11)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * add explicit zone.js loading for v19 remotes loaded in an iframe MWP-11955 [MWP-11955](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-11955) ([d566ff2e](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/d566ff2ea62901090b43a58942e65caa35f30cb8))
7
+
8
+ * * *
9
+ * * *
1
10
  ## 6.21.102 (2025-07-11)
2
11
 
3
12
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.21.102",
3
+ "version": "6.21.103",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -1,5 +1,7 @@
1
1
  import { enableProdMode } from '@angular/core';
2
2
  import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
3
+ import 'zone.js';
4
+
3
5
  import { AppModule } from './app/module';
4
6
  import { environment } from './environments/environment';
5
7
  if (environment.production) {