@module-federation/bridge-react 0.6.4 → 0.6.5
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 +6 -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
|
@@ -177,7 +177,7 @@ const RemoteAppWrapper = React.forwardRef(function(props, ref) {
|
|
|
177
177
|
}
|
|
178
178
|
);
|
|
179
179
|
};
|
|
180
|
-
RemoteApp2["__APP_VERSION__"] = "0.6.
|
|
180
|
+
RemoteApp2["__APP_VERSION__"] = "0.6.5";
|
|
181
181
|
return /* @__PURE__ */ React.createElement(RemoteApp2, null);
|
|
182
182
|
});
|
|
183
183
|
function withRouterData(WrappedComponent) {
|
package/dist/index.es.js
CHANGED
|
@@ -158,7 +158,7 @@ const RemoteAppWrapper = forwardRef(function(props, ref) {
|
|
|
158
158
|
}
|
|
159
159
|
);
|
|
160
160
|
};
|
|
161
|
-
RemoteApp2["__APP_VERSION__"] = "0.6.
|
|
161
|
+
RemoteApp2["__APP_VERSION__"] = "0.6.5";
|
|
162
162
|
return /* @__PURE__ */ React__default.createElement(RemoteApp2, null);
|
|
163
163
|
});
|
|
164
164
|
function withRouterData(WrappedComponent) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/bridge-react",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.5",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@loadable/component": "^5.16.4",
|
|
37
37
|
"react-error-boundary": "^4.0.13",
|
|
38
|
-
"@module-federation/bridge-shared": "0.6.
|
|
38
|
+
"@module-federation/bridge-shared": "0.6.5"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"react": ">=16.9.0",
|