@cloudflare/vitest-pool-workers 0.12.8 → 0.12.9
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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudflare/vitest-pool-workers",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.9",
|
|
4
4
|
"description": "Workers Vitest integration for writing Vitest unit and integration tests that run inside the Workers runtime",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cloudflare",
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"cjs-module-lexer": "^1.2.3",
|
|
48
48
|
"esbuild": "0.27.0",
|
|
49
|
-
"
|
|
50
|
-
"
|
|
49
|
+
"miniflare": "4.20260131.0",
|
|
50
|
+
"wrangler": "4.62.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@cloudflare/workers-types": "^4.
|
|
53
|
+
"@cloudflare/workers-types": "^4.20260131.0",
|
|
54
54
|
"@types/node": "^20.19.9",
|
|
55
55
|
"@types/semver": "^7.5.1",
|
|
56
56
|
"@vitest/runner": "~3.2.0",
|
|
@@ -66,9 +66,9 @@
|
|
|
66
66
|
"undici": "7.18.2",
|
|
67
67
|
"vitest": "~3.2.0",
|
|
68
68
|
"zod": "^3.25.76",
|
|
69
|
-
"@cloudflare/eslint-config-shared": "1.2.0",
|
|
70
69
|
"@cloudflare/mock-npm-registry": "0.0.0",
|
|
71
70
|
"@cloudflare/workers-tsconfig": "0.0.0",
|
|
71
|
+
"@cloudflare/eslint-config-shared": "1.2.1",
|
|
72
72
|
"@cloudflare/workflows-shared": "0.4.0"
|
|
73
73
|
},
|
|
74
74
|
"peerDependencies": {
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"scripts": {
|
|
86
86
|
"build": "node scripts/bundle.mjs && tsc -p tsconfig.emit.json",
|
|
87
87
|
"capnp:rtti": "capnp-es scripts/rtti/rtti.capnp -ojs",
|
|
88
|
-
"check:lint": "eslint .
|
|
88
|
+
"check:lint": "eslint . --max-warnings=0 --cache",
|
|
89
89
|
"check:type": "tsc && tsc -p src/worker/tsconfig.json && tsc -p types/tsconfig.json",
|
|
90
90
|
"dev": "node scripts/bundle.mjs watch",
|
|
91
91
|
"test": "vitest run",
|