@module-federation/sdk 0.0.0-next-20240326061945 → 0.0.0-next-20240326102030

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