This commit is contained in:
Tommy D. Rossi
2025-11-15 13:06:08 +01:00
parent d845d44b90
commit 1ac644d4bd
12 changed files with 848 additions and 574 deletions
+72
View File
@@ -27,6 +27,28 @@ importers:
specifier: ^4.0.8
version: 4.0.8(@types/node@24.10.1)(@vitest/ui@4.0.8)(tsx@4.20.6)
extension-new:
dependencies:
'@hono/node-server':
specifier: ^1.14.1
version: 1.19.6(hono@4.10.6)
'@hono/node-ws':
specifier: ^1.0.7
version: 1.2.0(@hono/node-server@1.19.6(hono@4.10.6))(hono@4.10.6)
hono:
specifier: ^4.7.9
version: 4.10.6
playwriter:
specifier: workspace:*
version: link:../playwriter
devDependencies:
'@types/node':
specifier: ^24.10.1
version: 24.10.1
typescript:
specifier: ^5.7.3
version: 5.9.3
extension-playwright:
dependencies:
playwriter:
@@ -53,12 +75,24 @@ importers:
playwriter:
dependencies:
'@hono/node-server':
specifier: ^1.19.6
version: 1.19.6(hono@4.10.6)
'@hono/node-ws':
specifier: ^1.2.0
version: 1.2.0(@hono/node-server@1.19.6(hono@4.10.6))(hono@4.10.6)
'@modelcontextprotocol/sdk':
specifier: ^1.21.1
version: 1.21.1
chalk:
specifier: ^5.6.2
version: 5.6.2
devtools-protocol:
specifier: ^0.0.1543509
version: 0.0.1543509
hono:
specifier: ^4.10.6
version: 4.10.6
playwright-core:
specifier: ^1.56.1
version: 1.56.1
@@ -440,6 +474,19 @@ packages:
cpu: [x64]
os: [win32]
'@hono/node-server@1.19.6':
resolution: {integrity: sha512-Shz/KjlIeAhfiuE93NDKVdZ7HdBVLQAfdbaXEaoAVO3ic9ibRSLGIQGkcBbFyuLr+7/1D5ZCINM8B+6IvXeMtw==}
engines: {node: '>=18.14.1'}
peerDependencies:
hono: ^4
'@hono/node-ws@1.2.0':
resolution: {integrity: sha512-OBPQ8OSHBw29mj00wT/xGYtB6HY54j0fNSdVZ7gZM3TUeq0So11GXaWtFf1xWxQNfumKIsj0wRuLKWfVsO5GgQ==}
engines: {node: '>=18.14.1'}
peerDependencies:
'@hono/node-server': ^1.11.1
hono: ^4.6.0
'@inquirer/external-editor@1.0.3':
resolution: {integrity: sha512-RWbSrDiYmO4LbejWY7ttpxczuwQyZLBUyygsA9Nsv95hpzUWwnNTVQmAq3xuh7vNwCp07UTmE5i11XAEExx4RA==}
engines: {node: '>=18'}
@@ -738,6 +785,10 @@ packages:
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
engines: {node: '>=10'}
chalk@5.6.2:
resolution: {integrity: sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==}
engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
chardet@2.1.1:
resolution: {integrity: sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ==}
@@ -1010,6 +1061,10 @@ packages:
resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
engines: {node: '>= 0.4'}
hono@4.10.6:
resolution: {integrity: sha512-BIdolzGpDO9MQ4nu3AUuDwHZZ+KViNm+EZ75Ae55eMXMqLVhDFqEMXxtUe9Qh8hjL+pIna/frs2j6Y2yD5Ua/g==}
engines: {node: '>=16.9.0'}
http-errors@2.0.0:
resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==}
engines: {node: '>= 0.8'}
@@ -1962,6 +2017,19 @@ snapshots:
'@esbuild/win32-x64@0.25.12':
optional: true
'@hono/node-server@1.19.6(hono@4.10.6)':
dependencies:
hono: 4.10.6
'@hono/node-ws@1.2.0(@hono/node-server@1.19.6(hono@4.10.6))(hono@4.10.6)':
dependencies:
'@hono/node-server': 1.19.6(hono@4.10.6)
hono: 4.10.6
ws: 8.18.3
transitivePeerDependencies:
- bufferutil
- utf-8-validate
'@inquirer/external-editor@1.0.3(@types/node@24.10.1)':
dependencies:
chardet: 2.1.1
@@ -2247,6 +2315,8 @@ snapshots:
ansi-styles: 4.3.0
supports-color: 7.2.0
chalk@5.6.2: {}
chardet@2.1.1: {}
chokidar@3.6.0:
@@ -2580,6 +2650,8 @@ snapshots:
dependencies:
function-bind: 1.1.2
hono@4.10.6: {}
http-errors@2.0.0:
dependencies:
depd: 2.0.0