@angular-architects/native-federation 19.0.15 → 19.0.16

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,6 +14,7 @@ Native Federation is a "browser-native" implementation of the successful mental
14
14
  - ✅ Easy to configure: We use the same API and Schematics as for our Module Federation plugin
15
15
  - ✅ Blazing Fast: The reference implementation not only uses the fast esbuild; it also caches already built shared dependencies.
16
16
  - ✅ Supports Angular SSR and Incremental Hydration (since 18@latest)
17
+ - ✅ Supports Angular I18N (since 19.0.13)
17
18
 
18
19
  ## Prerequisite
19
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-architects/native-federation",
3
- "version": "19.0.15",
3
+ "version": "19.0.16",
4
4
  "main": "src/index.js",
5
5
  "generators": "./collection.json",
6
6
  "builders": "./builders.json",