@module-federation/inject-external-runtime-core-plugin 0.0.0-next-20250827124348 → 0.0.0-next-20250828024119
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/README.md +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# `@module-federation/inject-external-runtime-core-plugin`
|
|
1
|
+
# `@module-federation/inject-external-runtime-core-plugin`
|
|
2
2
|
|
|
3
|
-
This runtime plugin will inject `@module-federation/runtime-core` .
|
|
3
|
+
This runtime plugin will inject `@module-federation/runtime-core` .
|
|
4
4
|
|
|
5
|
-
And the plugin will be automatic applied when set `experiments.externalRuntime: 'provide'` by build plugin.
|
|
5
|
+
And the plugin will be automatic applied when set `experiments.externalRuntime: 'provide'` by build plugin.
|
|
6
6
|
|
|
7
7
|
The provider can use host's runtime when set `experiments.externalRuntime: true`.
|
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-20250828024119",
|
|
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-20250828024119"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@module-federation/runtime-tools": "0.0.0-next-
|
|
41
|
+
"@module-federation/runtime-tools": "0.0.0-next-20250828024119"
|
|
42
42
|
}
|
|
43
43
|
}
|