@module-federation/node 2.6.6 → 2.6.8
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 -57
- 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.6.
|
|
4
|
+
"version": "2.6.8",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./dist/src/index.js",
|
|
7
7
|
"exports": {
|
|
@@ -61,56 +61,13 @@
|
|
|
61
61
|
"author": "Zack Jackson <zackary.l.jackson@gmail.com>",
|
|
62
62
|
"license": "MIT",
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@module-federation/bridge-react-webpack-plugin": "0.6.14",
|
|
65
|
-
"@module-federation/data-prefetch": "0.6.14",
|
|
66
|
-
"@module-federation/dts-plugin": "0.6.14",
|
|
67
|
-
"@module-federation/enhanced": "workspace:*",
|
|
68
|
-
"@module-federation/managers": "0.6.14",
|
|
69
|
-
"@module-federation/manifest": "0.6.14",
|
|
70
|
-
"@module-federation/rspack": "0.6.14",
|
|
71
|
-
"@module-federation/runtime": "workspace:*",
|
|
72
|
-
"@module-federation/runtime-tools": "0.5.1",
|
|
73
|
-
"@module-federation/sdk": "workspace:*",
|
|
74
|
-
"@module-federation/third-party-dts-extractor": "0.6.14",
|
|
75
|
-
"@module-federation/utilities": "workspace:*",
|
|
76
|
-
"@module-federation/webpack-bundler-runtime": "0.5.1",
|
|
77
|
-
"@testing-library/react-hooks": "8.0.1",
|
|
78
|
-
"@types/btoa": "1.2.5",
|
|
79
|
-
"@types/koa": "2.15.0",
|
|
80
|
-
"@types/node-schedule": "2.1.7",
|
|
81
|
-
"@types/semver": "7.5.8",
|
|
82
|
-
"@types/ws": "8.5.12",
|
|
83
|
-
"@vue/tsconfig": "0.5.1",
|
|
84
|
-
"adm-zip": "0.5.16",
|
|
85
|
-
"ansi-colors": "4.1.3",
|
|
86
|
-
"axios": "1.7.7",
|
|
87
64
|
"btoa": "1.2.1",
|
|
88
|
-
"chalk": "3.0.0",
|
|
89
65
|
"encoding": "^0.1.13",
|
|
90
|
-
"enhanced-resolve": "5.17.1",
|
|
91
|
-
"find-pkg": "2.0.0",
|
|
92
|
-
"fs-extra": "9.1.0",
|
|
93
|
-
"isomorphic-rslog": "0.0.6",
|
|
94
|
-
"isomorphic-ws": "5.0.0",
|
|
95
|
-
"koa": "2.15.3",
|
|
96
|
-
"lodash.clonedeepwith": "4.5.0",
|
|
97
|
-
"log4js": "6.9.1",
|
|
98
|
-
"minimist": "1.2.8",
|
|
99
66
|
"node-fetch": "2.7.0",
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"react-test-renderer": "18.3.1",
|
|
105
|
-
"resolve": "1.22.8",
|
|
106
|
-
"semver": "7.6.3",
|
|
107
|
-
"tapable": "2.2.1",
|
|
108
|
-
"upath": "2.0.1",
|
|
109
|
-
"vite-plugin-dts": "3.9.1",
|
|
110
|
-
"vue": "3.5.10",
|
|
111
|
-
"webpack-sources": "3.2.3",
|
|
112
|
-
"ws": "8.18.0",
|
|
113
|
-
"@module-federation/error-codes": "0.7.1"
|
|
67
|
+
"@module-federation/enhanced": "workspace:*",
|
|
68
|
+
"@module-federation/sdk": "workspace:*",
|
|
69
|
+
"@module-federation/utilities": "workspace:*",
|
|
70
|
+
"@module-federation/runtime": "workspace:*"
|
|
114
71
|
},
|
|
115
72
|
"peerDependencies": {
|
|
116
73
|
"react": "^16||^17||^18",
|
|
@@ -118,20 +75,14 @@
|
|
|
118
75
|
"webpack": "^5.40.0"
|
|
119
76
|
},
|
|
120
77
|
"peerDependenciesMeta": {
|
|
121
|
-
"next": {
|
|
122
|
-
"optional": true
|
|
123
|
-
},
|
|
124
78
|
"react": {
|
|
125
79
|
"optional": true
|
|
126
80
|
},
|
|
127
81
|
"react-dom": {
|
|
128
82
|
"optional": true
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
"pnpm": {
|
|
133
|
-
"overrides": {
|
|
134
|
-
"@changesets/assemble-release-plan": "workspace:*"
|
|
83
|
+
},
|
|
84
|
+
"next": {
|
|
85
|
+
"optional": true
|
|
135
86
|
}
|
|
136
87
|
}
|
|
137
88
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"public": true,
|
|
3
3
|
"name": "@module-federation/node",
|
|
4
|
-
"version": "2.6.
|
|
4
|
+
"version": "2.6.8",
|
|
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.7.
|
|
68
|
-
"@module-federation/sdk": "0.7.
|
|
69
|
-
"@module-federation/utilities": "3.1.
|
|
70
|
-
"@module-federation/runtime": "0.7.
|
|
67
|
+
"@module-federation/enhanced": "0.7.3",
|
|
68
|
+
"@module-federation/sdk": "0.7.3",
|
|
69
|
+
"@module-federation/utilities": "3.1.26",
|
|
70
|
+
"@module-federation/runtime": "0.7.3"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
73
73
|
"react": "^16||^17||^18",
|