@module-federation/bridge-react 0.0.0-next-20241113082541 → 0.0.0-next-20241113100451

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,16 +1,37 @@
1
1
  # @module-federation/bridge-react
2
2
 
3
- ## 0.0.0-next-20241113082541
3
+ ## 0.0.0-next-20241113100451
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 3082116: feat: feat: support lifecycyle hooks in module-deferation bridge
8
- - Updated dependencies [8712967]
9
- - Updated dependencies [6db4c5f]
10
8
  - Updated dependencies [3082116]
11
- - @module-federation/runtime@0.0.0-next-20241113082541
12
- - @module-federation/sdk@0.0.0-next-20241113082541
13
- - @module-federation/bridge-shared@0.0.0-next-20241113082541
9
+ - @module-federation/runtime@0.0.0-next-20241113100451
10
+ - @module-federation/sdk@0.0.0-next-20241113100451
11
+ - @module-federation/bridge-shared@0.0.0-next-20241113100451
12
+
13
+ ## 0.7.3
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [4ab9295]
18
+ - @module-federation/sdk@0.7.3
19
+ - @module-federation/bridge-shared@0.7.3
20
+
21
+ ## 0.7.2
22
+
23
+ ### Patch Changes
24
+
25
+ - @module-federation/sdk@0.7.2
26
+ - @module-federation/bridge-shared@0.7.2
27
+
28
+ ## 0.7.1
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies [6db4c5f]
33
+ - @module-federation/sdk@0.7.1
34
+ - @module-federation/bridge-shared@0.7.1
14
35
 
15
36
  ## 0.7.0
16
37
 
package/dist/index.cjs.js CHANGED
@@ -214,7 +214,7 @@ const RemoteAppWrapper = React.forwardRef(function(props, ref) {
214
214
  }
215
215
  );
216
216
  };
217
- RemoteApp2["__APP_VERSION__"] = "0.7.0";
217
+ RemoteApp2["__APP_VERSION__"] = "0.7.3";
218
218
  return /* @__PURE__ */ React.createElement(RemoteApp2, null);
219
219
  });
220
220
  function withRouterData(WrappedComponent) {
package/dist/index.es.js CHANGED
@@ -195,7 +195,7 @@ const RemoteAppWrapper = forwardRef(function(props, ref) {
195
195
  }
196
196
  );
197
197
  };
198
- RemoteApp2["__APP_VERSION__"] = "0.7.0";
198
+ RemoteApp2["__APP_VERSION__"] = "0.7.3";
199
199
  return /* @__PURE__ */ React__default.createElement(RemoteApp2, null);
200
200
  });
201
201
  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-20241113082541",
3
+ "version": "0.0.0-next-20241113100451",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -41,14 +41,14 @@
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-20241113082541",
45
- "@module-federation/sdk": "0.0.0-next-20241113082541"
44
+ "@module-federation/bridge-shared": "0.0.0-next-20241113100451",
45
+ "@module-federation/sdk": "0.0.0-next-20241113100451"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "react": ">=16.9.0",
49
49
  "react-dom": ">=16.9.0",
50
50
  "react-router-dom": ">=4",
51
- "@module-federation/runtime": "0.0.0-next-20241113082541"
51
+ "@module-federation/runtime": "0.0.0-next-20241113100451"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@testing-library/react": "15.0.7",