@module-federation/bridge-react 0.6.5 → 0.6.7

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,5 +1,17 @@
1
1
  # @module-federation/bridge-react
2
2
 
3
+ ## 0.6.7
4
+
5
+ ### Patch Changes
6
+
7
+ - @module-federation/bridge-shared@0.6.7
8
+
9
+ ## 0.6.6
10
+
11
+ ### Patch Changes
12
+
13
+ - @module-federation/bridge-shared@0.6.6
14
+
3
15
  ## 0.6.5
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -4,9 +4,8 @@ React bridge is used to load the routing module in mf, so that the routing modul
4
4
 
5
5
  > When to use
6
6
 
7
- * Load the route module
8
- * Load across the front end framework
9
-
7
+ - Load the route module
8
+ - Load across the front end framework
10
9
 
11
10
  ## How to use
12
11
 
@@ -130,5 +129,3 @@ root.render(
130
129
  <App />
131
130
  );
132
131
  ```
133
-
134
-
package/dist/index.cjs.js CHANGED
@@ -177,7 +177,7 @@ const RemoteAppWrapper = React.forwardRef(function(props, ref) {
177
177
  }
178
178
  );
179
179
  };
180
- RemoteApp2["__APP_VERSION__"] = "0.6.5";
180
+ RemoteApp2["__APP_VERSION__"] = "0.6.7";
181
181
  return /* @__PURE__ */ React.createElement(RemoteApp2, null);
182
182
  });
183
183
  function withRouterData(WrappedComponent) {
package/dist/index.es.js CHANGED
@@ -158,7 +158,7 @@ const RemoteAppWrapper = forwardRef(function(props, ref) {
158
158
  }
159
159
  );
160
160
  };
161
- RemoteApp2["__APP_VERSION__"] = "0.6.5";
161
+ RemoteApp2["__APP_VERSION__"] = "0.6.7";
162
162
  return /* @__PURE__ */ React__default.createElement(RemoteApp2, null);
163
163
  });
164
164
  function withRouterData(WrappedComponent) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/bridge-react",
3
- "version": "0.6.5",
3
+ "version": "0.6.7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,7 +35,7 @@
35
35
  "dependencies": {
36
36
  "@loadable/component": "^5.16.4",
37
37
  "react-error-boundary": "^4.0.13",
38
- "@module-federation/bridge-shared": "0.6.5"
38
+ "@module-federation/bridge-shared": "0.6.7"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "react": ">=16.9.0",
@@ -54,7 +54,7 @@
54
54
  "react-dom": "18.1.0",
55
55
  "react-router-dom": "6.22.3",
56
56
  "typescript": "^5.2.2",
57
- "vite": "^5.2.0",
57
+ "vite": "^5.2.14",
58
58
  "vite-plugin-dts": "^3.9.1"
59
59
  },
60
60
  "scripts": {