jev-ra 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/jev-ra.js +1 -1
- package/package.json +1 -1
package/bin/jev-ra.js
CHANGED
|
@@ -8,7 +8,7 @@ import { createInterface } from "node:readline";
|
|
|
8
8
|
import { fileURLToPath } from "node:url";
|
|
9
9
|
import process from "node:process";
|
|
10
10
|
|
|
11
|
-
export const PINNED = "0.1.
|
|
11
|
+
export const PINNED = "0.1.3";
|
|
12
12
|
export const INSTALL_HINT = [
|
|
13
13
|
"jev-ra runs on uv, which is not on PATH.",
|
|
14
14
|
"Install it with one of:",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jev-ra",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "A fast browser-use layer for CLI coding agents: MCP server, CLI and Python API. This package is a launcher; it runs the Python tool through uv.",
|
|
5
5
|
"keywords": ["browser", "browser-automation", "mcp", "mcp-server", "agent", "ai-agent", "cdp",
|
|
6
6
|
"chrome", "automation", "claude-code", "codex", "cursor", "typesafe", "jev", "web-agent"],
|