Sign In

@panerelay/playwright

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@panerelay/playwright - npm Package Compare versions

Comparing version
0.8.0
to
0.9.0
+4
-3
package.json
{
"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"
}
}

@@ -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`.