Compare commits

..

2 Commits

Author SHA1 Message Date
dependabot[bot]
b33de40b3d chore(deps-dev): bump hono from 4.11.6 to 4.11.7
Bumps [hono](https://github.com/honojs/hono) from 4.11.6 to 4.11.7.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.11.6...v4.11.7)

---
updated-dependencies:
- dependency-name: hono
  dependency-version: 4.11.7
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-27 19:43:27 +00:00
Pavel Feldman
cd9819d0e8 chore: mark v0.0.61 (#1349) 2026-01-26 14:54:15 -08:00
6 changed files with 14 additions and 14 deletions

16
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "playwright-mcp-internal",
"version": "0.0.60",
"version": "0.0.61",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "playwright-mcp-internal",
"version": "0.0.60",
"version": "0.0.61",
"license": "Apache-2.0",
"workspaces": [
"packages/*"
@@ -2114,9 +2114,9 @@
}
},
"node_modules/hono": {
"version": "4.11.6",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.11.6.tgz",
"integrity": "sha512-ofIiiHyl34SV6AuhE3YT2mhO5HRWokce+eUYE82TsP6z0/H3JeJcjVWEMSIAiw2QkjDOEpES/lYsg8eEbsLtdw==",
"version": "4.11.7",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.11.7.tgz",
"integrity": "sha512-l7qMiNee7t82bH3SeyUCt9UF15EVmaBvsppY2zQtrbIhl/yzBTny+YUxsVjSjQ6gaqaeVtZmGocom8TzBlA4Yw==",
"dev": true,
"license": "MIT",
"peer": true,
@@ -3302,7 +3302,7 @@
},
"packages/extension": {
"name": "@playwright/mcp-extension",
"version": "0.0.60",
"version": "0.0.61",
"license": "Apache-2.0",
"devDependencies": {
"@types/chrome": "^0.0.315",
@@ -3321,7 +3321,7 @@
},
"packages/playwright-cli": {
"name": "@playwright/cli",
"version": "0.0.60",
"version": "0.0.61",
"license": "Apache-2.0",
"dependencies": {
"minimist": "^1.2.5",
@@ -3337,7 +3337,7 @@
},
"packages/playwright-mcp": {
"name": "@playwright/mcp",
"version": "0.0.60",
"version": "0.0.61",
"license": "Apache-2.0",
"dependencies": {
"playwright": "1.59.0-alpha-1769452054000",

View File

@@ -1,6 +1,6 @@
{
"name": "playwright-mcp-internal",
"version": "0.0.60",
"version": "0.0.61",
"private": true,
"repository": {
"type": "git",

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Playwright MCP Bridge",
"version": "0.0.60",
"version": "0.0.61",
"description": "Share browser tabs with Playwright MCP server",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA9nMS2b0WCohjVHPGb8D9qAdkbIngDqoAjTeSccHJijgcONejge+OJxOQOMLu7b0ovt1c9BiEJa5JcpM+EHFVGL1vluBxK71zmBy1m2f9vZF3HG0LSCp7YRkum9rAIEthDwbkxx6XTvpmAY5rjFa/NON6b9Hlbo+8peUSkoOK7HTwYnnI36asZ9eUTiveIf+DMPLojW2UX33vDWG2UKvMVDewzclb4+uLxAYshY7Mx8we/b44xu+Anb/EBLKjOPk9Yh541xJ5Ozc8EiP/5yxOp9c/lRiYUHaRW+4r0HKZyFt0eZ52ti2iM4Nfk7jRXR7an3JPsUIf5deC/1cVM/+1ZQIDAQAB",
"permissions": [

View File

@@ -1,6 +1,6 @@
{
"name": "@playwright/mcp-extension",
"version": "0.0.60",
"version": "0.0.61",
"description": "Playwright MCP Browser Extension",
"private": true,
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@playwright/cli",
"version": "0.0.60",
"version": "0.0.61",
"description": "Playwright CLI",
"repository": {
"type": "git",
@@ -25,6 +25,6 @@
"playwright-core": "1.59.0-alpha-1769452054000"
},
"bin": {
"playwright-cli": "./playwright-cli.js"
"playwright-cli": "playwright-cli.js"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@playwright/mcp",
"version": "0.0.60",
"version": "0.0.61",
"description": "Playwright Tools for MCP",
"repository": {
"type": "git",