@tetrixdev/ai-bridge 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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -12,7 +12,7 @@ import WebSocket from "ws";
12
12
 
13
13
  // src/protocol/version.ts
14
14
  var PROTOCOL_VERSION = "0.1";
15
- var BRIDGE_VERSION = "0.1.2";
15
+ var BRIDGE_VERSION = "0.1.3";
16
16
 
17
17
  // src/tools/manager.ts
18
18
  import fs from "fs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tetrixdev/ai-bridge",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Local CLI bridge for AI web apps — connects Codex, Claude, and Gemini CLIs to web applications via WebSocket",
5
5
  "type": "module",
6
6
  "bin": {