@highway1/cli 0.1.54 → 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 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://relay.highway1.net:8080"
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://relay.highway1.net:8080"];
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://relay.highway1.net:8080"
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://relay.highway1.net:8080"
17414
+ "ws://hw1.woowot.com:8080"
17415
17415
  ];
17416
17416
  function getRelayUrls4() {
17417
17417
  const envRelays = process.env.HW1_RELAY_URLS;