@module-federation/node 2.5.7 → 2.5.9
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
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.9",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./src/index.js",
|
|
7
7
|
"exports": {
|
|
@@ -70,6 +70,7 @@
|
|
|
70
70
|
"@types/btoa": "1.2.5",
|
|
71
71
|
"@types/koa": "2.15.0",
|
|
72
72
|
"@types/node-schedule": "2.1.7",
|
|
73
|
+
"@types/semver": "7.5.8",
|
|
73
74
|
"@types/ws": "8.5.10",
|
|
74
75
|
"@vue/tsconfig": "0.5.1",
|
|
75
76
|
"adm-zip": "0.5.14",
|
|
@@ -88,7 +89,9 @@
|
|
|
88
89
|
"node-schedule": "2.1.1",
|
|
89
90
|
"process": "0.11.10",
|
|
90
91
|
"rambda": "7.5.0",
|
|
92
|
+
"react-router-dom": "6.22.3",
|
|
91
93
|
"resolve": "1.22.8",
|
|
94
|
+
"semver": "6.3.1",
|
|
92
95
|
"tapable": "2.2.1",
|
|
93
96
|
"upath": "2.0.1",
|
|
94
97
|
"url": "0.11.3",
|
|
@@ -97,11 +100,11 @@
|
|
|
97
100
|
"vue": "3.4.34",
|
|
98
101
|
"webpack-sources": "3.2.3",
|
|
99
102
|
"ws": "8.17.1",
|
|
100
|
-
"@module-federation/dts-plugin": "0.5.
|
|
101
|
-
"@module-federation/managers": "0.5.
|
|
102
|
-
"@module-federation/manifest": "0.5.
|
|
103
|
-
"@module-federation/rspack": "0.5.
|
|
104
|
-
"@module-federation/third-party-dts-extractor": "0.5.
|
|
103
|
+
"@module-federation/dts-plugin": "0.5.2",
|
|
104
|
+
"@module-federation/managers": "0.5.2",
|
|
105
|
+
"@module-federation/manifest": "0.5.2",
|
|
106
|
+
"@module-federation/rspack": "0.5.2",
|
|
107
|
+
"@module-federation/third-party-dts-extractor": "0.5.2"
|
|
105
108
|
},
|
|
106
109
|
"peerDependencies": {
|
|
107
110
|
"react": "^16||^17||^18",
|
|
@@ -13,7 +13,7 @@ export declare function generateHmrCode(withHmr: boolean, rootOutputDir: string)
|
|
|
13
13
|
* @param {any} chunkHasJs - Function to check if a chunk has JavaScript.
|
|
14
14
|
* @returns {Set} - The set of initial chunk IDs.
|
|
15
15
|
*/
|
|
16
|
-
export declare function getInitialChunkIds(chunk: Chunk, chunkGraph: ChunkGraph, chunkHasJs: any): Set<
|
|
16
|
+
export declare function getInitialChunkIds(chunk: Chunk, chunkGraph: ChunkGraph, chunkHasJs: any): Set<Chunk.ChunkId>;
|
|
17
17
|
/**
|
|
18
18
|
* Generates the loading code for chunks.
|
|
19
19
|
* @param {boolean} withLoading - Flag indicating whether chunk loading is enabled.
|
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.9",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./dist/src/index.js",
|
|
7
7
|
"exports": {
|
|
@@ -64,10 +64,10 @@
|
|
|
64
64
|
"btoa": "1.2.1",
|
|
65
65
|
"encoding": "^0.1.13",
|
|
66
66
|
"node-fetch": "2.7.0",
|
|
67
|
-
"@module-federation/enhanced": "0.5.
|
|
68
|
-
"@module-federation/sdk": "0.5.
|
|
69
|
-
"@module-federation/utilities": "3.1.
|
|
70
|
-
"@module-federation/runtime": "0.5.
|
|
67
|
+
"@module-federation/enhanced": "0.5.2",
|
|
68
|
+
"@module-federation/sdk": "0.5.2",
|
|
69
|
+
"@module-federation/utilities": "3.1.5",
|
|
70
|
+
"@module-federation/runtime": "0.5.2"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
73
73
|
"react": "^16||^17||^18",
|