@module-federation/enhanced 0.5.1 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,668 +0,0 @@
1
- declare const _default: {
2
- definitions: {
3
- AmdContainer: {
4
- description: string;
5
- type: string;
6
- minLength: number;
7
- };
8
- AuxiliaryComment: {
9
- description: string;
10
- anyOf: ({
11
- description: string;
12
- type: string;
13
- $ref?: undefined;
14
- } | {
15
- $ref: string;
16
- description?: undefined;
17
- type?: undefined;
18
- })[];
19
- };
20
- EntryRuntime: {
21
- description: string;
22
- anyOf: ({
23
- enum: boolean[];
24
- type?: undefined;
25
- minLength?: undefined;
26
- } | {
27
- type: string;
28
- minLength: number;
29
- enum?: undefined;
30
- })[];
31
- };
32
- Exposes: {
33
- description: string;
34
- anyOf: ({
35
- type: string;
36
- items: {
37
- description: string;
38
- anyOf: {
39
- $ref: string;
40
- }[];
41
- };
42
- $ref?: undefined;
43
- } | {
44
- $ref: string;
45
- type?: undefined;
46
- items?: undefined;
47
- })[];
48
- };
49
- ExposesConfig: {
50
- description: string;
51
- type: string;
52
- additionalProperties: boolean;
53
- properties: {
54
- import: {
55
- description: string;
56
- anyOf: {
57
- $ref: string;
58
- }[];
59
- };
60
- name: {
61
- description: string;
62
- type: string;
63
- };
64
- };
65
- required: string[];
66
- };
67
- ExposesItem: {
68
- description: string;
69
- type: string;
70
- minLength: number;
71
- };
72
- ExposesItems: {
73
- description: string;
74
- type: string;
75
- items: {
76
- $ref: string;
77
- };
78
- };
79
- ExposesObject: {
80
- description: string;
81
- type: string;
82
- additionalProperties: {
83
- description: string;
84
- anyOf: {
85
- $ref: string;
86
- }[];
87
- };
88
- };
89
- ExternalsType: {
90
- description: string;
91
- enum: string[];
92
- };
93
- LibraryCustomUmdCommentObject: {
94
- description: string;
95
- type: string;
96
- additionalProperties: boolean;
97
- properties: {
98
- amd: {
99
- description: string;
100
- type: string;
101
- };
102
- commonjs: {
103
- description: string;
104
- type: string;
105
- };
106
- commonjs2: {
107
- description: string;
108
- type: string;
109
- };
110
- root: {
111
- description: string;
112
- type: string;
113
- };
114
- };
115
- };
116
- LibraryCustomUmdObject: {
117
- description: string;
118
- type: string;
119
- additionalProperties: boolean;
120
- properties: {
121
- amd: {
122
- description: string;
123
- type: string;
124
- minLength: number;
125
- };
126
- commonjs: {
127
- description: string;
128
- type: string;
129
- minLength: number;
130
- };
131
- root: {
132
- description: string;
133
- anyOf: ({
134
- type: string;
135
- items: {
136
- description: string;
137
- type: string;
138
- minLength: number;
139
- };
140
- minLength?: undefined;
141
- } | {
142
- type: string;
143
- minLength: number;
144
- items?: undefined;
145
- })[];
146
- };
147
- };
148
- };
149
- LibraryExport: {
150
- description: string;
151
- anyOf: ({
152
- type: string;
153
- items: {
154
- description: string;
155
- type: string;
156
- minLength: number;
157
- };
158
- minLength?: undefined;
159
- } | {
160
- type: string;
161
- minLength: number;
162
- items?: undefined;
163
- })[];
164
- };
165
- LibraryName: {
166
- description: string;
167
- anyOf: ({
168
- type: string;
169
- items: {
170
- description: string;
171
- type: string;
172
- minLength: number;
173
- };
174
- minItems: number;
175
- minLength?: undefined;
176
- $ref?: undefined;
177
- } | {
178
- type: string;
179
- minLength: number;
180
- items?: undefined;
181
- minItems?: undefined;
182
- $ref?: undefined;
183
- } | {
184
- $ref: string;
185
- type?: undefined;
186
- items?: undefined;
187
- minItems?: undefined;
188
- minLength?: undefined;
189
- })[];
190
- };
191
- LibraryOptions: {
192
- description: string;
193
- type: string;
194
- additionalProperties: boolean;
195
- properties: {
196
- amdContainer: {
197
- $ref: string;
198
- };
199
- auxiliaryComment: {
200
- $ref: string;
201
- };
202
- export: {
203
- $ref: string;
204
- };
205
- name: {
206
- $ref: string;
207
- };
208
- type: {
209
- $ref: string;
210
- };
211
- umdNamedDefine: {
212
- $ref: string;
213
- };
214
- };
215
- required: string[];
216
- };
217
- LibraryType: {
218
- description: string;
219
- anyOf: ({
220
- enum: string[];
221
- type?: undefined;
222
- } | {
223
- type: string;
224
- enum?: undefined;
225
- })[];
226
- };
227
- Remotes: {
228
- description: string;
229
- anyOf: ({
230
- type: string;
231
- items: {
232
- description: string;
233
- anyOf: {
234
- $ref: string;
235
- }[];
236
- };
237
- $ref?: undefined;
238
- } | {
239
- $ref: string;
240
- type?: undefined;
241
- items?: undefined;
242
- })[];
243
- };
244
- RemotesConfig: {
245
- description: string;
246
- type: string;
247
- additionalProperties: boolean;
248
- properties: {
249
- external: {
250
- description: string;
251
- anyOf: {
252
- $ref: string;
253
- }[];
254
- };
255
- shareScope: {
256
- description: string;
257
- type: string;
258
- minLength: number;
259
- };
260
- };
261
- required: string[];
262
- };
263
- RemotesItem: {
264
- description: string;
265
- type: string;
266
- minLength: number;
267
- };
268
- RemotesItems: {
269
- description: string;
270
- type: string;
271
- items: {
272
- $ref: string;
273
- };
274
- };
275
- RemotesObject: {
276
- description: string;
277
- type: string;
278
- additionalProperties: {
279
- description: string;
280
- anyOf: {
281
- $ref: string;
282
- }[];
283
- };
284
- };
285
- Shared: {
286
- description: string;
287
- anyOf: ({
288
- type: string;
289
- items: {
290
- description: string;
291
- anyOf: {
292
- $ref: string;
293
- }[];
294
- };
295
- $ref?: undefined;
296
- } | {
297
- $ref: string;
298
- type?: undefined;
299
- items?: undefined;
300
- })[];
301
- };
302
- SharedConfig: {
303
- description: string;
304
- type: string;
305
- additionalProperties: boolean;
306
- properties: {
307
- eager: {
308
- description: string;
309
- type: string;
310
- };
311
- import: {
312
- description: string;
313
- anyOf: ({
314
- description: string;
315
- enum: boolean[];
316
- $ref?: undefined;
317
- } | {
318
- $ref: string;
319
- description?: undefined;
320
- enum?: undefined;
321
- })[];
322
- };
323
- packageName: {
324
- description: string;
325
- type: string;
326
- minLength: number;
327
- };
328
- requiredVersion: {
329
- description: string;
330
- anyOf: ({
331
- description: string;
332
- enum: boolean[];
333
- type?: undefined;
334
- } | {
335
- description: string;
336
- type: string;
337
- enum?: undefined;
338
- })[];
339
- };
340
- shareKey: {
341
- description: string;
342
- type: string;
343
- minLength: number;
344
- };
345
- shareScope: {
346
- description: string;
347
- type: string;
348
- minLength: number;
349
- };
350
- singleton: {
351
- description: string;
352
- type: string;
353
- };
354
- strictVersion: {
355
- description: string;
356
- type: string;
357
- };
358
- version: {
359
- description: string;
360
- anyOf: ({
361
- description: string;
362
- enum: boolean[];
363
- type?: undefined;
364
- } | {
365
- description: string;
366
- type: string;
367
- enum?: undefined;
368
- })[];
369
- };
370
- };
371
- };
372
- SharedItem: {
373
- description: string;
374
- type: string;
375
- minLength: number;
376
- };
377
- SharedObject: {
378
- description: string;
379
- type: string;
380
- additionalProperties: {
381
- description: string;
382
- anyOf: {
383
- $ref: string;
384
- }[];
385
- };
386
- };
387
- UmdNamedDefine: {
388
- description: string;
389
- type: string;
390
- };
391
- Manifest: {
392
- description: string;
393
- type: string;
394
- properties: {
395
- filePath: {
396
- description: string;
397
- type: string;
398
- };
399
- disableAssetsAnalyze: {
400
- description: string;
401
- type: string;
402
- };
403
- };
404
- };
405
- DtsRemoteOptions: {
406
- description: string;
407
- type: string;
408
- properties: {
409
- tsConfigPath: {
410
- description: string;
411
- type: string;
412
- };
413
- typesFolder: {
414
- description: string;
415
- type: string;
416
- };
417
- compiledTypesFolder: {
418
- description: string;
419
- type: string;
420
- };
421
- deleteTypesFolder: {
422
- description: string;
423
- type: string;
424
- };
425
- additionalFilesToCompile: {
426
- description: string;
427
- type: string;
428
- items: {
429
- type: string;
430
- };
431
- };
432
- compileInChildProcess: {
433
- description: string;
434
- type: string;
435
- };
436
- compilerInstance: {
437
- description: string;
438
- enum: string[];
439
- };
440
- generateAPITypes: {
441
- description: string;
442
- type: string;
443
- };
444
- abortOnError: {
445
- description: string;
446
- type: string;
447
- };
448
- };
449
- };
450
- DtsHostOptions: {
451
- description: string;
452
- type: string;
453
- properties: {
454
- typesFolder: {
455
- description: string;
456
- type: string;
457
- };
458
- remoteTypesFolder: {
459
- description: string;
460
- type: string;
461
- };
462
- deleteTypesFolder: {
463
- description: string;
464
- type: string;
465
- };
466
- abortOnError: {
467
- description: string;
468
- type: string;
469
- };
470
- maxRetries: {
471
- description: string;
472
- type: string;
473
- minimum: number;
474
- };
475
- runtimePkgs: {
476
- description: string;
477
- type: string;
478
- items: {
479
- description: string;
480
- type: string;
481
- minLength: number;
482
- };
483
- };
484
- };
485
- };
486
- Dts: {
487
- description: string;
488
- type: string;
489
- properties: {
490
- generateTypes: {
491
- description: string;
492
- ref: string;
493
- };
494
- consumeTypes: {
495
- description: string;
496
- ref: string;
497
- };
498
- extraOptions: {
499
- description: string;
500
- type: string;
501
- additionalProperties: boolean;
502
- };
503
- tsConfigPath: {
504
- description: string;
505
- type: string;
506
- };
507
- implementation: {
508
- description: string;
509
- type: string;
510
- minLength: number;
511
- };
512
- };
513
- additionalProperties: boolean;
514
- };
515
- Dev: {
516
- description: string;
517
- type: string;
518
- properties: {
519
- disableLiveReload: {
520
- description: string;
521
- type: string;
522
- };
523
- disableHotTypesReload: {
524
- description: string;
525
- type: string;
526
- };
527
- };
528
- };
529
- AsyncBoundaryOptions: {
530
- description: string;
531
- type: string;
532
- properties: {
533
- eager: {
534
- description: string;
535
- anyOf: ({
536
- instanceof: string;
537
- tsType: string;
538
- type?: undefined;
539
- } | {
540
- type: string;
541
- instanceof?: undefined;
542
- tsType?: undefined;
543
- })[];
544
- };
545
- excludeChunk: {
546
- description: string;
547
- instanceof: string;
548
- tsType: string;
549
- };
550
- };
551
- };
552
- };
553
- title: string;
554
- type: string;
555
- additionalProperties: boolean;
556
- properties: {
557
- exposes: {
558
- $ref: string;
559
- };
560
- filename: {
561
- description: string;
562
- type: string;
563
- absolutePath: boolean;
564
- };
565
- implementation: {
566
- description: string;
567
- type: string;
568
- minLength: number;
569
- };
570
- library: {
571
- $ref: string;
572
- };
573
- name: {
574
- description: string;
575
- type: string;
576
- };
577
- remoteType: {
578
- description: string;
579
- oneOf: {
580
- $ref: string;
581
- }[];
582
- };
583
- remotes: {
584
- $ref: string;
585
- };
586
- runtime: {
587
- $ref: string;
588
- };
589
- runtimePlugins: {
590
- type: string;
591
- items: {
592
- anyOf: ({
593
- type: string;
594
- minLength: number;
595
- description: string;
596
- required?: undefined;
597
- properties?: undefined;
598
- additionalProperties?: undefined;
599
- } | {
600
- type: string;
601
- required: string[];
602
- properties: {
603
- import: {
604
- type: string;
605
- minLength: number;
606
- description: string;
607
- };
608
- async: {
609
- type: string;
610
- };
611
- };
612
- additionalProperties: boolean;
613
- minLength?: undefined;
614
- description?: undefined;
615
- })[];
616
- };
617
- };
618
- manifest: {
619
- description: string;
620
- anyOf: ({
621
- $ref: string;
622
- type?: undefined;
623
- } | {
624
- type: string;
625
- $ref?: undefined;
626
- })[];
627
- };
628
- shareScope: {
629
- description: string;
630
- type: string;
631
- minLength: number;
632
- };
633
- shared: {
634
- $ref: string;
635
- };
636
- dts: {
637
- description: string;
638
- anyOf: ({
639
- $ref: string;
640
- type?: undefined;
641
- } | {
642
- type: string;
643
- $ref?: undefined;
644
- })[];
645
- };
646
- dev: {
647
- description: string;
648
- anyOf: ({
649
- $ref: string;
650
- type?: undefined;
651
- } | {
652
- type: string;
653
- $ref?: undefined;
654
- })[];
655
- };
656
- async: {
657
- description: string;
658
- anyOf: ({
659
- $ref: string;
660
- type?: undefined;
661
- } | {
662
- type: string;
663
- $ref?: undefined;
664
- })[];
665
- };
666
- };
667
- };
668
- export default _default;