@module-federation/node 2.5.5 → 2.5.7
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/package.json +14 -10
- package/package.json +9 -5
package/dist/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"public": true,
|
|
3
3
|
"name": "@module-federation/node",
|
|
4
|
-
"version": "2.5.
|
|
4
|
+
"version": "2.5.7",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./src/index.js",
|
|
7
7
|
"exports": {
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"./src/plugins/RemotePublicPathPlugin.js": "./dist/src/plugins/RemotePublicPathPlugin.js",
|
|
20
20
|
"./src/plugins/NodeFederationPlugin.js": "./dist/src/plugins/NodeFederationPlugin.js",
|
|
21
|
+
"./universe-entry-chunk-tracker-plugin": "./dist/src/plugins/UniverseEntryChunkTrackerPlugin.js",
|
|
21
22
|
"./src/": "./dist/src/"
|
|
22
23
|
},
|
|
23
24
|
"typesVersions": {
|
|
@@ -33,6 +34,9 @@
|
|
|
33
34
|
],
|
|
34
35
|
"record-dynamic-remote-entry-hash-plugin": [
|
|
35
36
|
"./dist/src/record-dynamic-remote-entry-hash-plugin.d.ts"
|
|
37
|
+
],
|
|
38
|
+
"universe-entry-chunk-tracker-plugin": [
|
|
39
|
+
"./dist/src/plugins/UniverseEntryChunkTrackerPlugin.d.ts"
|
|
36
40
|
]
|
|
37
41
|
}
|
|
38
42
|
},
|
|
@@ -64,20 +68,20 @@
|
|
|
64
68
|
"@module-federation/utilities": "workspace:*",
|
|
65
69
|
"@module-federation/webpack-bundler-runtime": "0.0.8",
|
|
66
70
|
"@types/btoa": "1.2.5",
|
|
67
|
-
"@types/koa": "2.
|
|
71
|
+
"@types/koa": "2.15.0",
|
|
68
72
|
"@types/node-schedule": "2.1.7",
|
|
69
73
|
"@types/ws": "8.5.10",
|
|
70
74
|
"@vue/tsconfig": "0.5.1",
|
|
71
75
|
"adm-zip": "0.5.14",
|
|
72
76
|
"ansi-colors": "4.1.3",
|
|
73
|
-
"axios": "1.
|
|
77
|
+
"axios": "1.7.4",
|
|
74
78
|
"btoa": "1.2.1",
|
|
75
79
|
"chalk": "3.0.0",
|
|
76
80
|
"encoding": "^0.1.13",
|
|
77
81
|
"find-pkg": "2.0.0",
|
|
78
82
|
"fs-extra": "9.1.0",
|
|
79
83
|
"isomorphic-ws": "5.0.0",
|
|
80
|
-
"koa": "2.
|
|
84
|
+
"koa": "2.15.3",
|
|
81
85
|
"lodash.clonedeepwith": "4.5.0",
|
|
82
86
|
"log4js": "6.9.1",
|
|
83
87
|
"node-fetch": "2.7.0",
|
|
@@ -90,14 +94,14 @@
|
|
|
90
94
|
"url": "0.11.3",
|
|
91
95
|
"util": "0.12.5",
|
|
92
96
|
"vite-plugin-dts": "3.9.1",
|
|
93
|
-
"vue": "3.4.
|
|
97
|
+
"vue": "3.4.34",
|
|
94
98
|
"webpack-sources": "3.2.3",
|
|
95
99
|
"ws": "8.17.1",
|
|
96
|
-
"@module-federation/dts-plugin": "0.
|
|
97
|
-
"@module-federation/managers": "0.
|
|
98
|
-
"@module-federation/manifest": "0.
|
|
99
|
-
"@module-federation/rspack": "0.
|
|
100
|
-
"@module-federation/third-party-dts-extractor": "0.
|
|
100
|
+
"@module-federation/dts-plugin": "0.5.0",
|
|
101
|
+
"@module-federation/managers": "0.5.0",
|
|
102
|
+
"@module-federation/manifest": "0.5.0",
|
|
103
|
+
"@module-federation/rspack": "0.5.0",
|
|
104
|
+
"@module-federation/third-party-dts-extractor": "0.5.0"
|
|
101
105
|
},
|
|
102
106
|
"peerDependencies": {
|
|
103
107
|
"react": "^16||^17||^18",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"public": true,
|
|
3
3
|
"name": "@module-federation/node",
|
|
4
|
-
"version": "2.5.
|
|
4
|
+
"version": "2.5.7",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./dist/src/index.js",
|
|
7
7
|
"exports": {
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"./src/plugins/RemotePublicPathPlugin.js": "./dist/src/plugins/RemotePublicPathPlugin.js",
|
|
20
20
|
"./src/plugins/NodeFederationPlugin.js": "./dist/src/plugins/NodeFederationPlugin.js",
|
|
21
|
+
"./universe-entry-chunk-tracker-plugin": "./dist/src/plugins/UniverseEntryChunkTrackerPlugin.js",
|
|
21
22
|
"./src/": "./dist/src/"
|
|
22
23
|
},
|
|
23
24
|
"typesVersions": {
|
|
@@ -33,6 +34,9 @@
|
|
|
33
34
|
],
|
|
34
35
|
"record-dynamic-remote-entry-hash-plugin": [
|
|
35
36
|
"./dist/src/record-dynamic-remote-entry-hash-plugin.d.ts"
|
|
37
|
+
],
|
|
38
|
+
"universe-entry-chunk-tracker-plugin": [
|
|
39
|
+
"./dist/src/plugins/UniverseEntryChunkTrackerPlugin.d.ts"
|
|
36
40
|
]
|
|
37
41
|
}
|
|
38
42
|
},
|
|
@@ -60,10 +64,10 @@
|
|
|
60
64
|
"btoa": "1.2.1",
|
|
61
65
|
"encoding": "^0.1.13",
|
|
62
66
|
"node-fetch": "2.7.0",
|
|
63
|
-
"@module-federation/enhanced": "0.
|
|
64
|
-
"@module-federation/sdk": "0.
|
|
65
|
-
"@module-federation/utilities": "3.1.
|
|
66
|
-
"@module-federation/runtime": "0.
|
|
67
|
+
"@module-federation/enhanced": "0.5.0",
|
|
68
|
+
"@module-federation/sdk": "0.5.0",
|
|
69
|
+
"@module-federation/utilities": "3.1.3",
|
|
70
|
+
"@module-federation/runtime": "0.5.0"
|
|
67
71
|
},
|
|
68
72
|
"peerDependencies": {
|
|
69
73
|
"react": "^16||^17||^18",
|