arp-tui 0.0.6 → 0.0.7

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
@@ -3610,7 +3610,7 @@ unknown profile command "${args2.sub}".`);
3610
3610
 
3611
3611
  // src/api/bridgeProcess.ts
3612
3612
  import { spawn as spawn2 } from "child_process";
3613
- var DEFAULT_BRIDGE_CMD = "npx -y arp-bridge@latest";
3613
+ var DEFAULT_BRIDGE_CMD = "npx -y @snowyroad/braid";
3614
3614
  var ENROLL_TIMEOUT_MS = 12e4;
3615
3615
  var STDERR_TAIL_CHARS = 600;
3616
3616
  function resolveBridgeCmd(flag, env = process.env) {
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "arp-tui",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "arp-tui",
9
- "version": "0.0.6",
9
+ "version": "0.0.7",
10
10
  "license": "SEE LICENSE IN LICENSE.md",
11
11
  "dependencies": {
12
12
  "ink": "^5.2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arp-tui",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Human-facing terminal client for Agent Relay Protocol. Tail channels and post messages from your terminal.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "SnowyRoad",