File tree Expand file tree Collapse file tree 10 files changed +2371
-3112
lines changed
native-federation-esbuild
native-federation-runtime Expand file tree Collapse file tree 10 files changed +2371
-3112
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" : " 20.0 .0" ,
4+ "version" : " 21.2 .0" ,
55 "peerDependencies" : {
6- "@angular/common" : " >=20.1 .0" ,
7- "@angular/core" : " >=20.1 .0" ,
6+ "@angular/common" : " ^21.2 .0" ,
7+ "@angular/core" : " ^21.2 .0" ,
88 "@module-federation/enhanced" : " ^0.21.4" ,
99 "@module-federation/runtime-core" : " ^0.21.4"
1010 },
1111 "dependencies" : {
12- "tslib" : " ^2.0 .0"
12+ "tslib" : " ^2.3 .0"
1313 }
1414}
Original file line number Diff line number Diff line change 11{
22 "name" : " @angular-architects/module-federation-tools" ,
3- "version" : " 20.0 .0" ,
3+ "version" : " 21.2 .0" ,
44 "license" : " MIT" ,
55 "peerDependencies" : {},
66 "dependencies" : {
7- "tslib" : " ^2.0 .0"
7+ "tslib" : " ^2.3 .0"
88 }
99}
Original file line number Diff line number Diff line change 11{
22 "name" : " @angular-architects/module-federation" ,
3- "version" : " 20.0 .0" ,
3+ "version" : " 21.2 .0" ,
44 "license" : " MIT" ,
55 "repository" : {
66 "type" : " GitHub" ,
1717 "schematics" : " ./collection.json" ,
1818 "builders" : " ./builders.json" ,
1919 "dependencies" : {
20- "@angular-architects/module-federation-runtime" : " 20.0 .0" ,
21- "word-wrap" : " ^1.2.3 " ,
20+ "@angular-architects/module-federation-runtime" : " 21.2 .0" ,
21+ "word-wrap" : " ^1.2.5 " ,
2222 "callsite" : " ^1.0.0" ,
23- "node-fetch" : " ^2.6.7 " ,
24- "semver" : " ^7.3.5 "
23+ "node-fetch" : " ^3.3.2 " ,
24+ "semver" : " ~7.7.1 "
2525 },
2626 "peerDependencies" : {},
2727 "ng-update" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @softarc/native-federation" ,
3- "version" : " 3.5.2 " ,
3+ "version" : " 3.5.3 " ,
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.1 " ,
9+ "@softarc/native-federation-runtime" : " ~3.5.3 " ,
1010 "fast-glob" : " ^3.3.3" ,
11- "@softarc/sheriff-core" : " 0.19.2"
11+ "@softarc/sheriff-core" : " ^ 0.19.2"
1212 }
1313}
Original file line number Diff line number Diff line change 11{
22 "name" : " @softarc/native-federation-esbuild" ,
3- "version" : " 3.5.2 " ,
3+ "version" : " 3.5.3 " ,
44 "type" : " commonjs" ,
55 "dependencies" : {
6- "@rollup/plugin-commonjs" : " ^22 .0.2 " ,
7- "@rollup/plugin-node-resolve" : " ^13.3.0 " ,
8- "@rollup/plugin-replace" : " ^4 .0.0 " ,
9- "rollup" : " ^2.79 .0" ,
10- "rollup-plugin-node-externals" : " ^4 .1.1" ,
11- "esbuild" : " ^0.25 .1" ,
6+ "@rollup/plugin-commonjs" : " ^28 .0.3 " ,
7+ "@rollup/plugin-node-resolve" : " ^16.0.1 " ,
8+ "@rollup/plugin-replace" : " ^6 .0.2 " ,
9+ "rollup" : " ^4.52 .0" ,
10+ "rollup-plugin-node-externals" : " ^8 .1.1" ,
11+ "esbuild" : " ^0.27 .1" ,
1212 "signale" : " ^1.4.0" ,
1313 "acorn" : " ^8.8.1"
1414 }
Original file line number Diff line number Diff line change 11{
22 "name" : " @softarc/native-federation-node" ,
3- "version" : " 3.5.2 " ,
3+ "version" : " 3.5.3 " ,
44 "license" : " MIT" ,
55 "dependencies" : {
66 "@softarc/native-federation-runtime" : " ~3.5.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @softarc/native-federation-runtime" ,
3- "version" : " 3.5.2 " ,
3+ "version" : " 3.5.3 " ,
44 "license" : " MIT" ,
55 "dependencies" : {
66 "tslib" : " ^2.3.0"
77 },
88 "devDependencies" : {
9- "@types/node" : " ^22.5.4 " ,
9+ "@types/node" : " ^24.11.0 " ,
1010 "vitest" : " ^3.0.0" ,
1111 "@vitest/ui" : " ^3.0.0"
1212 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @angular-architects/native-federation" ,
3- "version" : " 21.1.1 " ,
3+ "version" : " 21.2.0 " ,
44 "main" : " src/index.js" ,
55 "generators" : " ./collection.json" ,
66 "builders" : " ./builders.json" ,
2323 "@softarc/native-federation" : " ~3.5.1" ,
2424 "@softarc/native-federation-runtime" : " ~3.5.1" ,
2525 "@chialab/esbuild-plugin-commonjs" : " ^0.19.0" ,
26- "@angular/build" : " ^21.1 .0" ,
27- "@angular-devkit/build-angular" : " ^21.1 .0" ,
28- "esbuild" : " ^0.25 .1" ,
29- "mrmime" : " ^1 .0.1" ,
26+ "@angular/build" : " ^21.2 .0" ,
27+ "@angular-devkit/build-angular" : " ^21.2 .0" ,
28+ "esbuild" : " ^0.27 .1" ,
29+ "mrmime" : " ^2 .0.1" ,
3030 "signale" : " ^1.4.0" ,
3131 "process" : " 0.11.10"
3232 },
You can’t perform that action at this time.
0 commit comments