@module-federation/bridge-react
Advanced tools
Comparing version 0.6.6 to 0.6.7
# @module-federation/bridge-react | ||
## 0.6.7 | ||
### Patch Changes | ||
- @module-federation/bridge-shared@0.6.7 | ||
## 0.6.6 | ||
@@ -4,0 +10,0 @@ |
@@ -180,3 +180,3 @@ "use strict"; | ||
}; | ||
RemoteApp2["__APP_VERSION__"] = "0.6.6"; | ||
RemoteApp2["__APP_VERSION__"] = "0.6.7"; | ||
return /* @__PURE__ */ React.createElement(RemoteApp2, null); | ||
@@ -183,0 +183,0 @@ }); |
@@ -161,3 +161,3 @@ import * as React from "react"; | ||
}; | ||
RemoteApp2["__APP_VERSION__"] = "0.6.6"; | ||
RemoteApp2["__APP_VERSION__"] = "0.6.7"; | ||
return /* @__PURE__ */ React__default.createElement(RemoteApp2, null); | ||
@@ -164,0 +164,0 @@ }); |
{ | ||
"name": "@module-federation/bridge-react", | ||
"version": "0.6.6", | ||
"version": "0.6.7", | ||
"publishConfig": { | ||
@@ -38,3 +38,3 @@ "access": "public" | ||
"react-error-boundary": "^4.0.13", | ||
"@module-federation/bridge-shared": "0.6.6" | ||
"@module-federation/bridge-shared": "0.6.7" | ||
}, | ||
@@ -58,3 +58,3 @@ "peerDependencies": { | ||
"typescript": "^5.2.2", | ||
"vite": "^5.2.0", | ||
"vite": "^5.2.14", | ||
"vite-plugin-dts": "^3.9.1" | ||
@@ -61,0 +61,0 @@ }, |
@@ -7,6 +7,5 @@ # React Bridge | ||
* Load the route module | ||
* Load across the front end framework | ||
- Load the route module | ||
- Load across the front end framework | ||
## How to use | ||
@@ -134,3 +133,1 @@ | ||
``` | ||
88038
132
+ Added@module-federation/bridge-shared@0.6.7(transitive)
- Removed@module-federation/bridge-shared@0.6.6(transitive)