@module-federation/vite 1.12.3 → 1.13.1

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.
package/lib/index.d.cts CHANGED
@@ -135,4 +135,4 @@ interface DtsHostOptions {
135
135
  //#region src/index.d.ts
136
136
  declare function federation(mfUserOptions: ModuleFederationOptions): Plugin[];
137
137
  //#endregion
138
- export { federation };
138
+ export { type ModuleFederationOptions, federation };
package/lib/index.d.mts CHANGED
@@ -135,4 +135,4 @@ interface DtsHostOptions {
135
135
  //#region src/index.d.ts
136
136
  declare function federation(mfUserOptions: ModuleFederationOptions): Plugin[];
137
137
  //#endregion
138
- export { federation };
138
+ export { type ModuleFederationOptions, federation };