@module-federation/managers 2.9.1 → 2.9.2
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.mjs +3 -3
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as __rspack_external__types_mjs_3e616b59 from "./types.mjs";
|
|
2
|
+
import * as __rspack_external__utils_mjs_3ca35f2e from "./utils.mjs";
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
@@ -18,7 +18,7 @@ import * as __rspack_external__utils_mjs_25ece7d1 from "./utils.mjs";
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
export {
|
|
21
|
+
export { __rspack_external__types_mjs_3e616b59 as types, __rspack_external__utils_mjs_3ca35f2e as utils };
|
|
22
22
|
export { BasicPluginOptionsManager } from "./BasicPluginOptionsManager.mjs";
|
|
23
23
|
export { ContainerManager } from "./ContainerManager.mjs";
|
|
24
24
|
export { PKGJsonManager } from "./PKGJsonManager.mjs";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/managers",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Provide managers for helping handle mf data .",
|
|
6
6
|
"keywords": [
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"module": "./dist/index.mjs",
|
|
26
26
|
"types": "./dist/index.d.ts",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@module-federation/sdk": "2.9.
|
|
28
|
+
"@module-federation/sdk": "2.9.2"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"webpack": "5.104.1"
|