@matelink/cli 2026.4.19 → 2026.4.20

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/bin/matecli.mjs +1 -1
  2. package/package.json +1 -1
package/bin/matecli.mjs CHANGED
@@ -21,7 +21,7 @@ const GROUP_SIZE = 4;
21
21
  const DEFAULT_RELAY_WORKER_WAIT_SECONDS = 600;
22
22
  const DEFAULT_NETWORK_TIMEOUT_MS = 600000;
23
23
  const BRIDGE_RETRY_DELAY_MS = 2000;
24
- const DEFAULT_RELAY_URL = "http://43.134.64.199:8090";
24
+ const DEFAULT_RELAY_URL = "https://test-mate.clipzap.ai";
25
25
  const DEFAULT_GATEWAY_HOST = "127.0.0.1";
26
26
  const DEFAULT_WEBHOOK_PATH = "/testnextim/webhook";
27
27
  const DEFAULT_BIND_PATH = "/testnextim/bind";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matelink/cli",
3
- "version": "2026.4.19",
3
+ "version": "2026.4.20",
4
4
  "private": false,
5
5
  "description": "Relay-first CLI for pairing and bridging OpenClaw gateway traffic",
6
6
  "type": "module",