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

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,6 +35,7 @@ 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,
@@ -68,6 +68,7 @@ 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,
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.5",
4
4
  "description": "ice mf runtime",
5
5
  "files": [
6
6
  "esm",