vitest-config-silverwind 11.3.3 → 11.3.4
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.js +1 -1
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import { fileURLToPath } from "node:url";
|
|
|
3
3
|
import { accessSync, constants } from "node:fs";
|
|
4
4
|
import { readFile } from "node:fs/promises";
|
|
5
5
|
|
|
6
|
-
//#region node_modules/.pnpm/vite-string-plugin@2.0.4_vite@8.0.10_@types+node@25.6.
|
|
6
|
+
//#region node_modules/.pnpm/vite-string-plugin@2.0.4_vite@8.0.10_@types+node@25.6.2_/node_modules/vite-string-plugin/dist/index.js
|
|
7
7
|
/** Vite plugin to import files as string */
|
|
8
8
|
const stringPlugin = ({ match = /\.(svg|md|xml|txt)$/i } = {}) => ({
|
|
9
9
|
name: "vite-string-plugin",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vitest-config-silverwind",
|
|
3
|
-
"version": "11.3.
|
|
3
|
+
"version": "11.3.4",
|
|
4
4
|
"description": "Shared vitest configuration",
|
|
5
5
|
"author": "silverwind <me@silverwind.io>",
|
|
6
6
|
"repository": "silverwind/vitest-config-silverwind",
|
|
@@ -31,18 +31,18 @@
|
|
|
31
31
|
"jest-extended": "7.0.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@types/node": "25.6.
|
|
35
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
34
|
+
"@types/node": "25.6.2",
|
|
35
|
+
"@typescript/native-preview": "7.0.0-dev.20260510.1",
|
|
36
36
|
"eslint": "10.3.0",
|
|
37
37
|
"eslint-config-silverwind": "133.0.1",
|
|
38
38
|
"happy-dom": "20.9.0",
|
|
39
39
|
"js-yaml": "4.1.1",
|
|
40
|
-
"tsdown": "0.
|
|
41
|
-
"tsdown-config-silverwind": "
|
|
40
|
+
"tsdown": "0.22.0",
|
|
41
|
+
"tsdown-config-silverwind": "3.0.1",
|
|
42
42
|
"typescript": "6.0.3",
|
|
43
43
|
"typescript-config-silverwind": "18.0.0",
|
|
44
44
|
"updates": "17.16.9",
|
|
45
|
-
"updates-config-silverwind": "
|
|
45
|
+
"updates-config-silverwind": "3.0.1",
|
|
46
46
|
"versions": "15.0.3",
|
|
47
47
|
"vite-plugin-dts": "5.0.0",
|
|
48
48
|
"vite-string-plugin": "2.0.4",
|