File tree Expand file tree Collapse file tree 13 files changed +5162
-3783
lines changed
native-federation-esbuild
native-federation-runtime Expand file tree Collapse file tree 13 files changed +5162
-3783
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" : " 19.0.1 " ,
4+ "version" : " 19.0.2 " ,
55 "peerDependencies" : {
66 "@angular/common" : " >=18.0.0" ,
77 "@angular/core" : " >=18.0.0" ,
8- "@module-federation/enhanced" : " ^0.8.7 " ,
9- "@module-federation/runtime-core" : " ^0.6.15 "
8+ "@module-federation/enhanced" : " ^0.9.0 " ,
9+ "@module-federation/runtime-core" : " ^0.6.21 "
1010 },
1111 "dependencies" : {
1212 "tslib" : " ^2.0.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " @angular-architects/module-federation-tools" ,
3- "version" : " 19.0.1 " ,
3+ "version" : " 19.0.2 " ,
44 "license" : " MIT" ,
55 "peerDependencies" : {},
66 "dependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @angular-architects/module-federation" ,
3- "version" : " 19.0.1 " ,
3+ "version" : " 19.0.2 " ,
44 "license" : " MIT" ,
55 "repository" : {
66 "type" : " GitHub" ,
1717 "schematics" : " ./collection.json" ,
1818 "builders" : " ./builders.json" ,
1919 "dependencies" : {
20- "@angular-architects/module-federation-runtime" : " 19.0.1 " ,
20+ "@angular-architects/module-federation-runtime" : " 19.0.2 " ,
2121 "word-wrap" : " ^1.2.3" ,
2222 "callsite" : " ^1.0.0" ,
2323 "node-fetch" : " ^2.6.7" ,
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ export function runBuilder(
1818 ) ;
1919}
2020
21- export default createBuilder ( runBuilder ) ;
21+ export default createBuilder ( runBuilder as any ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @softarc/native-federation" ,
3- "version" : " 2.0.22 " ,
3+ "version" : " 2.0.23 " ,
44 "type" : " commonjs" ,
55 "license" : " MIT" ,
66 "dependencies" : {
77 "json5" : " ^2.2.0" ,
88 "npmlog" : " ^6.0.2" ,
9- "@softarc/native-federation-runtime" : " 2.0.22 "
9+ "@softarc/native-federation-runtime" : " 2.0.23 "
1010 }
1111}
Original file line number Diff line number Diff line change 11{
22 "name" : " @softarc/native-federation-esbuild" ,
3- "version" : " 2.0.22 " ,
3+ "version" : " 2.0.23 " ,
44 "type" : " commonjs" ,
55 "dependencies" : {
66 "@rollup/plugin-commonjs" : " ^22.0.2" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @softarc/native-federation-node" ,
3- "version" : " 2.0.22 "
3+ "version" : " 2.0.23 "
44}
Original file line number Diff line number Diff line change @@ -74,11 +74,10 @@ async function loadFsManifest(
7474
7575async function loadFsFederationInfo (
7676 relBundlePath : string ,
77- options ?: InitFederationOptions
7877) : Promise < FederationInfo > {
7978 const manifestPath = path . join (
8079 relBundlePath ,
81- 'remoteEntry.json' + options ?. cacheTag ? `?t= ${ options . cacheTag } ` : ''
80+ 'remoteEntry.json'
8281 ) ;
8382 const content = await fs . readFile ( manifestPath , 'utf-8' ) ;
8483 const manifest = JSON . parse ( content ) as FederationInfo ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @softarc/native-federation-runtime" ,
3- "version" : " 2.0.22 " ,
3+ "version" : " 2.0.23 " ,
44 "dependencies" : {
55 "tslib" : " ^2.3.0"
66 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @angular-architects/native-federation" ,
3- "version" : " 19.0.10 " ,
3+ "version" : " 19.0.11 " ,
44 "main" : " src/index.js" ,
55 "generators" : " ./collection.json" ,
66 "builders" : " ./builders.json" ,
2020 },
2121 "dependencies" : {
2222 "@babel/core" : " ^7.19.0" ,
23- "@softarc/native-federation" : " 2.0.22 " ,
24- "@softarc/native-federation-runtime" : " 2.0.22 " ,
23+ "@softarc/native-federation" : " 2.0.23 " ,
24+ "@softarc/native-federation-runtime" : " 2.0.23 " ,
2525 "@types/browser-sync" : " ^2.29.0" ,
2626 "@chialab/esbuild-plugin-commonjs" : " ^0.18.0" ,
2727 "browser-sync" : " ^3.0.2" ,
You can’t perform that action at this time.
0 commit comments