@module-federation/sdk 0.0.0-next-20240324060529 → 0.0.0-next-20240324073358

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.
@@ -106,6 +106,7 @@ export interface PluginDtsOptions {
106
106
  disableGenerateTypes?: boolean;
107
107
  remote?: DtsRemoteOptions;
108
108
  host?: DtsHostOptions;
109
+ extraOptions?: Record<string, any>;
109
110
  implementation?: string;
110
111
  }
111
112
  export interface ModuleFederationPluginOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/sdk",
3
- "version": "0.0.0-next-20240324060529",
3
+ "version": "0.0.0-next-20240324073358",
4
4
  "license": "MIT",
5
5
  "description": "A sdk for support module federation",
6
6
  "keywords": [