@module-federation/esbuild 0.0.101 → 0.0.102

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.
@@ -206,7 +206,7 @@ const writeRemoteManifest = async (config, result)=>{
206
206
  },
207
207
  types,
208
208
  globalName: config.name,
209
- pluginVersion: "0.0.101",
209
+ pluginVersion: "0.0.102",
210
210
  publicPath
211
211
  },
212
212
  shared,
@@ -150,7 +150,7 @@ const writeRemoteManifest = async (config, result)=>{
150
150
  },
151
151
  types,
152
152
  globalName: config.name,
153
- pluginVersion: "0.0.101",
153
+ pluginVersion: "0.0.102",
154
154
  publicPath
155
155
  },
156
156
  shared,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/esbuild",
3
- "version": "0.0.101",
3
+ "version": "0.0.102",
4
4
  "author": "Zack Jackson (@ScriptedAlchemy)",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -58,9 +58,9 @@
58
58
  "esbuild": "^0.25.0",
59
59
  "json5": "^2.2.3",
60
60
  "npmlog": "^7.0.1",
61
- "@module-federation/sdk": "2.2.3",
62
- "@module-federation/runtime": "2.2.3",
63
- "@module-federation/webpack-bundler-runtime": "2.2.3"
61
+ "@module-federation/runtime": "2.3.0",
62
+ "@module-federation/webpack-bundler-runtime": "2.3.0",
63
+ "@module-federation/sdk": "2.3.0"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@rslib/core": "^0.12.4"