File tree Expand file tree Collapse file tree 4 files changed +14
-18
lines changed Expand file tree Collapse file tree 4 files changed +14
-18
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular-architects/module-federation-runtime" ,
3
3
"license" : " MIT" ,
4
- "version" : " 14.0.3 " ,
4
+ "version" : " 14.1.1 " ,
5
5
"peerDependencies" : {
6
6
"@angular/common" : " >=12.0.0" ,
7
7
"@angular/core" : " >=12.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular-architects/module-federation-tools" ,
3
- "version" : " 14.0.3 " ,
3
+ "version" : " 14.1.1 " ,
4
4
"license" : " MIT" ,
5
5
"peerDependencies" : {
6
6
"@angular/common" : " >=11.0.0" ,
7
7
"@angular/core" : " >=11.0.0" ,
8
8
"@angular/router" : " >=11.0.0" ,
9
- "@angular-architects/module-federation" : " ^14.0.3 " ,
9
+ "@angular-architects/module-federation" : " ^14.1.1 " ,
10
10
"@angular/platform-browser" : " >=11.0.0" ,
11
11
"rxjs" : " >= 6.0.0"
12
12
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular-architects/module-federation" ,
3
- "version" : " 14.0.3 " ,
3
+ "version" : " 14.1.1 " ,
4
4
"license" : " MIT" ,
5
5
"repository" : {
6
6
"type" : " GitHub" ,
17
17
"schematics" : " ./collection.json" ,
18
18
"builders" : " ./builders.json" ,
19
19
"dependencies" : {
20
- "@angular-architects/module-federation-runtime" : " 14.0.3 " ,
20
+ "@angular-architects/module-federation-runtime" : " 14.1.1 " ,
21
21
"word-wrap" : " ^1.2.3" ,
22
22
"callsite" : " ^1.0.0" ,
23
- "node-fetch" : " ^2.6.1" ,
24
- "semver" : " ^7.3.5" ,
25
- "ngx-build-plus" :" ^13.0.0"
23
+ "node-fetch" : " ^2.6.7" ,
24
+ "semver" : " ^7.3.5"
26
25
},
27
26
"peerDependencies" : {
28
27
},
Original file line number Diff line number Diff line change @@ -275,10 +275,7 @@ export default function config (options: MfSchematicSchema): Rule {
275
275
updateTsConfig ( tree , tsConfigName ) ;
276
276
277
277
const localTsConfig = path . join ( projectRoot , 'tsconfig.app.json' ) ;
278
- console . log ( 'localTsConfig' , localTsConfig ) ;
279
278
if ( tree . exists ( localTsConfig ) ) {
280
- console . log ( 'exists' ) ;
281
-
282
279
updateTsConfig ( tree , localTsConfig ) ;
283
280
}
284
281
@@ -288,14 +285,14 @@ export default function config (options: MfSchematicSchema): Rule {
288
285
289
286
updatePackageJson ( tree ) ;
290
287
291
- // addPackageJsonDependency(tree, {
292
- // name: 'ngx-build-plus',
293
- // type: NodeDependencyType.Dev,
294
- // version: '^13.0.1',
295
- // overwrite: true
296
- // });
288
+ addPackageJsonDependency ( tree , {
289
+ name : 'ngx-build-plus' ,
290
+ type : NodeDependencyType . Dev ,
291
+ version : '^13.0.1' ,
292
+ overwrite : true
293
+ } ) ;
297
294
298
- // context.addTask(new NodePackageInstallTask());
295
+ context . addTask ( new NodePackageInstallTask ( ) ) ;
299
296
300
297
return chain ( [
301
298
makeMainAsync ( main ) ,
You can’t perform that action at this time.
0 commit comments