@module-federation/bridge-react 0.0.0-next-20241106024856 → 0.0.0-next-20241106033302
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 +10 -3
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,23 @@
|
|
|
1
1
|
# @module-federation/bridge-react
|
|
2
2
|
|
|
3
|
-
## 0.0.0-next-
|
|
3
|
+
## 0.0.0-next-20241106033302
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
+
- @module-federation/sdk@0.0.0-next-20241106033302
|
|
8
|
+
- @module-federation/bridge-shared@0.0.0-next-20241106033302
|
|
9
|
+
|
|
10
|
+
## 0.7.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
7
14
|
- 3942740: add license information
|
|
8
15
|
- Updated dependencies [879ad87]
|
|
9
16
|
- Updated dependencies [4eb09e7]
|
|
10
17
|
- Updated dependencies [3942740]
|
|
11
18
|
- Updated dependencies [206b56d]
|
|
12
|
-
- @module-federation/sdk@0.
|
|
13
|
-
- @module-federation/bridge-shared@0.
|
|
19
|
+
- @module-federation/sdk@0.7.0
|
|
20
|
+
- @module-federation/bridge-shared@0.7.0
|
|
14
21
|
|
|
15
22
|
## 0.6.16
|
|
16
23
|
|
package/dist/index.cjs.js
CHANGED
|
@@ -181,7 +181,7 @@ const RemoteAppWrapper = React.forwardRef(function(props, ref) {
|
|
|
181
181
|
}
|
|
182
182
|
);
|
|
183
183
|
};
|
|
184
|
-
RemoteApp2["__APP_VERSION__"] = "0.
|
|
184
|
+
RemoteApp2["__APP_VERSION__"] = "0.7.0";
|
|
185
185
|
return /* @__PURE__ */ React.createElement(RemoteApp2, null);
|
|
186
186
|
});
|
|
187
187
|
function withRouterData(WrappedComponent) {
|
package/dist/index.es.js
CHANGED
|
@@ -162,7 +162,7 @@ const RemoteAppWrapper = forwardRef(function(props, ref) {
|
|
|
162
162
|
}
|
|
163
163
|
);
|
|
164
164
|
};
|
|
165
|
-
RemoteApp2["__APP_VERSION__"] = "0.
|
|
165
|
+
RemoteApp2["__APP_VERSION__"] = "0.7.0";
|
|
166
166
|
return /* @__PURE__ */ React__default.createElement(RemoteApp2, null);
|
|
167
167
|
});
|
|
168
168
|
function withRouterData(WrappedComponent) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/bridge-react",
|
|
3
|
-
"version": "0.0.0-next-
|
|
3
|
+
"version": "0.0.0-next-20241106033302",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@loadable/component": "^5.16.4",
|
|
43
43
|
"react-error-boundary": "^4.0.13",
|
|
44
|
-
"@module-federation/bridge-shared": "0.0.0-next-
|
|
45
|
-
"@module-federation/sdk": "0.0.0-next-
|
|
44
|
+
"@module-federation/bridge-shared": "0.0.0-next-20241106033302",
|
|
45
|
+
"@module-federation/sdk": "0.0.0-next-20241106033302"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"react": ">=16.9.0",
|