fix: use os.tmpdir for logs, improving Windows compatibility

This commit is contained in:
Tommy D. Rossi
2025-12-20 22:13:13 +01:00
parent 50aa6199d2
commit f64e7498cd
5 changed files with 16 additions and 46 deletions
+1 -2
View File
@@ -1,7 +1,7 @@
{
"name": "playwriter",
"description": "",
"version": "0.0.22",
"version": "0.0.23",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -49,7 +49,6 @@
"string-dedent": "^3.0.2",
"user-agents": "^1.1.669",
"ws": "^8.18.3",
"xdg-basedir": "^5.1.0",
"zod": "^3"
}
}