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.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
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
|