@module-federation/node 0.0.0-next-20240816090839 → 0.0.0-next-20240816102736
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 +8 -15
- package/package.json +5 -9
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.5",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./src/index.js",
|
|
7
7
|
"exports": {
|
|
@@ -18,7 +18,6 @@
|
|
|
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",
|
|
22
21
|
"./src/": "./dist/src/"
|
|
23
22
|
},
|
|
24
23
|
"typesVersions": {
|
|
@@ -34,9 +33,6 @@
|
|
|
34
33
|
],
|
|
35
34
|
"record-dynamic-remote-entry-hash-plugin": [
|
|
36
35
|
"./dist/src/record-dynamic-remote-entry-hash-plugin.d.ts"
|
|
37
|
-
],
|
|
38
|
-
"universe-entry-chunk-tracker-plugin": [
|
|
39
|
-
"./dist/src/plugins/UniverseEntryChunkTrackerPlugin.d.ts"
|
|
40
36
|
]
|
|
41
37
|
}
|
|
42
38
|
},
|
|
@@ -70,12 +66,11 @@
|
|
|
70
66
|
"@types/btoa": "1.2.5",
|
|
71
67
|
"@types/koa": "2.15.0",
|
|
72
68
|
"@types/node-schedule": "2.1.7",
|
|
73
|
-
"@types/semver": "7.5.8",
|
|
74
69
|
"@types/ws": "8.5.10",
|
|
75
70
|
"@vue/tsconfig": "0.5.1",
|
|
76
71
|
"adm-zip": "0.5.14",
|
|
77
72
|
"ansi-colors": "4.1.3",
|
|
78
|
-
"axios": "1.7
|
|
73
|
+
"axios": "1.6.7",
|
|
79
74
|
"btoa": "1.2.1",
|
|
80
75
|
"chalk": "3.0.0",
|
|
81
76
|
"encoding": "^0.1.13",
|
|
@@ -89,22 +84,20 @@
|
|
|
89
84
|
"node-schedule": "2.1.1",
|
|
90
85
|
"process": "0.11.10",
|
|
91
86
|
"rambda": "7.5.0",
|
|
92
|
-
"react-router-dom": "6.22.3",
|
|
93
87
|
"resolve": "1.22.8",
|
|
94
|
-
"semver": "6.3.1",
|
|
95
88
|
"tapable": "2.2.1",
|
|
96
89
|
"upath": "2.0.1",
|
|
97
90
|
"url": "0.11.3",
|
|
98
91
|
"util": "0.12.5",
|
|
99
92
|
"vite-plugin-dts": "3.9.1",
|
|
100
|
-
"vue": "3.4.
|
|
93
|
+
"vue": "3.4.30",
|
|
101
94
|
"webpack-sources": "3.2.3",
|
|
102
95
|
"ws": "8.17.1",
|
|
103
|
-
"@module-federation/dts-plugin": "0.
|
|
104
|
-
"@module-federation/managers": "0.
|
|
105
|
-
"@module-federation/manifest": "0.
|
|
106
|
-
"@module-federation/rspack": "0.
|
|
107
|
-
"@module-federation/third-party-dts-extractor": "0.
|
|
96
|
+
"@module-federation/dts-plugin": "0.3.5",
|
|
97
|
+
"@module-federation/managers": "0.3.5",
|
|
98
|
+
"@module-federation/manifest": "0.3.5",
|
|
99
|
+
"@module-federation/rspack": "0.3.5",
|
|
100
|
+
"@module-federation/third-party-dts-extractor": "0.3.5"
|
|
108
101
|
},
|
|
109
102
|
"peerDependencies": {
|
|
110
103
|
"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": "0.0.0-next-
|
|
4
|
+
"version": "0.0.0-next-20240816102736",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./dist/src/index.js",
|
|
7
7
|
"exports": {
|
|
@@ -18,7 +18,6 @@
|
|
|
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",
|
|
22
21
|
"./src/": "./dist/src/"
|
|
23
22
|
},
|
|
24
23
|
"typesVersions": {
|
|
@@ -34,9 +33,6 @@
|
|
|
34
33
|
],
|
|
35
34
|
"record-dynamic-remote-entry-hash-plugin": [
|
|
36
35
|
"./dist/src/record-dynamic-remote-entry-hash-plugin.d.ts"
|
|
37
|
-
],
|
|
38
|
-
"universe-entry-chunk-tracker-plugin": [
|
|
39
|
-
"./dist/src/plugins/UniverseEntryChunkTrackerPlugin.d.ts"
|
|
40
36
|
]
|
|
41
37
|
}
|
|
42
38
|
},
|
|
@@ -64,10 +60,10 @@
|
|
|
64
60
|
"btoa": "1.2.1",
|
|
65
61
|
"encoding": "^0.1.13",
|
|
66
62
|
"node-fetch": "2.7.0",
|
|
67
|
-
"@module-federation/enhanced": "0.0.0-next-
|
|
68
|
-
"@module-federation/sdk": "0.0.0-next-
|
|
69
|
-
"@module-federation/utilities": "0.0.0-next-
|
|
70
|
-
"@module-federation/runtime": "0.0.0-next-
|
|
63
|
+
"@module-federation/enhanced": "0.0.0-next-20240816102736",
|
|
64
|
+
"@module-federation/sdk": "0.0.0-next-20240816102736",
|
|
65
|
+
"@module-federation/utilities": "0.0.0-next-20240816102736",
|
|
66
|
+
"@module-federation/runtime": "0.0.0-next-20240816102736"
|
|
71
67
|
},
|
|
72
68
|
"peerDependencies": {
|
|
73
69
|
"react": "^16||^17||^18",
|