@ice/mf-runtime 0.0.7-beta.5 → 0.0.7-beta.6

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.
@@ -39,8 +39,7 @@ export const RemoteModule = ({ module, scope, runtime, publicPath, LoadingCompon
39
39
  return RemoteComponent;
40
40
  }, [
41
41
  module,
42
- scope,
43
- runtime
42
+ scope
44
43
  ]);
45
44
  const Loading = LoadingComponent || /*#__PURE__*/ _jsx("div", {
46
45
  children: "Loading..."
@@ -72,8 +72,7 @@ export var RemoteModule = function(param) {
72
72
  return RemoteComponent;
73
73
  }, [
74
74
  module,
75
- scope,
76
- runtime
75
+ scope
77
76
  ]);
78
77
  var Loading = LoadingComponent || /*#__PURE__*/ _jsx("div", {
79
78
  children: "Loading..."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ice/mf-runtime",
3
- "version": "0.0.7-beta.5",
3
+ "version": "0.0.7-beta.6",
4
4
  "description": "ice mf runtime",
5
5
  "files": [
6
6
  "esm",