@module-federation/dts-plugin 0.0.0-feat-support-bridge-react-router-v7-20251015102312

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