@module-federation/bridge-react 0.0.0-next-20241212123451 → 0.0.0-next-20241213035213

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,13 +1,27 @@
1
1
  # @module-federation/bridge-react
2
2
 
3
- ## 0.0.0-next-20241212123451
3
+ ## 0.0.0-next-20241213035213
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: bump next
8
+ - @module-federation/sdk@0.0.0-next-20241213035213
9
+ - @module-federation/bridge-shared@0.0.0-next-20241213035213
10
+
11
+ ## 0.8.4
12
+
13
+ ### Patch Changes
14
+
15
+ - @module-federation/sdk@0.8.4
16
+ - @module-federation/bridge-shared@0.8.4
17
+
18
+ ## 0.8.3
4
19
 
5
20
  ### Patch Changes
6
21
 
7
22
  - Updated dependencies [8e172c8]
8
- - Updated dependencies [d03b49c]
9
- - @module-federation/sdk@0.0.0-next-20241212123451
10
- - @module-federation/bridge-shared@0.0.0-next-20241212123451
23
+ - @module-federation/sdk@0.8.3
24
+ - @module-federation/bridge-shared@0.8.3
11
25
 
12
26
  ## 0.8.2
13
27
 
package/dist/index.cjs.js CHANGED
@@ -212,7 +212,7 @@ const RemoteAppWrapper = React.forwardRef(function(props, ref) {
212
212
  }
213
213
  );
214
214
  };
215
- RemoteApp2["__APP_VERSION__"] = "0.8.2";
215
+ RemoteApp2["__APP_VERSION__"] = "0.8.4";
216
216
  return /* @__PURE__ */ React.createElement(RemoteApp2, null);
217
217
  });
218
218
  function withRouterData(WrappedComponent) {
package/dist/index.es.js CHANGED
@@ -193,7 +193,7 @@ const RemoteAppWrapper = forwardRef(function(props, ref) {
193
193
  }
194
194
  );
195
195
  };
196
- RemoteApp2["__APP_VERSION__"] = "0.8.2";
196
+ RemoteApp2["__APP_VERSION__"] = "0.8.4";
197
197
  return /* @__PURE__ */ React__default.createElement(RemoteApp2, null);
198
198
  });
199
199
  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-20241212123451",
3
+ "version": "0.0.0-next-20241213035213",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -46,8 +46,8 @@
46
46
  "dependencies": {
47
47
  "@loadable/component": "^5.16.4",
48
48
  "react-error-boundary": "^4.0.13",
49
- "@module-federation/bridge-shared": "0.0.0-next-20241212123451",
50
- "@module-federation/sdk": "0.0.0-next-20241212123451"
49
+ "@module-federation/bridge-shared": "0.0.0-next-20241213035213",
50
+ "@module-federation/sdk": "0.0.0-next-20241213035213"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "react": ">=16.9.0",
@@ -68,7 +68,7 @@
68
68
  "typescript": "^5.2.2",
69
69
  "vite": "^5.2.14",
70
70
  "vite-plugin-dts": "^4.3.0",
71
- "@module-federation/runtime": "0.0.0-next-20241212123451"
71
+ "@module-federation/runtime": "0.0.0-next-20241213035213"
72
72
  },
73
73
  "scripts": {
74
74
  "dev": "vite",