File tree Expand file tree Collapse file tree 7 files changed +21
-11
lines changed
native-federation-esbuild
native-federation-runtime Expand file tree Collapse file tree 7 files changed +21
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @softarc/native-federation" ,
3
- "version" : " 3.3.1 " ,
3
+ "version" : " 3.3.4 " ,
4
4
"type" : " commonjs" ,
5
5
"license" : " MIT" ,
6
6
"dependencies" : {
7
7
"json5" : " ^2.2.0" ,
8
8
"chalk" : " ^4.1.2" ,
9
- "@softarc/native-federation-runtime" : " 3.3.1" ,
10
- "fast-glob" : " ^3.3.3"
11
- },
12
- "peerDependencies" : {
9
+ "@softarc/native-federation-runtime" : " 3.3.4" ,
10
+ "fast-glob" : " ^3.3.3" ,
13
11
"@softarc/sheriff-core" : " ^0.18.2"
14
12
}
15
13
}
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ export async function loadFederationConfig(
25
25
}
26
26
27
27
if ( config . features . ignoreUnusedDeps ) {
28
+ // const entryPoint = path.join(fedOptions.workspaceRoot, fedOptions.entryPoint ?? '');
29
+
28
30
return removeUnusedDeps (
29
31
config ,
30
32
fedOptions . entryPoint ?? '' ,
Original file line number Diff line number Diff line change @@ -350,6 +350,16 @@ export function _getPackageInfo(
350
350
} ;
351
351
}
352
352
353
+ // cand = secondaryPgkPath;
354
+ // if (fs.existsSync(cand) && cand.match(/\.(m|c)?js$/)) {
355
+ // return {
356
+ // entryPoint: cand,
357
+ // packageName,
358
+ // version,
359
+ // esm,
360
+ // };
361
+ // }
362
+
353
363
// TODO: Add logger
354
364
logger . warn ( 'No entry point found for ' + packageName ) ;
355
365
logger . warn (
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @softarc/native-federation-esbuild" ,
3
- "version" : " 3.3.1 " ,
3
+ "version" : " 3.3.4 " ,
4
4
"type" : " commonjs" ,
5
5
"dependencies" : {
6
6
"@rollup/plugin-commonjs" : " ^22.0.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @softarc/native-federation-node" ,
3
- "version" : " 3.3.1 " ,
3
+ "version" : " 3.3.4 " ,
4
4
"license" : " MIT"
5
5
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @softarc/native-federation-runtime" ,
3
- "version" : " 3.3.1 " ,
3
+ "version" : " 3.3.4 " ,
4
4
"dependencies" : {
5
5
"tslib" : " ^2.3.0"
6
6
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular-architects/native-federation" ,
3
- "version" : " 20.1.2 " ,
3
+ "version" : " 20.1.5 " ,
4
4
"main" : " src/index.js" ,
5
5
"generators" : " ./collection.json" ,
6
6
"builders" : " ./builders.json" ,
20
20
},
21
21
"dependencies" : {
22
22
"@babel/core" : " ^7.19.0" ,
23
- "@softarc/native-federation" : " 3.3.1 " ,
24
- "@softarc/native-federation-runtime" : " 3.3.1 " ,
23
+ "@softarc/native-federation" : " 3.3.4 " ,
24
+ "@softarc/native-federation-runtime" : " 3.3.4 " ,
25
25
"@chialab/esbuild-plugin-commonjs" : " ^0.18.0" ,
26
26
"esbuild" : " ^0.25.1" ,
27
27
"mrmime" : " ^1.0.1" ,
You can’t perform that action at this time.
0 commit comments