remote-reload-utils 0.0.12 → 0.0.13
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/CHANGELOG.md +9 -0
- package/dist/event-bus/index.d.ts +1 -1
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,13 @@
|
|
|
7
7
|
|
|
8
8
|
## [未发布]
|
|
9
9
|
|
|
10
|
+
## [0.0.13] - 2026-03-17
|
|
11
|
+
|
|
12
|
+
### Release
|
|
13
|
+
|
|
14
|
+
- Published version 0.0.13 with patch bump
|
|
15
|
+
|
|
16
|
+
|
|
10
17
|
## [0.0.12] - 2026-03-16
|
|
11
18
|
|
|
12
19
|
### Release
|
|
@@ -144,6 +151,8 @@
|
|
|
144
151
|
|
|
145
152
|
| 版本 | 日期 | 主要变更 |
|
|
146
153
|
|------|------|----------|
|
|
154
|
+
| 0.0.13 | 2026-03-17 | patch 版本发布 |
|
|
155
|
+
|------|------|----------|
|
|
147
156
|
| 0.0.12 | 2026-03-16 | patch 版本发布 |
|
|
148
157
|
|------|------|----------|
|
|
149
158
|
| 0.0.11 | 2026-03-16 | patch 版本发布 |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "remote-reload-utils",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.13",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Utilities for remote reload in Module Federation & React Component",
|
|
6
6
|
"exports": {
|
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
"@types/react-dom": "^18.2.0",
|
|
52
52
|
"@vitest/ui": "^2.1.8",
|
|
53
53
|
"base-biome-config": "0.0.8",
|
|
54
|
+
"happy-dom": "^20.8.4",
|
|
54
55
|
"rsbuild-plugin-publint": "^0.3.3",
|
|
55
56
|
"typescript": "^5.9.2",
|
|
56
57
|
"vitest": "^2.1.8"
|