@module-federation/bridge-react 0.0.0-next-20241105130705 → 0.0.0-next-20241106024856

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 CHANGED
@@ -1,24 +1,16 @@
1
1
  # @module-federation/bridge-react
2
2
 
3
- ## 0.0.0-next-20241105130705
3
+ ## 0.0.0-next-20241106024856
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - chore: bump next
8
- - @module-federation/sdk@0.0.0-next-20241105130705
9
- - @module-federation/bridge-shared@0.0.0-next-20241105130705
10
-
11
- ## 0.7.0
12
-
13
- ### Minor Changes
14
-
15
7
  - 3942740: add license information
16
8
  - Updated dependencies [879ad87]
17
9
  - Updated dependencies [4eb09e7]
18
10
  - Updated dependencies [3942740]
19
11
  - Updated dependencies [206b56d]
20
- - @module-federation/sdk@0.7.0
21
- - @module-federation/bridge-shared@0.7.0
12
+ - @module-federation/sdk@0.0.0-next-20241106024856
13
+ - @module-federation/bridge-shared@0.0.0-next-20241106024856
22
14
 
23
15
  ## 0.6.16
24
16
 
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.7.0";
184
+ RemoteApp2["__APP_VERSION__"] = "0.6.16";
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.7.0";
165
+ RemoteApp2["__APP_VERSION__"] = "0.6.16";
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-20241105130705",
3
+ "version": "0.0.0-next-20241106024856",
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-20241105130705",
45
- "@module-federation/sdk": "0.0.0-next-20241105130705"
44
+ "@module-federation/bridge-shared": "0.0.0-next-20241106024856",
45
+ "@module-federation/sdk": "0.0.0-next-20241106024856"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "react": ">=16.9.0",