@module-federation/node 0.0.0-next-20240819112150 → 0.0.0-next-20240821075411

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.
Files changed (2) hide show
  1. package/dist/package.json +15 -8
  2. 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.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
  },
@@ -66,11 +70,12 @@
66
70
  "@types/btoa": "1.2.5",
67
71
  "@types/koa": "2.15.0",
68
72
  "@types/node-schedule": "2.1.7",
73
+ "@types/semver": "7.5.8",
69
74
  "@types/ws": "8.5.10",
70
75
  "@vue/tsconfig": "0.5.1",
71
76
  "adm-zip": "0.5.14",
72
77
  "ansi-colors": "4.1.3",
73
- "axios": "1.6.7",
78
+ "axios": "1.7.4",
74
79
  "btoa": "1.2.1",
75
80
  "chalk": "3.0.0",
76
81
  "encoding": "^0.1.13",
@@ -84,20 +89,22 @@
84
89
  "node-schedule": "2.1.1",
85
90
  "process": "0.11.10",
86
91
  "rambda": "7.5.0",
92
+ "react-router-dom": "6.22.3",
87
93
  "resolve": "1.22.8",
94
+ "semver": "6.3.1",
88
95
  "tapable": "2.2.1",
89
96
  "upath": "2.0.1",
90
97
  "url": "0.11.3",
91
98
  "util": "0.12.5",
92
99
  "vite-plugin-dts": "3.9.1",
93
- "vue": "3.4.30",
100
+ "vue": "3.4.34",
94
101
  "webpack-sources": "3.2.3",
95
102
  "ws": "8.17.1",
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"
103
+ "@module-federation/dts-plugin": "0.5.0",
104
+ "@module-federation/managers": "0.5.0",
105
+ "@module-federation/manifest": "0.5.0",
106
+ "@module-federation/rspack": "0.5.0",
107
+ "@module-federation/third-party-dts-extractor": "0.5.0"
101
108
  },
102
109
  "peerDependencies": {
103
110
  "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-20240819112150",
4
+ "version": "0.0.0-next-20240821075411",
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.0.0-next-20240819112150",
64
- "@module-federation/sdk": "0.0.0-next-20240819112150",
65
- "@module-federation/utilities": "0.0.0-next-20240819112150",
66
- "@module-federation/runtime": "0.0.0-next-20240819112150"
67
+ "@module-federation/enhanced": "0.0.0-next-20240821075411",
68
+ "@module-federation/sdk": "0.0.0-next-20240821075411",
69
+ "@module-federation/utilities": "0.0.0-next-20240821075411",
70
+ "@module-federation/runtime": "0.0.0-next-20240821075411"
67
71
  },
68
72
  "peerDependencies": {
69
73
  "react": "^16||^17||^18",