@module-federation/inject-external-runtime-core-plugin 0.0.0-next-20250724024905 → 0.0.0-next-20250724110701
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.cjs +7 -7
- package/package.json +3 -3
package/dist/index.cjs.cjs
CHANGED
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
var runtimeCore = require('@module-federation/runtime-tools/runtime-core');
|
|
4
4
|
|
|
5
5
|
function _interopNamespaceDefault(e) {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
var n = Object.create(null);
|
|
7
|
+
if (e) {
|
|
8
|
+
for (var k in e) {
|
|
9
|
+
n[k] = e[k];
|
|
10
|
+
}
|
|
10
11
|
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
return Object.freeze(n);
|
|
12
|
+
n.default = e;
|
|
13
|
+
return Object.freeze(n);
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
var runtimeCore__namespace = /*#__PURE__*/_interopNamespaceDefault(runtimeCore);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/inject-external-runtime-core-plugin",
|
|
3
|
-
"version": "0.0.0-next-
|
|
3
|
+
"version": "0.0.0-next-20250724110701",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "A sdk for support module federation",
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
|
-
"@module-federation/runtime-tools": "0.0.0-next-
|
|
38
|
+
"@module-federation/runtime-tools": "0.0.0-next-20250724110701"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@module-federation/runtime-tools": "0.0.0-next-
|
|
41
|
+
"@module-federation/runtime-tools": "0.0.0-next-20250724110701"
|
|
42
42
|
}
|
|
43
43
|
}
|