@module-federation/enhanced 0.2.0-canary.1 → 0.2.0-canary.3

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.
@@ -0,0 +1,437 @@
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
+ };
392
+ title: string;
393
+ type: string;
394
+ additionalProperties: boolean;
395
+ properties: {
396
+ exposes: {
397
+ $ref: string;
398
+ };
399
+ filename: {
400
+ description: string;
401
+ type: string;
402
+ absolutePath: boolean;
403
+ };
404
+ library: {
405
+ $ref: string;
406
+ };
407
+ async: {
408
+ description: string;
409
+ type: string;
410
+ };
411
+ name: {
412
+ description: string;
413
+ type: string;
414
+ };
415
+ remoteType: {
416
+ description: string;
417
+ oneOf: {
418
+ $ref: string;
419
+ }[];
420
+ };
421
+ remotes: {
422
+ $ref: string;
423
+ };
424
+ runtime: {
425
+ $ref: string;
426
+ };
427
+ shareScope: {
428
+ description: string;
429
+ type: string;
430
+ minLength: number;
431
+ };
432
+ shared: {
433
+ $ref: string;
434
+ };
435
+ };
436
+ };
437
+ export default _default;