@highway1/cli 0.1.53 → 0.1.55
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 +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +11 -22
- package/bin/clawiverse.js +0 -2
- package/src/commands/ask.ts +0 -158
- package/src/commands/card.ts +0 -104
- package/src/commands/daemon.ts +0 -207
- package/src/commands/discover.ts +0 -178
- package/src/commands/identity.ts +0 -46
- package/src/commands/inbox.ts +0 -222
- package/src/commands/init.ts +0 -54
- package/src/commands/join.ts +0 -198
- package/src/commands/peers.ts +0 -85
- package/src/commands/send.ts +0 -299
- package/src/commands/serve.ts +0 -271
- package/src/commands/status.ts +0 -60
- package/src/commands/stop.ts +0 -49
- package/src/commands/trust.ts +0 -354
- package/src/config.ts +0 -74
- package/src/daemon/client.ts +0 -90
- package/src/daemon/server.ts +0 -481
- package/src/index.ts +0 -61
- package/src/ui.ts +0 -38
package/dist/index.js
CHANGED
|
@@ -16462,7 +16462,7 @@ function registerInitCommand(program2) {
|
|
|
16462
16462
|
init_esm_shims();
|
|
16463
16463
|
init_dist();
|
|
16464
16464
|
var DEFAULT_RELAY_URLS = [
|
|
16465
|
-
"ws://
|
|
16465
|
+
"ws://hw1.woowot.com:8080"
|
|
16466
16466
|
];
|
|
16467
16467
|
function getRelayUrls(options) {
|
|
16468
16468
|
if (options.relay) return [options.relay];
|
|
@@ -16608,7 +16608,7 @@ function registerJoinCommand(program2) {
|
|
|
16608
16608
|
// src/commands/discover.ts
|
|
16609
16609
|
init_esm_shims();
|
|
16610
16610
|
init_dist();
|
|
16611
|
-
var DEFAULT_RELAY_URLS2 = ["ws://
|
|
16611
|
+
var DEFAULT_RELAY_URLS2 = ["ws://hw1.woowot.com:8080"];
|
|
16612
16612
|
function getRelayUrls2(options) {
|
|
16613
16613
|
if (options.relay) return [options.relay];
|
|
16614
16614
|
const envRelays = process.env.HW1_RELAY_URLS;
|
|
@@ -16742,7 +16742,7 @@ init_esm_shims();
|
|
|
16742
16742
|
init_dist();
|
|
16743
16743
|
init_client();
|
|
16744
16744
|
var DEFAULT_RELAY_URLS3 = [
|
|
16745
|
-
"ws://
|
|
16745
|
+
"ws://hw1.woowot.com:8080"
|
|
16746
16746
|
];
|
|
16747
16747
|
function getRelayUrls3(options) {
|
|
16748
16748
|
if (options.relay) return [options.relay];
|
|
@@ -17411,7 +17411,7 @@ init_dist();
|
|
|
17411
17411
|
init_dist();
|
|
17412
17412
|
var logger15 = createLogger("daemon");
|
|
17413
17413
|
var DEFAULT_RELAY_URLS4 = [
|
|
17414
|
-
"ws://
|
|
17414
|
+
"ws://hw1.woowot.com:8080"
|
|
17415
17415
|
];
|
|
17416
17416
|
function getRelayUrls4() {
|
|
17417
17417
|
const envRelays = process.env.HW1_RELAY_URLS;
|