@umijs/mfsu 4.0.0-beta.11 → 4.0.0-beta.12

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.
@@ -148,7 +148,7 @@ class DepBuilder {
148
148
  webpack: this.opts.mfsu.opts.implementor,
149
149
  }));
150
150
  const exposes = opts.deps.reduce((memo, dep) => {
151
- memo[`./${dep.shortFile}`] = (0, path_1.join)(this.opts.mfsu.opts.tmpBase, dep.filePath);
151
+ memo[`./${dep.file}`] = (0, path_1.join)(this.opts.mfsu.opts.tmpBase, dep.filePath);
152
152
  return memo;
153
153
  }, {});
154
154
  depConfig.plugins.push(new this.opts.mfsu.opts.implementor.container.ModuleFederationPlugin({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umijs/mfsu",
3
- "version": "4.0.0-beta.11",
3
+ "version": "4.0.0-beta.12",
4
4
  "description": "@umijs/mfsu",
5
5
  "homepage": "https://github.com/umijs/umi-next/tree/master/packages/mfsu#readme",
6
6
  "bugs": "https://github.com/umijs/umi-next/issues",
@@ -21,15 +21,15 @@
21
21
  "dev": "pnpm build -- --watch"
22
22
  },
23
23
  "dependencies": {
24
- "@umijs/bundler-esbuild": "4.0.0-beta.11",
25
- "@umijs/bundler-utils": "4.0.0-beta.11",
26
- "@umijs/utils": "4.0.0-beta.11"
24
+ "@umijs/bundler-esbuild": "4.0.0-beta.12",
25
+ "@umijs/bundler-utils": "4.0.0-beta.12",
26
+ "@umijs/utils": "4.0.0-beta.12"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/express": "4.17.13",
30
30
  "enhanced-resolve": "5.8.3",
31
31
  "mrmime": "1.0.0",
32
- "webpack": "5.61.0",
32
+ "webpack": "5.64.4",
33
33
  "webpack-virtual-modules": "0.4.3"
34
34
  },
35
35
  "publishConfig": {