@tumnel/codex 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/dist/index.js CHANGED
@@ -1502,7 +1502,7 @@ var TumnelBridgeClient = class {
1502
1502
  version: BRIDGE_PROTOCOL_VERSION,
1503
1503
  type: "device.hello",
1504
1504
  clientId: this.identity.deviceId,
1505
- agentVersion: "0.1.1",
1505
+ agentVersion: "0.1.3",
1506
1506
  connectorId: "codex"
1507
1507
  };
1508
1508
  socket.send(encodeBridgeMessage(hello));