release: playwriter@0.0.45

This commit is contained in:
Tommy D. Rossi
2026-01-12 19:02:23 +01:00
parent 3ac560792a
commit f27486c80e
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -1,11 +1,13 @@
# Changelog
## 0.0.44
## 0.0.45
### Bug Fixes
- **Filter non-page targets from Playwright (issue #14)**: Service workers, web workers, and other non-page targets are now filtered out at the server level. This prevents Playwright from trying to initialize these targets, which would cause timeouts waiting for `executionContextCreated` events and errors on `Target.detachFromTarget`.
## 0.0.44
### Features
- **Search context lines**: `accessibilitySnapshot`, `getCleanHTML`, and `getLatestLogs` now include 5 lines of context above and below each search match
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "playwriter",
"description": "",
"version": "0.0.44",
"version": "0.0.45",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",