@empjs/share 3.9.3 → 3.10.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empjs/share",
3
- "version": "3.9.3",
3
+ "version": "3.10.0",
4
4
  "description": "emp share and runtime",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -42,6 +42,16 @@
42
42
  "default": "./dist/runtime.cjs"
43
43
  }
44
44
  },
45
+ "./mfRuntime": {
46
+ "import": {
47
+ "types": "./dist/mfRuntime.d.ts",
48
+ "default": "./dist/mfRuntime.js"
49
+ },
50
+ "require": {
51
+ "types": "./dist/mfRuntime.d.cts",
52
+ "default": "./dist/mfRuntime.cjs"
53
+ }
54
+ },
45
55
  "./adapter": {
46
56
  "import": {
47
57
  "types": "./dist/adapter.d.ts",
@@ -85,6 +95,9 @@
85
95
  "runtime": [
86
96
  "./dist/runtime.d.ts"
87
97
  ],
98
+ "mfRuntime": [
99
+ "./dist/mfRuntime.d.ts"
100
+ ],
88
101
  "adapter": [
89
102
  "./dist/adapter.d.ts"
90
103
  ],
@@ -104,15 +117,14 @@
104
117
  },
105
118
  "author": "Ken",
106
119
  "dependencies": {
107
- "@empjs/module-federation-enhanced": "0.6.10-rc.6",
108
- "core-js": "^3.40.0"
120
+ "@module-federation/rspack": "0.19.1",
121
+ "@module-federation/runtime": "0.19.1",
122
+ "@module-federation/sdk": "0.19.1",
123
+ "core-js": "^3.45.1"
109
124
  },
110
125
  "devDependencies": {
111
126
  "@swc/core": "^1.10.8",
112
- "serve": "^14.2.1",
113
- "tsup": "^8.3.5",
114
- "typescript": "^5.5.4",
115
- "@empjs/cli": "3.9.3"
127
+ "@empjs/cli": "3.10.0"
116
128
  },
117
129
  "scripts": {
118
130
  "dev": "pnpm --filter @empjs/share run /^dev:.*/",