opera-browser-cli 0.1.36 → 0.1.37

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.
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env tsx
2
+ export {};
@@ -0,0 +1,7 @@
1
+ #!/usr/bin/env tsx
2
+ import { getErrorMessage, runBridge } from "../src/bridge.js";
3
+ runBridge().catch((error) => {
4
+ process.stderr.write(`[opera-cli] Fatal: ${getErrorMessage(error)}\n`);
5
+ process.exit(1);
6
+ });
7
+ //# sourceMappingURL=opera-cli-bridge.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"opera-cli-bridge.js","sourceRoot":"","sources":["../../bin/opera-cli-bridge.ts"],"names":[],"mappings":";AAEA,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAE9D,SAAS,EAAE,CAAC,KAAK,CAAC,CAAC,KAAK,EAAE,EAAE;IAC1B,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,sBAAsB,eAAe,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;IACvE,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAClB,CAAC,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ export {};
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env node
2
+ import { main } from '../src/cli.js';
3
+ main(process.argv.slice(2));
4
+ //# sourceMappingURL=opera-cli.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"opera-cli.js","sourceRoot":"","sources":["../../bin/opera-cli.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAErC,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC"}
package/openclaw/.env ADDED
@@ -0,0 +1 @@
1
+ OPENCLAW_GATEWAY_TOKEN=fe3c263c1288348034c20c101f7136e48ecabdaf7eeccd85ce94f3cc7d69ab43
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opera-browser-cli",
3
- "version": "0.1.36",
3
+ "version": "0.1.37",
4
4
  "description": "AXI-compliant opera-devtools-mcp wrapper — combined operations, TOON output, contextual suggestions",
5
5
  "type": "module",
6
6
  "repository": {
@@ -45,7 +45,7 @@
45
45
  "@modelcontextprotocol/sdk": "^1.12.1",
46
46
  "@toon-format/toon": "^2.1.0",
47
47
  "axi-sdk-js": "^0.1.4",
48
- "opera-devtools-mcp": "^0.2.3"
48
+ "opera-devtools-mcp": "^0.2.4"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@types/node": "^22.0.0",