vite-plugin-ai-i18n 1.0.1 → 1.0.2

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 };
package/dist/index.js CHANGED
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var fs4 = require('fs');
4
6
  var path = require('path');
5
7
  var pc3 = require('picocolors');
@@ -41869,6 +41871,7 @@ function vitePluginAII18n(options = {}) {
41869
41871
  }
41870
41872
  };
41871
41873
  }
41874
+ var index_default = vitePluginAII18n;
41872
41875
  /*! Bundled license information:
41873
41876
 
41874
41877
  web-streams-polyfill/dist/ponyfill.mjs:
@@ -41929,6 +41932,7 @@ node-domexception/index.js:
41929
41932
  *)
41930
41933
  */
41931
41934
 
41935
+ exports.default = index_default;
41932
41936
  exports.vitePluginAII18n = vitePluginAII18n;
41933
41937
  //# sourceMappingURL=index.js.map
41934
41938
  //# sourceMappingURL=index.js.map