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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -41855,6 +41855,7 @@ function vitePluginAII18n(options = {}) {
|
|
|
41855
41855
|
}
|
|
41856
41856
|
};
|
|
41857
41857
|
}
|
|
41858
|
+
var index_default = vitePluginAII18n;
|
|
41858
41859
|
/*! Bundled license information:
|
|
41859
41860
|
|
|
41860
41861
|
web-streams-polyfill/dist/ponyfill.mjs:
|
|
@@ -41915,6 +41916,6 @@ node-domexception/index.js:
|
|
|
41915
41916
|
*)
|
|
41916
41917
|
*/
|
|
41917
41918
|
|
|
41918
|
-
export { vitePluginAII18n };
|
|
41919
|
+
export { index_default as default, vitePluginAII18n };
|
|
41919
41920
|
//# sourceMappingURL=index.mjs.map
|
|
41920
41921
|
//# sourceMappingURL=index.mjs.map
|