@module-federation/bridge-react 0.2.7 → 0.3.0
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 +12 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.cjs.js
CHANGED
|
@@ -163,7 +163,7 @@ const RemoteApp = ({
|
|
|
163
163
|
}, []);
|
|
164
164
|
return /* @__PURE__ */ React.createElement("div", { ref: rootRef });
|
|
165
165
|
};
|
|
166
|
-
RemoteApp["__APP_VERSION__"] = "0.
|
|
166
|
+
RemoteApp["__APP_VERSION__"] = "0.3.0";
|
|
167
167
|
function withRouterData(WrappedComponent) {
|
|
168
168
|
return (props) => {
|
|
169
169
|
var _a;
|
package/dist/index.es.js
CHANGED
|
@@ -144,7 +144,7 @@ const RemoteApp = ({
|
|
|
144
144
|
}, []);
|
|
145
145
|
return /* @__PURE__ */ React__default.createElement("div", { ref: rootRef });
|
|
146
146
|
};
|
|
147
|
-
RemoteApp["__APP_VERSION__"] = "0.
|
|
147
|
+
RemoteApp["__APP_VERSION__"] = "0.3.0";
|
|
148
148
|
function withRouterData(WrappedComponent) {
|
|
149
149
|
return (props) => {
|
|
150
150
|
var _a;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/bridge-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@loadable/component": "^5.16.4",
|
|
27
27
|
"react-error-boundary": "^4.0.13",
|
|
28
|
-
"@module-federation/bridge-shared": "0.
|
|
28
|
+
"@module-federation/bridge-shared": "0.3.0"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"react": ">=16.9.0",
|