unplugin-saykit 0.4.1 → 0.5.0
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/bun.mjs +1 -1
- package/dist/esbuild.d.mts +1 -3
- package/dist/esbuild.mjs +1 -1
- package/dist/farm.mjs +1 -1
- package/dist/index.d.mts +1 -3
- package/dist/index.mjs +1 -1
- package/dist/index.test.d.mts +1 -1
- package/dist/index.test.mjs +54 -74
- package/dist/{magic-string.es-D9_CQFb8.mjs → magic-string.es-9AY6EGws.mjs} +3 -3
- package/dist/rolldown.d.mts +1 -5793
- package/dist/rolldown.mjs +1 -1
- package/dist/rollup.mjs +1 -1
- package/dist/rspack.mjs +1 -1
- package/dist/unloader.mjs +1 -1
- package/dist/vite.d.mts +1 -3
- package/dist/vite.mjs +1 -1
- package/dist/webpack.mjs +1 -1
- package/package.json +2 -2
- /package/dist/{src-sSruAedT.mjs → src-rQleSe4Y.mjs} +0 -0
package/dist/rolldown.mjs
CHANGED
package/dist/rollup.mjs
CHANGED
package/dist/rspack.mjs
CHANGED
package/dist/unloader.mjs
CHANGED
package/dist/vite.d.mts
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import * as _$unplugin from "unplugin";
|
|
2
|
-
|
|
3
1
|
//#region src/vite.d.ts
|
|
4
|
-
declare const _default: (options?: undefined) =>
|
|
2
|
+
declare const _default: (options?: undefined) => import("unplugin").VitePlugin<any> | import("unplugin").VitePlugin<any>[];
|
|
5
3
|
//#endregion
|
|
6
4
|
export { _default as default };
|
package/dist/vite.mjs
CHANGED
package/dist/webpack.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unplugin-saykit",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "Universal build tool plugin for saykit (Vite, Rollup, Webpack, esbuild)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"i18n",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"unplugin": "^3.3.0",
|
|
44
|
-
"@saykit/config": "^0.
|
|
44
|
+
"@saykit/config": "^0.5.0"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"check": "tsc --noEmit",
|
|
File without changes
|