@panerelay/playwright
Advanced tools
+4
-3
| { | ||
| "name": "@panerelay/playwright", | ||
| "version": "0.8.0", | ||
| "version": "0.9.0", | ||
| "description": "Connect Playwright CLI to current-tab or all-supported-tabs authorization through Panerelay.", | ||
@@ -39,3 +39,3 @@ "type": "module", | ||
| "dependencies": { | ||
| "@panerelay/protocol": "0.8.0" | ||
| "@panerelay/protocol": "0.9.0" | ||
| }, | ||
@@ -48,4 +48,5 @@ "devDependencies": { | ||
| "typecheck": "tsc -p tsconfig.json --noEmit", | ||
| "test": "pnpm run build && node ../../../scripts/run-compiled-tests.mjs dist" | ||
| "test": "pnpm run build && pnpm run test:compiled", | ||
| "test:compiled": "node ../../../scripts/run-compiled-tests.mjs dist" | ||
| } | ||
| } |
+1
-1
@@ -23,3 +23,3 @@ # `@panerelay/playwright` | ||
| The setup package verifies the upstream executable and installs only Panerelay-owned adapter metadata. It does not install a shim, modify `PATH` or shell startup files, write `.playwright/cli.config.json`, set Playwright as a default, or manage an Agent Skill. The independently installed `panerelay-browser` Skill contains the Playwright workflow. | ||
| The setup package verifies the upstream executable and installs only Panerelay-owned adapter metadata. It does not install a shim, modify `PATH` or shell startup files, write `.playwright/cli.config.json`, set Playwright as a default, or manage an Agent Skill. The independently installed `panerelay` Skill contains the Playwright workflow. | ||
@@ -26,0 +26,0 @@ For explicit user-managed configuration, set `PLAYWRIGHT_MCP_CDP_ENDPOINT=http://127.0.0.1:43827/cdp/playwright` or configure `browser.cdpEndpoint` in `.playwright/cli.config.json`. |
19563
0.2%+ Added
- Removed
Updated