@module-federation/dts-plugin 0.0.0-fix-lazy-comile-20250925082726

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.
Files changed (40) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +1 -0
  3. package/dist/CHANGELOG.md +1055 -0
  4. package/dist/DTSManager-b15Gfat3.d.ts +53 -0
  5. package/dist/DTSManagerOptions-QVchWb0x.d.ts +32 -0
  6. package/dist/DtsWorker-BrHsGz8C.d.ts +56 -0
  7. package/dist/README.md +1 -0
  8. package/dist/core.d.mts +68 -0
  9. package/dist/core.d.ts +68 -0
  10. package/dist/core.js +2365 -0
  11. package/dist/dynamic-remote-type-hints-plugin.d.mts +5 -0
  12. package/dist/dynamic-remote-type-hints-plugin.d.ts +5 -0
  13. package/dist/dynamic-remote-type-hints-plugin.js +196 -0
  14. package/dist/esm/chunk-647HGGGS.js +241 -0
  15. package/dist/esm/chunk-CRSIFM6V.js +1564 -0
  16. package/dist/esm/chunk-FU3CWF76.js +282 -0
  17. package/dist/esm/chunk-G65LOFTY.js +24 -0
  18. package/dist/esm/chunk-WWV5RWOP.js +902 -0
  19. package/dist/esm/core.js +44 -0
  20. package/dist/esm/dynamic-remote-type-hints-plugin.js +73 -0
  21. package/dist/esm/fork-dev-worker.js +145 -0
  22. package/dist/esm/fork-generate-dts.js +27 -0
  23. package/dist/esm/index.js +655 -0
  24. package/dist/esm/start-broker.js +36 -0
  25. package/dist/fork-dev-worker.d.mts +15 -0
  26. package/dist/fork-dev-worker.d.ts +15 -0
  27. package/dist/fork-dev-worker.js +2844 -0
  28. package/dist/fork-generate-dts.d.mts +10 -0
  29. package/dist/fork-generate-dts.d.ts +10 -0
  30. package/dist/fork-generate-dts.js +2015 -0
  31. package/dist/iife/launch-web-client.js +152 -0
  32. package/dist/index.d.mts +56 -0
  33. package/dist/index.d.ts +56 -0
  34. package/dist/index.js +2996 -0
  35. package/dist/package.json +87 -0
  36. package/dist/start-broker.d.mts +42 -0
  37. package/dist/start-broker.d.ts +42 -0
  38. package/dist/start-broker.js +958 -0
  39. package/dist/utils-BjKKtOcx.d.ts +16 -0
  40. package/package.json +87 -0
@@ -0,0 +1,1055 @@
1
+ # @module-federation/dts-plugin
2
+
3
+ ## 0.0.0-fix-lazy-comile-20250925082726
4
+
5
+ ### Patch Changes
6
+
7
+ - 1e96509: fix(dts-plugin): correct generateTypes host params
8
+ - Updated dependencies [37346d4]
9
+ - @module-federation/sdk@0.0.0-fix-lazy-comile-20250925082726
10
+ - @module-federation/managers@0.0.0-fix-lazy-comile-20250925082726
11
+ - @module-federation/third-party-dts-extractor@0.0.0-fix-lazy-comile-20250925082726
12
+ - @module-federation/error-codes@0.0.0-fix-lazy-comile-20250925082726
13
+
14
+ ## 0.19.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @module-federation/sdk@0.19.1
20
+ - @module-federation/managers@0.19.1
21
+ - @module-federation/third-party-dts-extractor@0.19.1
22
+ - @module-federation/error-codes@0.19.1
23
+
24
+ ## 0.19.0
25
+
26
+ ### Patch Changes
27
+
28
+ - @module-federation/sdk@0.19.0
29
+ - @module-federation/managers@0.19.0
30
+ - @module-federation/third-party-dts-extractor@0.19.0
31
+ - @module-federation/error-codes@0.19.0
32
+
33
+ ## 0.18.4
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies [8061f8c]
38
+ - @module-federation/error-codes@0.18.4
39
+ - @module-federation/managers@0.18.4
40
+ - @module-federation/sdk@0.18.4
41
+ - @module-federation/third-party-dts-extractor@0.18.4
42
+
43
+ ## 0.18.3
44
+
45
+ ### Patch Changes
46
+
47
+ - @module-federation/sdk@0.18.3
48
+ - @module-federation/managers@0.18.3
49
+ - @module-federation/third-party-dts-extractor@0.18.3
50
+ - @module-federation/error-codes@0.18.3
51
+
52
+ ## 0.18.2
53
+
54
+ ### Patch Changes
55
+
56
+ - 297c9a7: chore: bump axios to resolve vulnerabilities in form-data dependency
57
+ - @module-federation/sdk@0.18.2
58
+ - @module-federation/managers@0.18.2
59
+ - @module-federation/third-party-dts-extractor@0.18.2
60
+ - @module-federation/error-codes@0.18.2
61
+
62
+ ## 0.18.1
63
+
64
+ ### Patch Changes
65
+
66
+ - Updated dependencies [0bf3a3a]
67
+ - @module-federation/sdk@0.18.1
68
+ - @module-federation/managers@0.18.1
69
+ - @module-federation/third-party-dts-extractor@0.18.1
70
+ - @module-federation/error-codes@0.18.1
71
+
72
+ ## 0.18.0
73
+
74
+ ### Minor Changes
75
+
76
+ - f6381e6: Added `family` option to DTS plugin
77
+
78
+ ### Patch Changes
79
+
80
+ - 08f089a: fix(dts-plugin): update koa to 2.16.2 to fix CVE-2025-8129
81
+
82
+ Security fix for open redirect vulnerability (GHSA-jgmv-j7ww-jx2x) in koa dependency.
83
+ Updates koa from 2.16.1 to 2.16.2 to prevent attackers from manipulating the Referrer
84
+ header in koa's back redirect functionality. Version 2.16.2 restricts redirects to
85
+ same-origin only, preventing malicious external redirects.
86
+
87
+ - Updated dependencies [f6381e6]
88
+ - @module-federation/sdk@0.18.0
89
+ - @module-federation/managers@0.18.0
90
+ - @module-federation/third-party-dts-extractor@0.18.0
91
+ - @module-federation/error-codes@0.18.0
92
+
93
+ ## 0.17.1
94
+
95
+ ### Patch Changes
96
+
97
+ - a7cf276: chore: upgrade NX to 21.2.3, Storybook to 9.0.9, and TypeScript to 5.8.3
98
+
99
+ - Upgraded NX from 21.0.3 to 21.2.3 with workspace configuration updates
100
+ - Migrated Storybook from 8.3.5 to 9.0.9 with updated configurations and automigrations
101
+ - Upgraded TypeScript from 5.7.3 to 5.8.3 with compatibility fixes
102
+ - Fixed package exports and type declaration paths across all packages
103
+ - Resolved module resolution issues and TypeScript compatibility problems
104
+ - Updated build configurations and dependencies to support latest versions
105
+
106
+ - Updated dependencies [7000c1f]
107
+ - Updated dependencies [2428be0]
108
+ - Updated dependencies [a7cf276]
109
+ - Updated dependencies [d31a326]
110
+ - @module-federation/managers@0.17.1
111
+ - @module-federation/error-codes@0.17.1
112
+ - @module-federation/sdk@0.17.1
113
+ - @module-federation/third-party-dts-extractor@0.17.1
114
+
115
+ ## 0.17.0
116
+
117
+ ### Patch Changes
118
+
119
+ - 1d691ef: fix(dts-plugin): add expose file imported files to tsconfig files
120
+ - @module-federation/sdk@0.17.0
121
+ - @module-federation/managers@0.17.0
122
+ - @module-federation/third-party-dts-extractor@0.17.0
123
+ - @module-federation/error-codes@0.17.0
124
+
125
+ ## 0.16.0
126
+
127
+ ### Minor Changes
128
+
129
+ - 1485fcf: added flag to fetch types from remote when building in production.
130
+
131
+ ### Patch Changes
132
+
133
+ - Updated dependencies [1485fcf]
134
+ - @module-federation/sdk@0.16.0
135
+ - @module-federation/managers@0.16.0
136
+ - @module-federation/third-party-dts-extractor@0.16.0
137
+ - @module-federation/error-codes@0.16.0
138
+
139
+ ## 0.15.0
140
+
141
+ ### Patch Changes
142
+
143
+ - c343589: fix(dts-plugin): only inject ipv4 str in dev mode
144
+ - b5e1640: chore(dts-plugin): check types archive url and optimize the error msg
145
+ - @module-federation/sdk@0.15.0
146
+ - @module-federation/managers@0.15.0
147
+ - @module-federation/third-party-dts-extractor@0.15.0
148
+ - @module-federation/error-codes@0.15.0
149
+
150
+ ## 0.14.3
151
+
152
+ ### Patch Changes
153
+
154
+ - @module-federation/sdk@0.14.3
155
+ - @module-federation/managers@0.14.3
156
+ - @module-federation/third-party-dts-extractor@0.14.3
157
+ - @module-federation/error-codes@0.14.3
158
+
159
+ ## 0.14.2
160
+
161
+ ### Patch Changes
162
+
163
+ - @module-federation/sdk@0.14.2
164
+ - @module-federation/managers@0.14.2
165
+ - @module-federation/third-party-dts-extractor@0.14.2
166
+ - @module-federation/error-codes@0.14.2
167
+
168
+ ## 0.14.1
169
+
170
+ ### Patch Changes
171
+
172
+ - @module-federation/sdk@0.14.1
173
+ - @module-federation/managers@0.14.1
174
+ - @module-federation/third-party-dts-extractor@0.14.1
175
+ - @module-federation/error-codes@0.14.1
176
+
177
+ ## 0.14.0
178
+
179
+ ### Patch Changes
180
+
181
+ - 0eb6697: fix(dts-plugin): add dynamic-remote-type-hints-plugin to runtimePlugins if not disable
182
+ - Updated dependencies [82b8cac]
183
+ - @module-federation/sdk@0.14.0
184
+ - @module-federation/managers@0.14.0
185
+ - @module-federation/third-party-dts-extractor@0.14.0
186
+ - @module-federation/error-codes@0.14.0
187
+
188
+ ## 0.13.1
189
+
190
+ ### Patch Changes
191
+
192
+ - Updated dependencies [723d0f8]
193
+ - Updated dependencies [129dac6]
194
+ - @module-federation/third-party-dts-extractor@0.13.1
195
+ - @module-federation/managers@0.13.1
196
+ - @module-federation/sdk@0.13.1
197
+ - @module-federation/error-codes@0.13.1
198
+
199
+ ## 0.13.0
200
+
201
+ ### Patch Changes
202
+
203
+ - 38f324f: Disable live bindings on cjs builds of the runtime packages
204
+ - Updated dependencies [38f324f]
205
+ - @module-federation/third-party-dts-extractor@0.13.0
206
+ - @module-federation/error-codes@0.13.0
207
+ - @module-federation/managers@0.13.0
208
+ - @module-federation/sdk@0.13.0
209
+
210
+ ## 0.12.0
211
+
212
+ ### Patch Changes
213
+
214
+ - ebef2d0: chore(dts-plugin): optimize type-001 message
215
+ - ef96c4d: feat(dts-plugin): support exclude extract specify third party dts
216
+ - Updated dependencies [c399b9a]
217
+ - Updated dependencies [ef96c4d]
218
+ - Updated dependencies [f4fb242]
219
+ - @module-federation/sdk@0.12.0
220
+ - @module-federation/third-party-dts-extractor@0.12.0
221
+ - @module-federation/managers@0.12.0
222
+ - @module-federation/error-codes@0.12.0
223
+
224
+ ## 0.11.4
225
+
226
+ ### Patch Changes
227
+
228
+ - ed8bda3: remove query strings from exposed modules to fix tsc resolves
229
+ - Updated dependencies [64a2bc1]
230
+ - Updated dependencies [c14842f]
231
+ - @module-federation/sdk@0.11.4
232
+ - @module-federation/managers@0.11.4
233
+ - @module-federation/third-party-dts-extractor@0.11.4
234
+ - @module-federation/error-codes@0.11.4
235
+
236
+ ## 0.11.3
237
+
238
+ ### Patch Changes
239
+
240
+ - e2c0a89: fix(dts-plugin): add recursive:true while generate types hit cache
241
+ - @module-federation/sdk@0.11.3
242
+ - @module-federation/managers@0.11.3
243
+ - @module-federation/third-party-dts-extractor@0.11.3
244
+ - @module-federation/error-codes@0.11.3
245
+
246
+ ## 0.11.2
247
+
248
+ ### Patch Changes
249
+
250
+ - Updated dependencies [047857b]
251
+ - @module-federation/sdk@0.11.2
252
+ - @module-federation/managers@0.11.2
253
+ - @module-federation/third-party-dts-extractor@0.11.2
254
+ - @module-federation/error-codes@0.11.2
255
+
256
+ ## 0.11.1
257
+
258
+ ### Patch Changes
259
+
260
+ - @module-federation/sdk@0.11.1
261
+ - @module-federation/managers@0.11.1
262
+ - @module-federation/third-party-dts-extractor@0.11.1
263
+ - @module-federation/error-codes@0.11.1
264
+
265
+ ## 0.11.0
266
+
267
+ ### Patch Changes
268
+
269
+ - eecee74: use `cwd` to create Module Federation tsconfig
270
+ - Updated dependencies [fce107e]
271
+ - @module-federation/sdk@0.11.0
272
+ - @module-federation/managers@0.11.0
273
+ - @module-federation/third-party-dts-extractor@0.11.0
274
+ - @module-federation/error-codes@0.11.0
275
+
276
+ ## 0.10.0
277
+
278
+ ### Patch Changes
279
+
280
+ - 22fcccd: perf(dts-plugin): add fetch timeout and add log
281
+ - Updated dependencies [0f71cbc]
282
+ - Updated dependencies [22fcccd]
283
+ - @module-federation/sdk@0.10.0
284
+ - @module-federation/managers@0.10.0
285
+ - @module-federation/third-party-dts-extractor@0.10.0
286
+ - @module-federation/error-codes@0.10.0
287
+
288
+ ## 0.9.1
289
+
290
+ ### Patch Changes
291
+
292
+ - 35d925b: feat(dts-plugin): support remoteTypeUrls option which allow user to specify the remote types url
293
+ - 35d925b: fix(dts-plugin): support parse @scope@manifest-url.json entry
294
+ - 7a37360: fix(dts-plugin): consume api types if adding new one
295
+ - Updated dependencies [35d925b]
296
+ - Updated dependencies [35d925b]
297
+ - Updated dependencies [8acd217]
298
+ - @module-federation/sdk@0.9.1
299
+ - @module-federation/managers@0.9.1
300
+ - @module-federation/third-party-dts-extractor@0.9.1
301
+ - @module-federation/error-codes@0.9.1
302
+
303
+ ## 0.9.0
304
+
305
+ ### Minor Changes
306
+
307
+ - 5ebc53f: feat: enable tsc incremental build
308
+
309
+ ### Patch Changes
310
+
311
+ - d872b35: fix(dts-plugin): cache file should have name as its unique path
312
+ - @module-federation/sdk@0.9.0
313
+ - @module-federation/managers@0.9.0
314
+ - @module-federation/third-party-dts-extractor@0.9.0
315
+ - @module-federation/error-codes@0.9.0
316
+
317
+ ## 0.8.12
318
+
319
+ ### Patch Changes
320
+
321
+ - d227303: fix(dts-plugin): only block build process in prod env when generating types
322
+ - @module-federation/sdk@0.8.12
323
+ - @module-federation/managers@0.8.12
324
+ - @module-federation/third-party-dts-extractor@0.8.12
325
+ - @module-federation/error-codes@0.8.12
326
+
327
+ ## 0.8.11
328
+
329
+ ### Patch Changes
330
+
331
+ - @module-federation/sdk@0.8.11
332
+ - @module-federation/managers@0.8.11
333
+ - @module-federation/third-party-dts-extractor@0.8.11
334
+ - @module-federation/error-codes@0.8.11
335
+
336
+ ## 0.8.10
337
+
338
+ ### Patch Changes
339
+
340
+ - @module-federation/sdk@0.8.10
341
+ - @module-federation/managers@0.8.10
342
+ - @module-federation/third-party-dts-extractor@0.8.10
343
+ - @module-federation/error-codes@0.8.10
344
+
345
+ ## 0.8.9
346
+
347
+ ### Patch Changes
348
+
349
+ - 6e3afc6: feat(dts-plugin): support pass headers when request types url
350
+ - 1be9d62: feat(dts-plugin): add dts.displayErrorInTerminal to help control display error
351
+ - 6e3afc6: fix(dts-plugin): set outputDir default value
352
+ - 6e3afc6: fix(dts-plugin): use remoteTarPath first to fetch hot types
353
+ - 6e3afc6: fix(dts-plugin): only consume types in dev
354
+ - 6e3afc6: fix(dts-plugin): throw error while downloading types archive hit historyApiFallback
355
+ - 6e3afc6: fix(dts-plugin): generateTypes should after consumeTypes finished
356
+ - 6e3afc6: fix(dts-plugin): dev plugin should apply after fetchPromise resolved
357
+ - @module-federation/sdk@0.8.9
358
+ - @module-federation/managers@0.8.9
359
+ - @module-federation/third-party-dts-extractor@0.8.9
360
+ - @module-federation/error-codes@0.8.9
361
+
362
+ ## 0.8.8
363
+
364
+ ### Patch Changes
365
+
366
+ - @module-federation/sdk@0.8.8
367
+ - @module-federation/managers@0.8.8
368
+ - @module-federation/third-party-dts-extractor@0.8.8
369
+ - @module-federation/error-codes@0.8.8
370
+
371
+ ## 0.8.7
372
+
373
+ ### Patch Changes
374
+
375
+ - Updated dependencies [835b09c]
376
+ - Updated dependencies [336f3d8]
377
+ - Updated dependencies [4fd33fb]
378
+ - @module-federation/sdk@0.8.7
379
+ - @module-federation/error-codes@0.8.7
380
+ - @module-federation/managers@0.8.7
381
+ - @module-federation/third-party-dts-extractor@0.8.7
382
+
383
+ ## 0.8.6
384
+
385
+ ### Patch Changes
386
+
387
+ - c90bba2: fix(dts-plugin): auto inject compiler output path to avoid duplicate zip file
388
+ - @module-federation/sdk@0.8.6
389
+ - @module-federation/managers@0.8.6
390
+ - @module-federation/third-party-dts-extractor@0.8.6
391
+ - @module-federation/error-codes@0.8.6
392
+
393
+ ## 0.8.5
394
+
395
+ ### Patch Changes
396
+
397
+ - @module-federation/sdk@0.8.5
398
+ - @module-federation/managers@0.8.5
399
+ - @module-federation/third-party-dts-extractor@0.8.5
400
+ - @module-federation/error-codes@0.8.5
401
+
402
+ ## 0.8.4
403
+
404
+ ### Patch Changes
405
+
406
+ - 5ea7aea: Lazy emit DTS files on hmr rebuilds, do not block compiler pipeline
407
+ - @module-federation/sdk@0.8.4
408
+ - @module-federation/managers@0.8.4
409
+ - @module-federation/third-party-dts-extractor@0.8.4
410
+ - @module-federation/error-codes@0.8.4
411
+
412
+ ## 0.8.3
413
+
414
+ ### Patch Changes
415
+
416
+ - 8e172c8: add `cwd` property to generate types
417
+ - Updated dependencies [8e172c8]
418
+ - @module-federation/sdk@0.8.3
419
+ - @module-federation/managers@0.8.3
420
+ - @module-federation/third-party-dts-extractor@0.8.3
421
+ - @module-federation/error-codes@0.8.3
422
+
423
+ ## 0.8.2
424
+
425
+ ### Patch Changes
426
+
427
+ - @module-federation/sdk@0.8.2
428
+ - @module-federation/managers@0.8.2
429
+ - @module-federation/third-party-dts-extractor@0.8.2
430
+ - @module-federation/error-codes@0.8.2
431
+
432
+ ## 0.8.1
433
+
434
+ ### Patch Changes
435
+
436
+ - @module-federation/sdk@0.8.1
437
+ - @module-federation/managers@0.8.1
438
+ - @module-federation/third-party-dts-extractor@0.8.1
439
+ - @module-federation/error-codes@0.8.1
440
+
441
+ ## 0.8.0
442
+
443
+ ### Patch Changes
444
+
445
+ - @module-federation/sdk@0.8.0
446
+ - @module-federation/managers@0.8.0
447
+ - @module-federation/third-party-dts-extractor@0.8.0
448
+ - @module-federation/error-codes@0.8.0
449
+
450
+ ## 0.7.7
451
+
452
+ ### Patch Changes
453
+
454
+ - 8db7611: ensure when dev is false that type generation only runs once
455
+ - @module-federation/sdk@0.7.7
456
+ - @module-federation/managers@0.7.7
457
+ - @module-federation/third-party-dts-extractor@0.7.7
458
+ - @module-federation/error-codes@0.7.7
459
+
460
+ ## 0.7.6
461
+
462
+ ### Patch Changes
463
+
464
+ - @module-federation/sdk@0.7.6
465
+ - @module-federation/managers@0.7.6
466
+ - @module-federation/third-party-dts-extractor@0.7.6
467
+ - @module-federation/error-codes@0.7.6
468
+
469
+ ## 0.7.5
470
+
471
+ ### Patch Changes
472
+
473
+ - @module-federation/sdk@0.7.5
474
+ - @module-federation/managers@0.7.5
475
+ - @module-federation/third-party-dts-extractor@0.7.5
476
+ - @module-federation/error-codes@0.7.5
477
+
478
+ ## 0.7.4
479
+
480
+ ### Patch Changes
481
+
482
+ - @module-federation/sdk@0.7.4
483
+ - @module-federation/managers@0.7.4
484
+ - @module-federation/third-party-dts-extractor@0.7.4
485
+ - @module-federation/error-codes@0.7.4
486
+
487
+ ## 0.7.3
488
+
489
+ ### Patch Changes
490
+
491
+ - Updated dependencies [4ab9295]
492
+ - Updated dependencies [7facc10]
493
+ - @module-federation/error-codes@0.7.3
494
+ - @module-federation/managers@0.7.3
495
+ - @module-federation/sdk@0.7.3
496
+ - @module-federation/third-party-dts-extractor@0.7.3
497
+
498
+ ## 0.7.2
499
+
500
+ ### Patch Changes
501
+
502
+ - 85990e2: fix(dts-plugin): hold the broker server if the remote not start locally
503
+ - @module-federation/sdk@0.7.2
504
+ - @module-federation/managers@0.7.2
505
+ - @module-federation/third-party-dts-extractor@0.7.2
506
+ - @module-federation/error-codes@0.7.2
507
+
508
+ ## 0.7.1
509
+
510
+ ### Patch Changes
511
+
512
+ - Updated dependencies [6db4c5f]
513
+ - @module-federation/sdk@0.7.1
514
+ - @module-federation/managers@0.7.1
515
+ - @module-federation/third-party-dts-extractor@0.7.1
516
+ - @module-federation/error-codes@0.7.1
517
+
518
+ ## 0.7.0
519
+
520
+ ### Minor Changes
521
+
522
+ - Updated dependencies [879ad87]
523
+ - Updated dependencies [4eb09e7]
524
+ - Updated dependencies [206b56d]
525
+ - Updated dependencies [849ef9c]
526
+ - @module-federation/sdk@0.7.0
527
+ - @module-federation/managers@0.7.0
528
+ - @module-federation/error-codes@0.7.0
529
+ - @module-federation/third-party-dts-extractor@0.7.0
530
+
531
+ ## 0.6.16
532
+
533
+ ### Patch Changes
534
+
535
+ - Updated dependencies [f779188]
536
+ - Updated dependencies [024df60]
537
+ - @module-federation/sdk@0.6.16
538
+ - @module-federation/managers@0.6.16
539
+ - @module-federation/third-party-dts-extractor@0.6.16
540
+
541
+ ## 0.6.15
542
+
543
+ ### Patch Changes
544
+
545
+ - @module-federation/sdk@0.6.15
546
+ - @module-federation/managers@0.6.15
547
+ - @module-federation/third-party-dts-extractor@0.6.15
548
+
549
+ ## 0.6.14
550
+
551
+ ### Patch Changes
552
+
553
+ - ad605d2: chore: unified logger
554
+ - Updated dependencies [ad605d2]
555
+ - @module-federation/managers@0.6.14
556
+ - @module-federation/sdk@0.6.14
557
+ - @module-federation/third-party-dts-extractor@0.6.14
558
+
559
+ ## 0.6.13
560
+
561
+ ### Patch Changes
562
+
563
+ - @module-federation/sdk@0.6.13
564
+ - @module-federation/managers@0.6.13
565
+ - @module-federation/third-party-dts-extractor@0.6.13
566
+
567
+ ## 0.6.12
568
+
569
+ ### Patch Changes
570
+
571
+ - @module-federation/sdk@0.6.12
572
+ - @module-federation/managers@0.6.12
573
+ - @module-federation/third-party-dts-extractor@0.6.12
574
+
575
+ ## 0.6.11
576
+
577
+ ### Patch Changes
578
+
579
+ - Updated dependencies [d5a3072]
580
+ - @module-federation/sdk@0.6.11
581
+ - @module-federation/managers@0.6.11
582
+ - @module-federation/third-party-dts-extractor@0.6.11
583
+
584
+ ## 0.6.10
585
+
586
+ ### Patch Changes
587
+
588
+ - Updated dependencies [22a3b83]
589
+ - @module-federation/sdk@0.6.10
590
+ - @module-federation/managers@0.6.10
591
+ - @module-federation/third-party-dts-extractor@0.6.10
592
+
593
+ ## 0.6.9
594
+
595
+ ### Patch Changes
596
+
597
+ - @module-federation/sdk@0.6.9
598
+ - @module-federation/managers@0.6.9
599
+ - @module-federation/third-party-dts-extractor@0.6.9
600
+
601
+ ## 0.6.8
602
+
603
+ ### Patch Changes
604
+
605
+ - Updated dependencies [32db0ac]
606
+ - @module-federation/sdk@0.6.8
607
+ - @module-federation/managers@0.6.8
608
+ - @module-federation/third-party-dts-extractor@0.6.8
609
+
610
+ ## 0.6.7
611
+
612
+ ### Patch Changes
613
+
614
+ - 0216364: fix(dts-plugin): ignore .vue ext
615
+ - Updated dependencies [9e32644]
616
+ - @module-federation/sdk@0.6.7
617
+ - @module-federation/managers@0.6.7
618
+ - @module-federation/third-party-dts-extractor@0.6.7
619
+
620
+ ## 0.6.6
621
+
622
+ ### Patch Changes
623
+
624
+ - 35aead4: fix(dts-plugin): zipName should add prefix if remoteEntry has it
625
+ - @module-federation/sdk@0.6.6
626
+ - @module-federation/managers@0.6.6
627
+ - @module-federation/third-party-dts-extractor@0.6.6
628
+
629
+ ## 0.6.5
630
+
631
+ ### Patch Changes
632
+
633
+ - @module-federation/sdk@0.6.5
634
+ - @module-federation/managers@0.6.5
635
+ - @module-federation/third-party-dts-extractor@0.6.5
636
+
637
+ ## 0.6.4
638
+
639
+ ### Patch Changes
640
+
641
+ - @module-federation/sdk@0.6.4
642
+ - @module-federation/managers@0.6.4
643
+ - @module-federation/third-party-dts-extractor@0.6.4
644
+
645
+ ## 0.6.3
646
+
647
+ ### Patch Changes
648
+
649
+ - @module-federation/sdk@0.6.3
650
+ - @module-federation/managers@0.6.3
651
+ - @module-federation/third-party-dts-extractor@0.6.3
652
+
653
+ ## 0.6.2
654
+
655
+ ### Patch Changes
656
+
657
+ - @module-federation/sdk@0.6.2
658
+ - @module-federation/managers@0.6.2
659
+ - @module-federation/third-party-dts-extractor@0.6.2
660
+
661
+ ## 0.6.1
662
+
663
+ ### Patch Changes
664
+
665
+ - Updated dependencies [2855583]
666
+ - Updated dependencies [813680f]
667
+ - @module-federation/sdk@0.6.1
668
+ - @module-federation/managers@0.6.1
669
+ - @module-federation/third-party-dts-extractor@0.6.1
670
+
671
+ ## 0.6.0
672
+
673
+ ### Patch Changes
674
+
675
+ - Updated dependencies [1d9bb77]
676
+ - @module-federation/sdk@0.6.0
677
+ - @module-federation/managers@0.6.0
678
+ - @module-federation/third-party-dts-extractor@0.6.0
679
+
680
+ ## 0.5.2
681
+
682
+ ### Patch Changes
683
+
684
+ - Updated dependencies [b90fa7d]
685
+ - @module-federation/sdk@0.5.2
686
+ - @module-federation/managers@0.5.2
687
+ - @module-federation/third-party-dts-extractor@0.5.2
688
+
689
+ ## 0.5.1
690
+
691
+ ### Patch Changes
692
+
693
+ - @module-federation/sdk@0.5.1
694
+ - @module-federation/managers@0.5.1
695
+ - @module-federation/third-party-dts-extractor@0.5.1
696
+
697
+ ## 0.5.0
698
+
699
+ ### Patch Changes
700
+
701
+ - Updated dependencies [8378a77]
702
+ - @module-federation/sdk@0.5.0
703
+ - @module-federation/managers@0.5.0
704
+ - @module-federation/third-party-dts-extractor@0.5.0
705
+
706
+ ## 0.4.0
707
+
708
+ ### Patch Changes
709
+
710
+ - Updated dependencies [a6e2bed]
711
+ - Updated dependencies [a6e2bed]
712
+ - @module-federation/sdk@0.4.0
713
+ - @module-federation/managers@0.4.0
714
+ - @module-federation/third-party-dts-extractor@0.4.0
715
+
716
+ ## 0.3.5
717
+
718
+ ### Patch Changes
719
+
720
+ - @module-federation/sdk@0.3.5
721
+ - @module-federation/managers@0.3.5
722
+ - @module-federation/third-party-dts-extractor@0.3.5
723
+
724
+ ## 0.3.4
725
+
726
+ ### Patch Changes
727
+
728
+ - @module-federation/sdk@0.3.4
729
+ - @module-federation/managers@0.3.4
730
+ - @module-federation/third-party-dts-extractor@0.3.4
731
+
732
+ ## 0.3.3
733
+
734
+ ### Patch Changes
735
+
736
+ - @module-federation/sdk@0.3.3
737
+ - @module-federation/managers@0.3.3
738
+ - @module-federation/third-party-dts-extractor@0.3.3
739
+
740
+ ## 0.3.2
741
+
742
+ ### Patch Changes
743
+
744
+ - 0de1c83: fix: do not collect node internal utils
745
+ - 85ae159: feat: support rspack ssr
746
+ - Updated dependencies [0de1c83]
747
+ - @module-federation/third-party-dts-extractor@0.3.2
748
+ - @module-federation/sdk@0.3.2
749
+ - @module-federation/managers@0.3.2
750
+
751
+ ## 0.3.1
752
+
753
+ ### Patch Changes
754
+
755
+ - 0a9adaf: chore: remove useless log
756
+ - @module-federation/sdk@0.3.1
757
+ - @module-federation/managers@0.3.1
758
+ - @module-federation/third-party-dts-extractor@0.3.1
759
+
760
+ ## 0.3.0
761
+
762
+ ### Minor Changes
763
+
764
+ - fa37cc4: feat: support modern.js ssr [#2348](https://github.com/module-federation/core/issues/2348)
765
+
766
+ ### Patch Changes
767
+
768
+ - 7c4d99b: fix(dts-plugin): temp tsconfig path should extends original tsconfig
769
+ - Updated dependencies [fa37cc4]
770
+ - @module-federation/sdk@0.3.0
771
+ - @module-federation/managers@0.3.0
772
+ - @module-federation/third-party-dts-extractor@0.3.0
773
+
774
+ ## 0.2.8
775
+
776
+ ### Patch Changes
777
+
778
+ - f3d13c2: fix(dts-plugin): ensure dts file path if it has deep path
779
+ - @module-federation/sdk@0.2.8
780
+ - @module-federation/managers@0.2.8
781
+ - @module-federation/third-party-dts-extractor@0.2.8
782
+
783
+ ## 0.2.7
784
+
785
+ ### Patch Changes
786
+
787
+ - b00ef13: fix(dts-plugin): support compile vue@3 dts
788
+ - Updated dependencies [b00ef13]
789
+ - @module-federation/third-party-dts-extractor@0.2.7
790
+ - @module-federation/sdk@0.2.7
791
+ - @module-federation/managers@0.2.7
792
+
793
+ ## 0.2.6
794
+
795
+ ### Patch Changes
796
+
797
+ - Updated dependencies [91bf689]
798
+ - @module-federation/sdk@0.2.6
799
+ - @module-federation/managers@0.2.6
800
+ - @module-federation/third-party-dts-extractor@0.2.6
801
+
802
+ ## 0.2.5
803
+
804
+ ### Patch Changes
805
+
806
+ - Updated dependencies [8cce571]
807
+ - @module-federation/sdk@0.2.5
808
+ - @module-federation/managers@0.2.5
809
+ - @module-federation/third-party-dts-extractor@0.2.5
810
+
811
+ ## 0.2.4
812
+
813
+ ### Patch Changes
814
+
815
+ - Updated dependencies [09b792d]
816
+ - Updated dependencies [09b792d]
817
+ - @module-federation/sdk@0.2.4
818
+ - @module-federation/managers@0.2.4
819
+ - @module-federation/third-party-dts-extractor@0.2.4
820
+
821
+ ## 0.2.3
822
+
823
+ ### Patch Changes
824
+
825
+ - Updated dependencies [32f26af]
826
+ - Updated dependencies [32f26af]
827
+ - @module-federation/sdk@0.2.3
828
+ - @module-federation/managers@0.2.3
829
+ - @module-federation/third-party-dts-extractor@0.2.3
830
+
831
+ ## 0.2.2
832
+
833
+ ### Patch Changes
834
+
835
+ - 7d09ed8: Emit DTS relative to remote entry location
836
+ - @module-federation/sdk@0.2.2
837
+ - @module-federation/managers@0.2.2
838
+ - @module-federation/third-party-dts-extractor@0.2.2
839
+
840
+ ## 0.2.1
841
+
842
+ ### Patch Changes
843
+
844
+ - 88445e7: Support getPublicPath in compiler plugins
845
+ - Updated dependencies [88445e7]
846
+ - @module-federation/sdk@0.2.1
847
+ - @module-federation/managers@0.2.1
848
+ - @module-federation/third-party-dts-extractor@0.2.1
849
+
850
+ ## 0.2.0
851
+
852
+ ### Patch Changes
853
+
854
+ - 804cc3b: fix: check pid is undefined before kill it
855
+ - 52bb94c: fix(dts-plugin): ensure kill fork child process when the task is finished
856
+ - f7a6d3f: fix: download api types when types refresh
857
+ - @module-federation/sdk@0.2.0
858
+ - @module-federation/managers@0.2.0
859
+ - @module-federation/third-party-dts-extractor@0.2.0
860
+
861
+ ## 0.1.21
862
+
863
+ ### Patch Changes
864
+
865
+ - a50c459: fix: use ipv4 first while load local remote
866
+ - 88900ad: fix: support decode encode remote name
867
+ - 4cddb8a: fix: no delete exist types if fetch new types failed
868
+ - 6ee10aa: fix: replace sourceEntry with index if the value is '.'
869
+ - 1e93c5e: fix: use userOptions.typesFolder first
870
+ - Updated dependencies [88900ad]
871
+ - @module-federation/sdk@0.1.21
872
+ - @module-federation/managers@0.1.21
873
+ - @module-federation/third-party-dts-extractor@0.1.21
874
+
875
+ ## 0.1.20
876
+
877
+ ### Patch Changes
878
+
879
+ - 685c607: feat: support dynamic remote type hints
880
+ - 34f9498: dts-plugin can now support remotes using relative path references: 'app@/mf-manifest.json'
881
+ - Updated dependencies [685c607]
882
+ - Updated dependencies [e8e0969]
883
+ - Updated dependencies [349c381]
884
+ - @module-federation/third-party-dts-extractor@0.1.20
885
+ - @module-federation/sdk@0.1.20
886
+ - @module-federation/managers@0.1.20
887
+
888
+ ## 0.1.19
889
+
890
+ ### Patch Changes
891
+
892
+ - Updated dependencies [031454d]
893
+ - Updated dependencies [b0a31a7]
894
+ - Updated dependencies [a2bfb9b]
895
+ - @module-federation/sdk@0.1.19
896
+ - @module-federation/managers@0.1.19
897
+ - @module-federation/third-party-dts-extractor@0.1.19
898
+
899
+ ## 0.1.18
900
+
901
+ ### Patch Changes
902
+
903
+ - Updated dependencies [80af3f3]
904
+ - @module-federation/sdk@0.1.18
905
+ - @module-federation/managers@0.1.18
906
+ - @module-federation/third-party-dts-extractor@0.1.18
907
+
908
+ ## 0.1.17
909
+
910
+ ### Patch Changes
911
+
912
+ - @module-federation/sdk@0.1.17
913
+ - @module-federation/managers@0.1.17
914
+ - @module-federation/third-party-dts-extractor@0.1.17
915
+
916
+ ## 0.1.16
917
+
918
+ ### Patch Changes
919
+
920
+ - ea34795: optional vue-tsc
921
+ - Updated dependencies [cce5404]
922
+ - Updated dependencies [364f2bc]
923
+ - @module-federation/managers@0.1.16
924
+ - @module-federation/sdk@0.1.16
925
+ - @module-federation/third-party-dts-extractor@0.1.16
926
+
927
+ ## 0.1.15
928
+
929
+ ### Patch Changes
930
+
931
+ - 1227fd6: fix: Avoid the generation type order being affected by the loading timing so that every type occurs
932
+ - @module-federation/sdk@0.1.15
933
+ - @module-federation/managers@0.1.15
934
+ - @module-federation/third-party-dts-extractor@0.1.15
935
+
936
+ ## 0.1.14
937
+
938
+ ### Patch Changes
939
+
940
+ - Updated dependencies [103b2b8]
941
+ - @module-federation/sdk@0.1.14
942
+ - @module-federation/managers@0.1.14
943
+ - @module-federation/third-party-dts-extractor@0.1.14
944
+
945
+ ## 0.1.13
946
+
947
+ ### Patch Changes
948
+
949
+ - 2e52e51: Build zip url for json ext as well
950
+ - 677958c: fix: tsup configuration
951
+ - Updated dependencies [2e52e51]
952
+ - Updated dependencies [0113b81]
953
+ - Updated dependencies [677958c]
954
+ - Updated dependencies [2e52e51]
955
+ - @module-federation/managers@0.1.13
956
+ - @module-federation/third-party-dts-extractor@0.1.13
957
+ - @module-federation/sdk@0.1.13
958
+
959
+ ## 0.1.12
960
+
961
+ ### Patch Changes
962
+
963
+ - 2a18c65: fix(dts-plugin): avoid typescript generation exceptions in javascript projects
964
+ - @module-federation/sdk@0.1.12
965
+ - @module-federation/managers@0.1.12
966
+ - @module-federation/third-party-dts-extractor@0.1.12
967
+
968
+ ## 0.1.11
969
+
970
+ ### Patch Changes
971
+
972
+ - @module-federation/sdk@0.1.11
973
+ - @module-federation/managers@0.1.11
974
+ - @module-federation/third-party-dts-extractor@0.1.11
975
+
976
+ ## 0.1.10
977
+
978
+ ### Patch Changes
979
+
980
+ - 3d4fb69: import path on Windows
981
+ - @module-federation/sdk@0.1.10
982
+ - @module-federation/managers@0.1.10
983
+ - @module-federation/third-party-dts-extractor@0.1.10
984
+
985
+ ## 0.1.9
986
+
987
+ ### Patch Changes
988
+
989
+ - @module-federation/sdk@0.1.9
990
+ - @module-federation/managers@0.1.9
991
+ - @module-federation/third-party-dts-extractor@0.1.9
992
+
993
+ ## 0.1.8
994
+
995
+ ### Patch Changes
996
+
997
+ - @module-federation/sdk@0.1.8
998
+ - @module-federation/managers@0.1.8
999
+ - @module-federation/third-party-dts-extractor@0.1.8
1000
+
1001
+ ## 0.1.7
1002
+
1003
+ ### Patch Changes
1004
+
1005
+ - @module-federation/sdk@0.1.7
1006
+ - @module-federation/managers@0.1.7
1007
+ - @module-federation/third-party-dts-extractor@0.1.7
1008
+
1009
+ ## 0.1.6
1010
+
1011
+ ### Patch Changes
1012
+
1013
+ - 72c7b80: chore: fix release tag
1014
+ - Updated dependencies [72c7b80]
1015
+ - @module-federation/managers@0.1.6
1016
+ - @module-federation/sdk@0.1.6
1017
+ - @module-federation/third-party-dts-extractor@0.1.6
1018
+
1019
+ ## 0.1.5
1020
+
1021
+ ### Patch Changes
1022
+
1023
+ - f9b8af7: feat: supports the use of @module-federation/enhanced/runtime and also has type hints
1024
+ - 71559fb: fix: output error in file
1025
+ - Updated dependencies [ca271ab]
1026
+ - Updated dependencies [1a9c6e7]
1027
+ - @module-federation/sdk@0.1.5
1028
+ - @module-federation/managers@0.1.5
1029
+
1030
+ ## 0.1.4
1031
+
1032
+ ### Patch Changes
1033
+
1034
+ - 8f3a440: fix: detect whether the project is ts
1035
+ - Updated dependencies [8f3a440]
1036
+ - Updated dependencies [2f697b9]
1037
+ - @module-federation/sdk@0.1.4
1038
+ - @module-federation/managers@0.1.4
1039
+
1040
+ ## 0.1.3
1041
+
1042
+ ### Patch Changes
1043
+
1044
+ - f926b6c: chore: split types plugins implementation
1045
+ - @module-federation/sdk@0.1.3
1046
+ - @module-federation/managers@0.1.3
1047
+
1048
+ ## 0.1.2
1049
+
1050
+ ### Patch Changes
1051
+
1052
+ - c8c0ad2: feat: enhance type capability
1053
+ - Updated dependencies [c8c0ad2]
1054
+ - @module-federation/native-federation-typescript@0.1.2
1055
+ - @module-federation/sdk@0.1.2