@module-federation/modern-js 0.0.0-next-20250616190501 → 0.0.0-next-20250616210334

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 (1) hide show
  1. package/package.json +12 -37
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/modern-js",
3
- "version": "0.0.0-next-20250616190501",
3
+ "version": "0.0.0-next-20250616210334",
4
4
  "files": [
5
5
  "dist/",
6
6
  "types.d.ts",
@@ -24,13 +24,9 @@
24
24
  "types": "./dist/types/runtime/index.d.ts",
25
25
  "default": "./dist/esm/runtime/index.js"
26
26
  },
27
- "./ssr-dev-plugin": {
28
- "types": "./dist/types/ssr-runtime/devPlugin.d.ts",
29
- "default": "./dist/esm/ssr-runtime/devPlugin.js"
30
- },
31
- "./ssr-inject-data-fetch-function-plugin": {
32
- "types": "./dist/types/ssr-runtime/injectDataFetchFunctionPlugin.d.ts",
33
- "default": "./dist/esm/ssr-runtime/injectDataFetchFunctionPlugin.js"
27
+ "./ssr-runtime": {
28
+ "types": "./dist/types/ssr-runtime/index.d.ts",
29
+ "default": "./dist/esm/ssr-runtime/index.js"
34
30
  },
35
31
  "./config-plugin": {
36
32
  "types": "./dist/types/cli/configPlugin.d.ts",
@@ -52,20 +48,11 @@
52
48
  "import": "./dist/esm/cli/mfRuntimePlugins/resolve-entry-ipv4.js",
53
49
  "require": "./dist/esm/cli/mfRuntimePlugins/resolve-entry-ipv4.js"
54
50
  },
55
- "./auto-fetch-data": {
56
- "types": "./dist/types/cli/mfRuntimePlugins/auto-fetch-data.d.ts",
57
- "import": "./dist/esm/cli/mfRuntimePlugins/auto-fetch-data.js",
58
- "require": "./dist/esm/cli/mfRuntimePlugins/auto-fetch-data.js"
59
- },
60
51
  "./inject-node-fetch": {
61
52
  "types": "./dist/types/cli/mfRuntimePlugins/inject-node-fetch.d.ts",
62
53
  "import": "./dist/esm/cli/mfRuntimePlugins/inject-node-fetch.js",
63
54
  "require": "./dist/esm/cli/mfRuntimePlugins/inject-node-fetch.js"
64
55
  },
65
- "./data-fetch-server-plugin": {
66
- "types": "./dist/types/cli/server/data-fetch-server-plugin.d.ts",
67
- "default": "./dist/cjs/cli/server/data-fetch-server-plugin.js"
68
- },
69
56
  "./server": {
70
57
  "types": "./dist/types/server/index.d.ts",
71
58
  "default": "./dist/cjs/server/index.js"
@@ -91,18 +78,9 @@
91
78
  "resolve-entry-ipv4": [
92
79
  "./dist/types/cli/mfRuntimePlugins/resolve-entry-ipv4.d.ts"
93
80
  ],
94
- "auto-fetch-data": [
95
- "./dist/types/cli/mfRuntimePlugins/auto-fetch-data.d.ts"
96
- ],
97
81
  "inject-node-fetch": [
98
82
  "./dist/types/cli/mfRuntimePlugins/inject-node-fetch.d.ts"
99
83
  ],
100
- "data-fetch-server-plugin": [
101
- "./dist/types/cli/server/data-fetch-server-plugin.d.ts"
102
- ],
103
- "ssr-inject-data-fetch-function-plugin": [
104
- "./dist/types/ssr-runtime/injectDataFetchFunctionPlugin.d.ts"
105
- ],
106
84
  "server": [
107
85
  "./dist/types/server/index.d.ts"
108
86
  ]
@@ -113,29 +91,26 @@
113
91
  "author": "hanric <hanric.zhang@gmail.com>",
114
92
  "license": "MIT",
115
93
  "dependencies": {
116
- "@modern-js/utils": "2.67.5",
117
94
  "@modern-js/node-bundle-require": "2.67.6",
118
95
  "fs-extra": "11.3.0",
119
96
  "lru-cache": "10.4.3",
120
- "@swc/helpers": "^0.5.17",
97
+ "@swc/helpers": "0.5.13",
121
98
  "node-fetch": "~3.3.0",
122
99
  "react-error-boundary": "4.1.2",
123
- "@module-federation/rsbuild-plugin": "0.0.0-next-20250616190501",
124
- "@module-federation/enhanced": "0.0.0-next-20250616190501",
125
- "@module-federation/runtime": "0.0.0-next-20250616190501",
126
- "@module-federation/node": "0.0.0-next-20250616190501",
127
- "@module-federation/sdk": "0.0.0-next-20250616190501",
128
- "@module-federation/cli": "0.0.0-next-20250616190501"
100
+ "@module-federation/rsbuild-plugin": "0.0.0-next-20250616210334",
101
+ "@module-federation/enhanced": "0.0.0-next-20250616210334",
102
+ "@module-federation/node": "0.0.0-next-20250616210334",
103
+ "@module-federation/sdk": "0.0.0-next-20250616210334",
104
+ "@module-federation/cli": "0.0.0-next-20250616210334"
129
105
  },
130
106
  "devDependencies": {
131
- "@modern-js/core": "2.67.5",
132
- "@rsbuild/core": "1.3.21",
107
+ "@rsbuild/core": "1.2.8",
133
108
  "@modern-js/app-tools": "2.67.6",
134
109
  "@modern-js/server-runtime": "2.67.6",
135
110
  "@modern-js/module-tools": "2.67.6",
136
111
  "@modern-js/runtime": "2.67.6",
137
112
  "@modern-js/tsconfig": "2.67.6",
138
- "@module-federation/manifest": "0.0.0-next-20250616190501"
113
+ "@module-federation/manifest": "0.0.0-next-20250616210334"
139
114
  },
140
115
  "peerDependencies": {
141
116
  "react": ">=17",