@module-federation/runtime-core 0.0.0-next-20250416043414 → 0.0.0-next-20250419044420

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.
@@ -3026,14 +3026,8 @@ var index = /*#__PURE__*/Object.freeze({
3026
3026
  __proto__: null
3027
3027
  });
3028
3028
 
3029
- Object.defineProperty(exports, "loadScript", {
3030
- enumerable: true,
3031
- get: function () { return sdk.loadScript; }
3032
- });
3033
- Object.defineProperty(exports, "loadScriptNode", {
3034
- enumerable: true,
3035
- get: function () { return sdk.loadScriptNode; }
3036
- });
3029
+ exports.loadScript = sdk.loadScript;
3030
+ exports.loadScriptNode = sdk.loadScriptNode;
3037
3031
  exports.CurrentGlobal = CurrentGlobal;
3038
3032
  exports.FederationHost = FederationHost;
3039
3033
  exports.Global = Global;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/runtime-core",
3
- "version": "0.0.0-next-20250416043414",
3
+ "version": "0.0.0-next-20250419044420",
4
4
  "type": "module",
5
5
  "author": "zhouxiao <codingzx@gmail.com>",
6
6
  "main": "./dist/index.cjs.cjs",
@@ -52,7 +52,7 @@
52
52
  }
53
53
  },
54
54
  "dependencies": {
55
- "@module-federation/sdk": "0.0.0-next-20250416043414",
56
- "@module-federation/error-codes": "0.0.0-next-20250416043414"
55
+ "@module-federation/sdk": "0.0.0-next-20250419044420",
56
+ "@module-federation/error-codes": "0.0.0-next-20250419044420"
57
57
  }
58
58
  }