@module-federation/bridge-react 0.0.0-next-20250618090118 → 0.0.0-next-20250618090631

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 +3 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @module-federation/bridge-react
2
2
 
3
- ## 0.0.0-next-20250618090118
3
+ ## 0.0.0-next-20250618090631
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,8 +9,8 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - eb0d1dc: feat(bridge-react): export createLazyCompoent api
12
- - @module-federation/sdk@0.0.0-next-20250618090118
13
- - @module-federation/bridge-shared@0.0.0-next-20250618090118
12
+ - @module-federation/sdk@0.0.0-next-20250618090631
13
+ - @module-federation/bridge-shared@0.0.0-next-20250618090631
14
14
 
15
15
  ## 0.15.0
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/bridge-react",
3
- "version": "0.0.0-next-20250618090118",
3
+ "version": "0.0.0-next-20250618090631",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -93,8 +93,8 @@
93
93
  },
94
94
  "dependencies": {
95
95
  "react-error-boundary": "^4.1.2",
96
- "@module-federation/bridge-shared": "0.0.0-next-20250618090118",
97
- "@module-federation/sdk": "0.0.0-next-20250618090118"
96
+ "@module-federation/bridge-shared": "0.0.0-next-20250618090631",
97
+ "@module-federation/sdk": "0.0.0-next-20250618090631"
98
98
  },
99
99
  "peerDependencies": {
100
100
  "react": ">=16.9.0",
@@ -116,7 +116,7 @@
116
116
  "vite": "^5.4.18",
117
117
  "vite-plugin-dts": "^4.3.0",
118
118
  "hono": "3.12.12",
119
- "@module-federation/runtime": "0.0.0-next-20250618090118"
119
+ "@module-federation/runtime": "0.0.0-next-20250618090631"
120
120
  },
121
121
  "scripts": {
122
122
  "dev": "vite",