@module-federation/runtime 0.0.0-next-20240201082931 → 0.0.0-next-20240202024430

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/share.cjs.js CHANGED
@@ -91,7 +91,7 @@ function _object_without_properties_loose(source, excluded) {
91
91
  }
92
92
  const nativeGlobal = (()=>{
93
93
  try {
94
- return new Function('return this');
94
+ return new Function('return this')();
95
95
  } catch (e) {
96
96
  return globalThis;
97
97
  }
package/dist/share.esm.js CHANGED
@@ -89,7 +89,7 @@ function _object_without_properties_loose(source, excluded) {
89
89
  }
90
90
  const nativeGlobal = (()=>{
91
91
  try {
92
- return new Function('return this');
92
+ return new Function('return this')();
93
93
  } catch (e) {
94
94
  return globalThis;
95
95
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/runtime",
3
- "version": "0.0.0-next-20240201082931",
3
+ "version": "0.0.0-next-20240202024430",
4
4
  "author": "zhouxiao <codingzx@gmail.com>",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.esm.js",
@@ -45,6 +45,6 @@
45
45
  }
46
46
  },
47
47
  "dependencies": {
48
- "@module-federation/sdk": "0.0.0-next-20240201082931"
48
+ "@module-federation/sdk": "0.0.0-next-20240202024430"
49
49
  }
50
50
  }