@module-federation/sdk 0.0.0-next-20231225095220 → 0.0.0-next-20231228055514

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/dist/index.cjs.js CHANGED
@@ -1044,7 +1044,7 @@ function createScriptNode(url, cb, attrs, createScriptHook) {
1044
1044
  }
1045
1045
  cb(undefined, exportedInterface);
1046
1046
  } catch (e) {
1047
- console.error("Error running script:", e);
1047
+ // console.error('Error running script:', e);
1048
1048
  cb(new Error("Script execution error: ".concat(e)));
1049
1049
  }
1050
1050
  return [
@@ -1057,7 +1057,7 @@ function createScriptNode(url, cb, attrs, createScriptHook) {
1057
1057
  return _ref.apply(this, arguments);
1058
1058
  };
1059
1059
  }()).catch(function(err1) {
1060
- console.error("Error fetching script:", err1);
1060
+ // console.error('Error fetching script:', err);
1061
1061
  cb(err1);
1062
1062
  });
1063
1063
  });
package/dist/index.esm.js CHANGED
@@ -1040,7 +1040,7 @@ function createScriptNode(url, cb, attrs, createScriptHook) {
1040
1040
  }
1041
1041
  cb(undefined, exportedInterface);
1042
1042
  } catch (e) {
1043
- console.error("Error running script:", e);
1043
+ // console.error('Error running script:', e);
1044
1044
  cb(new Error("Script execution error: ".concat(e)));
1045
1045
  }
1046
1046
  return [
@@ -1053,7 +1053,7 @@ function createScriptNode(url, cb, attrs, createScriptHook) {
1053
1053
  return _ref.apply(this, arguments);
1054
1054
  };
1055
1055
  }()).catch(function(err1) {
1056
- console.error("Error fetching script:", err1);
1056
+ // console.error('Error fetching script:', err);
1057
1057
  cb(err1);
1058
1058
  });
1059
1059
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/sdk",
3
- "version": "0.0.0-next-20231225095220",
3
+ "version": "0.0.0-next-20231228055514",
4
4
  "license": "MIT",
5
5
  "description": "A sdk for support module federation",
6
6
  "keywords": [