@module-federation/sdk 0.0.0-next-20231225094207 → 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 +2 -2
- package/dist/index.esm.js +2 -2
- package/package.json +1 -1
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(
|
|
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(
|
|
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(
|
|
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(
|
|
1056
|
+
// console.error('Error fetching script:', err);
|
|
1057
1057
|
cb(err1);
|
|
1058
1058
|
});
|
|
1059
1059
|
});
|