bump playwriter 0.0.26 and extension 0.0.54

This commit is contained in:
Tommy D. Rossi
2025-12-21 17:21:44 +01:00
parent 12dbad1ab4
commit 9b73ab56f9
4 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Playwriter MCP",
"version": "0.0.53",
"version": "0.0.54",
"description": "Automate your Browser using Cursor, Claude, VS Code. More capable and context efficient than Playwright MCP.",
"permissions": ["debugger", "tabGroups"],
"host_permissions": ["<all_urls>"],
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "mcp-extension",
"version": "0.0.53",
"version": "0.0.54",
"description": "Playwright MCP Browser Extension",
"private": true,
"repository": {
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 0.0.26
### Patch Changes
- **Fixed CDP commands sent too soon after attach**: Added 400ms delay after debugger attach before sending CDP commands to prevent race conditions
- **Deferred page emulation setup**: Disabled early `setDeviceScaleFactorForMacOS` and `preserveSystemColorScheme` calls that could fail on newly attached pages
- **Fixed main tab cleanup on detach**: `Target.detachedFromTarget` now properly removes main tabs from state, not just child sessions
## 0.0.25
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "playwriter",
"description": "",
"version": "0.0.25",
"version": "0.0.26",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",