Skip to content

Commit c095901

Browse files
committed
fix(mf-tools): switch to hash strategy when needed
1 parent 22f5c40 commit c095901

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

libs/mf-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@angular-architects/module-federation-runtime",
33
"license": "MIT",
4-
"version": "14.3.10",
4+
"version": "14.3.11",
55
"peerDependencies": {
66
"@angular/common": ">=14.0.0",
77
"@angular/core": ">=14.0.0"

libs/mf-tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@angular-architects/module-federation-tools",
3-
"version": "14.3.10",
3+
"version": "14.3.11",
44
"license": "MIT",
55
"peerDependencies": {
66
"@angular/common": ">=14.0.0",
77
"@angular/core": ">=14.0.0",
88
"@angular/router": ">=14.0.0",
9-
"@angular-architects/module-federation": "^14.3.10",
9+
"@angular-architects/module-federation": "^14.3.11",
1010
"@angular/platform-browser": ">=14.0.0",
1111
"rxjs": ">= 6.0.0"
1212
},

libs/mf/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-architects/module-federation",
3-
"version": "14.3.10",
3+
"version": "14.3.11",
44
"license": "MIT",
55
"repository": {
66
"type": "GitHub",
@@ -17,7 +17,7 @@
1717
"schematics": "./collection.json",
1818
"builders": "./builders.json",
1919
"dependencies": {
20-
"@angular-architects/module-federation-runtime": "14.3.10",
20+
"@angular-architects/module-federation-runtime": "14.3.11",
2121
"word-wrap": "^1.2.3",
2222
"callsite": "^1.0.0",
2323
"node-fetch": "^2.6.7",

libs/native-federation-core/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ For this, the mental model introduces several concepts:
4444
- [Vite + Angular example powered by AnalogJS](https://github.com/manfredsteyer/native-federation-vite-angular-demo)
4545
- **Your Example:** If you have an example with aspects not covered here, let us know. We are happy to link it here.
4646

47-
4847
## Credits
4948

5049
Big thanks to:

0 commit comments

Comments
 (0)