@module-federation/vite 1.0.0-alpha-7c3ba59 → 1.0.0-alpha-ffc6e23

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.cjs CHANGED
@@ -551,5 +551,4 @@ function federation(mfUserOptions) {
551
551
  }]);
552
552
  }
553
553
 
554
- exports["default"] = federation;
555
554
  exports.federation = federation;
package/lib/index.d.ts CHANGED
@@ -2,4 +2,3 @@ import { Plugin } from 'vite';
2
2
  import { ModuleFederationOptions } from './utils/normalizeModuleFederationOptions';
3
3
  declare function federation(mfUserOptions: ModuleFederationOptions): Plugin[];
4
4
  export { federation };
5
- export default federation;
package/lib/index.esm.js CHANGED
@@ -527,4 +527,4 @@ function federation(mfUserOptions) {
527
527
  }]);
528
528
  }
529
529
 
530
- export { federation as default, federation };
530
+ export { federation };
@@ -572,4 +572,4 @@ function federation(mfUserOptions) {
572
572
  }];
573
573
  }
574
574
 
575
- export { federation as default, federation };
575
+ export { federation };
package/lib/index.umd.js CHANGED
@@ -550,7 +550,6 @@
550
550
  }]);
551
551
  }
552
552
 
553
- exports["default"] = federation;
554
553
  exports.federation = federation;
555
554
 
556
555
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/vite",
3
- "version": "1.0.0-alpha-7c3ba59",
3
+ "version": "1.0.0-alpha-ffc6e23",
4
4
  "description": "Vite plugin for Module Federation",
5
5
  "type": "module",
6
6
  "source": "src/index.ts",