proxypro-harness 0.1.0 → 0.1.1
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/README.md +1 -1
- package/lib/cli.js +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
package/lib/cli.js
CHANGED
|
@@ -35189,7 +35189,7 @@ function requireValue(flag, value) {
|
|
|
35189
35189
|
}
|
|
35190
35190
|
|
|
35191
35191
|
// ../app/src/harness/cli.ts
|
|
35192
|
-
var CLI_VERSION = true ? "0.1.
|
|
35192
|
+
var CLI_VERSION = true ? "0.1.1" : "dev";
|
|
35193
35193
|
var USAGE = `proxypro-harness v${CLI_VERSION} \u2014 headless ProxyPro AI harness (engine + MCP + Playwright)
|
|
35194
35194
|
|
|
35195
35195
|
Usage: proxypro-harness [options]
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "proxypro-harness",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Headless ProxyPro AI harness — drive a Playwright browser through the ProxyPro capturing proxy and expose it to Claude Code over MCP.",
|
|
5
|
+
"license": "MIT",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"bin": {
|
|
7
8
|
"proxypro-harness": "lib/cli.js"
|