chore: mark v0.0.47 (#1198)

This commit is contained in:
Pavel Feldman
2025-11-14 12:23:56 -08:00
committed by GitHub
parent 8cc557d677
commit c016643bf9
7 changed files with 66 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@playwright/mcp",
"version": "0.0.46",
"version": "0.0.47",
"description": "Playwright Tools for MCP",
"repository": {
"type": "git",
@@ -37,15 +37,15 @@
}
},
"dependencies": {
"playwright": "1.57.0-alpha-2025-11-07",
"playwright-core": "1.57.0-alpha-2025-11-07"
"playwright": "1.57.0-alpha-2025-11-14",
"playwright-core": "1.57.0-alpha-2025-11-14"
},
"bin": {
"mcp-server-playwright": "cli.js"
},
"devDependencies": {
"@modelcontextprotocol/sdk": "^1.17.5",
"@playwright/test": "1.57.0-alpha-2025-11-07",
"@playwright/test": "1.57.0-alpha-2025-11-14",
"@types/node": "^24.3.0",
"zod-to-json-schema": "^3.24.6"
}