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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/lib/cli.js +1 -1
  3. package/package.json +2 -1
package/README.md CHANGED
@@ -51,4 +51,4 @@ action triggered.
51
51
 
52
52
  ## License
53
53
 
54
- See the ProxyPro repository.
54
+ MIT — see the ProxyPro repository.
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.0" : "dev";
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.0",
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"