@module-federation/sdk 0.0.0-next-20241029065803 → 0.0.0-next-20241029083753

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.
@@ -183,9 +183,6 @@ export interface ModuleFederationPluginOptions {
183
183
  experiments?: {
184
184
  federationRuntime?: false | 'hoisted';
185
185
  };
186
- bridge?: {
187
- disableAlias?: boolean;
188
- };
189
186
  }
190
187
  /**
191
188
  * Modules that should be exposed by this container. Property names are used as public paths.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/sdk",
3
- "version": "0.0.0-next-20241029065803",
3
+ "version": "0.0.0-next-20241029083753",
4
4
  "license": "MIT",
5
5
  "description": "A sdk for support module federation",
6
6
  "keywords": [