@module-federation/bridge-react 0.2.3 → 0.2.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 +12 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +1 -1
- package/package.json +2 -2
- package/vitest.config.ts +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.cjs.js
CHANGED
|
@@ -178,7 +178,7 @@ const RemoteApp = ({
|
|
|
178
178
|
}, []);
|
|
179
179
|
return /* @__PURE__ */ React.createElement("div", { ref: rootRef });
|
|
180
180
|
};
|
|
181
|
-
RemoteApp["__APP_VERSION__"] = "0.2.
|
|
181
|
+
RemoteApp["__APP_VERSION__"] = "0.2.5";
|
|
182
182
|
function createRemoteComponent(info) {
|
|
183
183
|
return (props) => {
|
|
184
184
|
var _a;
|
package/dist/index.es.js
CHANGED
|
@@ -159,7 +159,7 @@ const RemoteApp = ({
|
|
|
159
159
|
}, []);
|
|
160
160
|
return /* @__PURE__ */ React__default.createElement("div", { ref: rootRef });
|
|
161
161
|
};
|
|
162
|
-
RemoteApp["__APP_VERSION__"] = "0.2.
|
|
162
|
+
RemoteApp["__APP_VERSION__"] = "0.2.5";
|
|
163
163
|
function createRemoteComponent(info) {
|
|
164
164
|
return (props) => {
|
|
165
165
|
var _a;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/bridge-react",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
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.2.
|
|
28
|
+
"@module-federation/bridge-shared": "0.2.5"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"react": ">=16.9.0",
|