File tree Expand file tree Collapse file tree 10 files changed +14
-11
lines changed
native-federation-esbuild
native-federation-runtime Expand file tree Collapse file tree 10 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @angular-architects/module-federation-runtime" ,
33 "license" : " MIT" ,
4- "version" : " 21.2.0 " ,
4+ "version" : " 21.2.1 " ,
55 "peerDependencies" : {
66 "@angular/common" : " ^21.2.0" ,
77 "@angular/core" : " ^21.2.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @angular-architects/module-federation-tools" ,
3- "version" : " 21.2.0 " ,
3+ "version" : " 21.2.1 " ,
44 "license" : " MIT" ,
55 "peerDependencies" : {},
66 "dependencies" : {
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ We are going to provide at least one major per Angular major to keep track with
5757- Angular 18: @angular-architects/module-federation : ^18.0.0
5858- Angular 19: @angular-architects/module-federation : ^19.0.0
5959- Angular 20: @angular-architects/module-federation : ^20.0.0
60+ - Angular 21: @angular-architects/module-federation : ^21.2.0
6061
6162Beginning with Angular 13, we had to add some changes to adjust to the Angular CLI. Please see the next section for this.
6263
Original file line number Diff line number Diff line change 11{
22 "name" : " @angular-architects/module-federation" ,
3- "version" : " 21.2.0 " ,
3+ "version" : " 21.2.1 " ,
44 "license" : " MIT" ,
55 "repository" : {
66 "type" : " GitHub" ,
1717 "schematics" : " ./collection.json" ,
1818 "builders" : " ./builders.json" ,
1919 "dependencies" : {
20- "@angular-architects/module-federation-runtime" : " 21.2.0 " ,
20+ "@angular-architects/module-federation-runtime" : " ~ 21.2.1 " ,
2121 "word-wrap" : " ^1.2.5" ,
2222 "callsite" : " ^1.0.0" ,
2323 "node-fetch" : " ^3.3.2" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @softarc/native-federation" ,
3- "version" : " 3.5.3 " ,
3+ "version" : " 3.5.4 " ,
44 "type" : " commonjs" ,
55 "license" : " MIT" ,
66 "dependencies" : {
77 "json5" : " ^2.2.0" ,
88 "chalk" : " ^5.6.2" ,
9- "@softarc/native-federation-runtime" : " ~3.5.3 " ,
9+ "@softarc/native-federation-runtime" : " ~3.5.4 " ,
1010 "fast-glob" : " ^3.3.3" ,
1111 "@softarc/sheriff-core" : " ^0.19.2"
1212 }
Original file line number Diff line number Diff line change 11{
22 "name" : " @softarc/native-federation-esbuild" ,
3- "version" : " 3.5.3 " ,
3+ "version" : " 3.5.4 " ,
44 "type" : " commonjs" ,
55 "dependencies" : {
66 "@rollup/plugin-commonjs" : " ^28.0.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @softarc/native-federation-node" ,
3- "version" : " 3.5.3 " ,
3+ "version" : " 3.5.4 " ,
44 "license" : " MIT" ,
55 "dependencies" : {
6- "@softarc/native-federation-runtime" : " ~3.5.1 " ,
6+ "@softarc/native-federation-runtime" : " ~3.5.4 " ,
77 "tslib" : " ^2.8.1"
88 }
99}
Original file line number Diff line number Diff line change 11{
22 "name" : " @softarc/native-federation-runtime" ,
3- "version" : " 3.5.3 " ,
3+ "version" : " 3.5.4 " ,
44 "license" : " MIT" ,
55 "dependencies" : {
66 "tslib" : " ^2.3.0"
Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ We will at least provide a new version of this package per Angular major. If nec
3737- Use version 20.0.x for Angular 20.0.x
3838- Use version 20.1.x for Angular 20.1.x
3939- Use version 21.x for Angular 21.x
40+ - Use version 21.1.x for Angular 21.1.x
41+ - Use version 21.2.x for Angular 21.2.x
4042
4143## Demo Repo
4244
Original file line number Diff line number Diff line change 11{
22 "name" : " @angular-architects/native-federation" ,
3- "version" : " 21.2.0 " ,
3+ "version" : " 21.2.1 " ,
44 "main" : " src/index.js" ,
55 "generators" : " ./collection.json" ,
66 "builders" : " ./builders.json" ,
You can’t perform that action at this time.
0 commit comments