vite-plugin-ai-i18n 1.0.1 → 1.0.3

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/dist/index.d.mts CHANGED
@@ -23,4 +23,4 @@ interface I18nPluginOptions {
23
23
  }
24
24
  declare function vitePluginAII18n(options?: I18nPluginOptions): Plugin;
25
25
 
26
- export { type I18nPluginOptions, vitePluginAII18n };
26
+ export { type I18nPluginOptions, vitePluginAII18n as default, vitePluginAII18n };
package/dist/index.d.ts CHANGED
@@ -23,4 +23,4 @@ interface I18nPluginOptions {
23
23
  }
24
24
  declare function vitePluginAII18n(options?: I18nPluginOptions): Plugin;
25
25
 
26
- export { type I18nPluginOptions, vitePluginAII18n };
26
+ export { type I18nPluginOptions, vitePluginAII18n as default, vitePluginAII18n };