@ice/mf-runtime 0.0.7-beta.4 → 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.
@@ -35,11 +35,11 @@ export const RemoteModule = ({ module, scope, runtime, publicPath, LoadingCompon
35
35
  throw error;
36
36
  }
37
37
  });
38
+ console.log('icestark RemoteComponent', RemoteComponent);
38
39
  return RemoteComponent;
39
40
  }, [
40
41
  module,
41
- scope,
42
- runtime
42
+ scope
43
43
  ]);
44
44
  const Loading = LoadingComponent || /*#__PURE__*/ _jsx("div", {
45
45
  children: "Loading..."
@@ -68,11 +68,11 @@ export var RemoteModule = function(param) {
68
68
  }
69
69
  });
70
70
  }));
71
+ console.log("icestark RemoteComponent", RemoteComponent);
71
72
  return RemoteComponent;
72
73
  }, [
73
74
  module,
74
- scope,
75
- runtime
75
+ scope
76
76
  ]);
77
77
  var Loading = LoadingComponent || /*#__PURE__*/ _jsx("div", {
78
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.4",
3
+ "version": "0.0.7-beta.6",
4
4
  "description": "ice mf runtime",
5
5
  "files": [
6
6
  "esm",