release: playwriter@0.0.46

This commit is contained in:
Tommy D. Rossi
2026-01-13 00:14:58 +01:00
parent 3ae65a2dd6
commit cbe62bc1a4
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 0.0.46
### Bug Fixes
- **Limit screenshot dimensions to 2000px**: Screenshots are now clipped to max 2000x2000 pixels to avoid Claude API rejection for many-image requests (Claude enforces 2000px limit when >20 images in a request)
## 0.0.45
### Bug Fixes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "playwriter",
"description": "",
"version": "0.0.45",
"version": "0.0.46",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",