@module-federation/bridge-react 0.0.0-next-20250419044420 → 0.0.0-next-20250422062439
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 +11 -4
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
# @module-federation/bridge-react
|
|
2
2
|
|
|
3
|
-
## 0.0.0-next-
|
|
3
|
+
## 0.0.0-next-20250422062439
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- chore: bump next
|
|
8
|
+
- @module-federation/sdk@0.0.0-next-20250422062439
|
|
9
|
+
- @module-federation/bridge-shared@0.0.0-next-20250422062439
|
|
10
|
+
|
|
11
|
+
## 0.13.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
6
14
|
|
|
@@ -12,10 +20,9 @@
|
|
|
12
20
|
- 4db1b0e: feat: add error detection for react v19 under the default export createBaseBridgeComponent
|
|
13
21
|
- 38f324f: Disable live bindings on cjs builds of the runtime packages
|
|
14
22
|
- 0eb6d1b: refactor(bridge-react): modify the default mode of the bridge to legacy mode to reduce redundant code
|
|
15
|
-
- Updated dependencies [ff4685d]
|
|
16
23
|
- Updated dependencies [38f324f]
|
|
17
|
-
- @module-federation/
|
|
18
|
-
- @module-federation/
|
|
24
|
+
- @module-federation/bridge-shared@0.13.0
|
|
25
|
+
- @module-federation/sdk@0.13.0
|
|
19
26
|
|
|
20
27
|
## 0.12.0
|
|
21
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/bridge-react",
|
|
3
|
-
"version": "0.0.0-next-
|
|
3
|
+
"version": "0.0.0-next-20250422062439",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"react-error-boundary": "^4.1.2",
|
|
58
|
-
"@module-federation/bridge-shared": "0.0.0-next-
|
|
59
|
-
"@module-federation/sdk": "0.0.0-next-
|
|
58
|
+
"@module-federation/bridge-shared": "0.0.0-next-20250422062439",
|
|
59
|
+
"@module-federation/sdk": "0.0.0-next-20250422062439"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
62
|
"react": ">=16.9.0",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"typescript": "^5.2.2",
|
|
78
78
|
"vite": "^5.4.18",
|
|
79
79
|
"vite-plugin-dts": "^4.3.0",
|
|
80
|
-
"@module-federation/runtime": "0.0.0-next-
|
|
80
|
+
"@module-federation/runtime": "0.0.0-next-20250422062439"
|
|
81
81
|
},
|
|
82
82
|
"scripts": {
|
|
83
83
|
"dev": "vite",
|