unplugin-saykit 0.5.0 → 0.6.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/index.test.mjs +4 -4
- package/package.json +2 -2
package/dist/index.test.mjs
CHANGED
|
@@ -5090,7 +5090,7 @@ function manageArtifactAttachment(attachment) {
|
|
|
5090
5090
|
if (attachment.body != null) attachment.bodyEncoding ??= "base64";
|
|
5091
5091
|
}
|
|
5092
5092
|
//#endregion
|
|
5093
|
-
//#region ../../node_modules/.pnpm/vitest@4.1.10_@types+node@25.9.5_@vitest+coverage-v8@4.1.
|
|
5093
|
+
//#region ../../node_modules/.pnpm/vitest@4.1.10_@types+node@25.9.5_@vitest+coverage-v8@4.1.10_jsdom@29.1.1_vite@8.1.5_@ty_fa50d97b749bdc0ec6ac4bbf9ccb86af/node_modules/vitest/dist/chunks/utils.BX5Fg8C4.js
|
|
5094
5094
|
const NAME_WORKER_STATE = "__vitest_worker__";
|
|
5095
5095
|
function getWorkerState() {
|
|
5096
5096
|
const workerState = globalThis[NAME_WORKER_STATE];
|
|
@@ -9981,10 +9981,10 @@ function offsetToLineNumber(source, offset) {
|
|
|
9981
9981
|
return line + 1;
|
|
9982
9982
|
}
|
|
9983
9983
|
//#endregion
|
|
9984
|
-
//#region ../../node_modules/.pnpm/vitest@4.1.10_@types+node@25.9.5_@vitest+coverage-v8@4.1.
|
|
9984
|
+
//#region ../../node_modules/.pnpm/vitest@4.1.10_@types+node@25.9.5_@vitest+coverage-v8@4.1.10_jsdom@29.1.1_vite@8.1.5_@ty_fa50d97b749bdc0ec6ac4bbf9ccb86af/node_modules/vitest/dist/chunks/_commonjsHelpers.D26ty3Ew.js
|
|
9985
9985
|
var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
|
|
9986
9986
|
//#endregion
|
|
9987
|
-
//#region ../../node_modules/.pnpm/vitest@4.1.10_@types+node@25.9.5_@vitest+coverage-v8@4.1.
|
|
9987
|
+
//#region ../../node_modules/.pnpm/vitest@4.1.10_@types+node@25.9.5_@vitest+coverage-v8@4.1.10_jsdom@29.1.1_vite@8.1.5_@ty_fa50d97b749bdc0ec6ac4bbf9ccb86af/node_modules/vitest/dist/chunks/rpc.MzXet3jl.js
|
|
9988
9988
|
const RealDate = Date;
|
|
9989
9989
|
let now = null;
|
|
9990
9990
|
var MockDate = class MockDate extends RealDate {
|
|
@@ -10948,7 +10948,7 @@ function raceWith(promise, other) {
|
|
|
10948
10948
|
}))]);
|
|
10949
10949
|
}
|
|
10950
10950
|
//#endregion
|
|
10951
|
-
//#region ../../node_modules/.pnpm/vitest@4.1.10_@types+node@25.9.5_@vitest+coverage-v8@4.1.
|
|
10951
|
+
//#region ../../node_modules/.pnpm/vitest@4.1.10_@types+node@25.9.5_@vitest+coverage-v8@4.1.10_jsdom@29.1.1_vite@8.1.5_@ty_fa50d97b749bdc0ec6ac4bbf9ccb86af/node_modules/vitest/dist/chunks/test.DNmyFkvJ.js
|
|
10952
10952
|
var fakeTimersSrc = {};
|
|
10953
10953
|
var global$1;
|
|
10954
10954
|
var hasRequiredGlobal;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unplugin-saykit",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.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.6.0"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"check": "tsc --noEmit",
|