Sign In

@panerelay/agent-browser

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@panerelay/agent-browser - npm Package Compare versions

Comparing version
0.8.0
to
0.9.0
+5
-4
package.json
{
"name": "@panerelay/agent-browser",
"version": "0.8.0",
"version": "0.9.0",
"description": "Use agent-browser with current-tab or all-supported-tabs authorization in your existing browser through Panerelay.",

@@ -35,4 +35,4 @@ "type": "module",

"dependencies": {
"@panerelay/browser-registry": "0.8.0",
"@panerelay/protocol": "0.8.0"
"@panerelay/browser-registry": "0.9.0",
"@panerelay/protocol": "0.9.0"
},

@@ -42,4 +42,5 @@ "scripts": {

"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"
}
}

@@ -20,3 +20,3 @@ # `@panerelay/agent-browser`

```bash
npx skills add F-loat/panerelay --skill panerelay-browser
npx skills add F-loat/panerelay --skill panerelay
```

@@ -45,3 +45,3 @@

`@panerelay/setup --agent-browser` installs the Panerelay Provider and registers the exact compatible integration. The independently managed `panerelay-browser` Skill tells Agents how to use it; this package remains a setup-managed runtime and is not intended to be invoked directly by Agents.
`@panerelay/setup --agent-browser` installs the Panerelay Provider and registers the exact compatible integration. The independently managed `panerelay` Skill tells Agents how to use it; this package remains a setup-managed runtime and is not intended to be invoked directly by Agents.

@@ -48,0 +48,0 @@ ## Daily use and defaults