@module-federation/node 0.0.0-next-20240617032137 → 0.0.0-next-20240617071032
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 +13 -8
- package/package.json +5 -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.2.
|
|
4
|
+
"version": "2.2.6",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./src/index.js",
|
|
7
7
|
"exports": {
|
|
@@ -46,35 +46,40 @@
|
|
|
46
46
|
"@module-federation/sdk": "workspace:*",
|
|
47
47
|
"@module-federation/utilities": "workspace:*",
|
|
48
48
|
"@module-federation/webpack-bundler-runtime": "0.0.8",
|
|
49
|
+
"@testing-library/react-hooks": "8.0.1",
|
|
49
50
|
"@types/koa": "2.11.2",
|
|
50
51
|
"@types/node-schedule": "2.1.7",
|
|
51
|
-
"@types/ws": "8.5.
|
|
52
|
+
"@types/ws": "8.5.3",
|
|
52
53
|
"adm-zip": "0.5.10",
|
|
53
54
|
"ansi-colors": "4.1.3",
|
|
54
55
|
"axios": "1.6.7",
|
|
55
56
|
"chalk": "3.0.0",
|
|
56
57
|
"encoding": "^0.1.13",
|
|
58
|
+
"esbuild-plugin-replace": "1.4.0",
|
|
57
59
|
"find-pkg": "2.0.0",
|
|
58
60
|
"fs-extra": "9.1.0",
|
|
59
61
|
"isomorphic-ws": "5.0.0",
|
|
60
62
|
"koa": "2.11.0",
|
|
61
63
|
"lodash.clonedeepwith": "4.5.0",
|
|
62
64
|
"log4js": "6.9.1",
|
|
65
|
+
"minimist": "1.2.8",
|
|
63
66
|
"node-fetch": "2.7.0",
|
|
64
67
|
"node-schedule": "2.1.1",
|
|
65
68
|
"process": "0.11.10",
|
|
66
69
|
"rambda": "7.5.0",
|
|
70
|
+
"react-router": "6.22.0",
|
|
71
|
+
"react-test-renderer": "18.3.1",
|
|
67
72
|
"resolve": "1.22.8",
|
|
68
73
|
"tapable": "2.2.1",
|
|
69
74
|
"upath": "2.0.1",
|
|
70
75
|
"url": "0.11.3",
|
|
71
76
|
"webpack-sources": "3.2.3",
|
|
72
|
-
"ws": "8.
|
|
73
|
-
"@module-federation/dts-plugin": "0.1.
|
|
74
|
-
"@module-federation/managers": "0.1.
|
|
75
|
-
"@module-federation/manifest": "0.1.
|
|
76
|
-
"@module-federation/rspack": "0.1.
|
|
77
|
-
"@module-federation/third-party-dts-extractor": "0.1.
|
|
77
|
+
"ws": "8.5.0",
|
|
78
|
+
"@module-federation/dts-plugin": "0.1.15",
|
|
79
|
+
"@module-federation/managers": "0.1.15",
|
|
80
|
+
"@module-federation/manifest": "0.1.15",
|
|
81
|
+
"@module-federation/rspack": "0.1.15",
|
|
82
|
+
"@module-federation/third-party-dts-extractor": "0.1.15"
|
|
78
83
|
},
|
|
79
84
|
"peerDependencies": {
|
|
80
85
|
"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-20240617071032",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./dist/src/index.js",
|
|
7
7
|
"exports": {
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"encoding": "^0.1.13",
|
|
44
44
|
"node-fetch": "2.7.0",
|
|
45
|
-
"@module-federation/enhanced": "0.0.0-next-
|
|
46
|
-
"@module-federation/sdk": "0.0.0-next-
|
|
47
|
-
"@module-federation/utilities": "0.0.0-next-
|
|
48
|
-
"@module-federation/runtime": "0.0.0-next-
|
|
45
|
+
"@module-federation/enhanced": "0.0.0-next-20240617071032",
|
|
46
|
+
"@module-federation/sdk": "0.0.0-next-20240617071032",
|
|
47
|
+
"@module-federation/utilities": "0.0.0-next-20240617071032",
|
|
48
|
+
"@module-federation/runtime": "0.0.0-next-20240617071032"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"react": "^16||^17||^18",
|