remote-reload-utils 1.0.1 → 1.0.2

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 (2) hide show
  1. package/CHANGELOG.md +10 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.2
4
+
5
+ ### Major Changes
6
+
7
+ - 8e4a168: test publish
8
+
9
+ ### Patch Changes
10
+
11
+ - d5c8346: 完善单元测试 & runtime 实例重试机制
12
+
3
13
  ## 1.0.0
4
14
 
5
15
  ### Major Changes
@@ -19,7 +29,6 @@
19
29
 
20
30
  - Published version 1.0.1 with patch bump
21
31
 
22
-
23
32
  ## [0.0.17] - 2026-03-19
24
33
 
25
34
  ### Release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "remote-reload-utils",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "type": "module",
5
5
  "description": "Utilities for remote reload in Module Federation & React Component",
6
6
  "exports": {