@module-federation/dts-plugin 0.1.4 → 0.1.6
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.
- package/dist/CHANGELOG.md +21 -0
- package/dist/core.js +832 -48
- package/dist/forkDevWorker.js +1994 -1993
- package/dist/forkGenerateDts.js +874 -87
- package/dist/index.js +1616 -1615
- package/dist/package.json +1 -1
- package/dist/startBroker.js +57 -53
- package/package.json +4 -4
package/dist/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @module-federation/dts-plugin
|
|
2
2
|
|
|
3
|
+
## 0.1.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 72c7b80: chore: fix release tag
|
|
8
|
+
- Updated dependencies [72c7b80]
|
|
9
|
+
- @module-federation/managers@0.1.6
|
|
10
|
+
- @module-federation/sdk@0.1.6
|
|
11
|
+
- @module-federation/third-party-dts-extractor@0.1.6
|
|
12
|
+
|
|
13
|
+
## 0.1.5
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- f9b8af7: feat: supports the use of @module-federation/enhanced/runtime and also has type hints
|
|
18
|
+
- 71559fb: fix: output error in file
|
|
19
|
+
- Updated dependencies [ca271ab]
|
|
20
|
+
- Updated dependencies [1a9c6e7]
|
|
21
|
+
- @module-federation/sdk@0.1.5
|
|
22
|
+
- @module-federation/managers@0.1.5
|
|
23
|
+
|
|
3
24
|
## 0.1.4
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|