@glyphteck/veyl 0.71.2 → 0.72.0

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.
@@ -31,6 +31,20 @@ var __toESM = (mod, isNodeMode, target) => {
31
31
  return to;
32
32
  };
33
33
  var __commonJS = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
34
+ var __returnValue = (v) => v;
35
+ function __exportSetter(name, newValue) {
36
+ this[name] = __returnValue.bind(null, newValue);
37
+ }
38
+ var __export = (target, all) => {
39
+ for (var name in all)
40
+ __defProp(target, name, {
41
+ get: all[name],
42
+ enumerable: true,
43
+ configurable: true,
44
+ set: __exportSetter.bind(all, name)
45
+ });
46
+ };
47
+ var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
34
48
 
35
49
  // ../../core/config.js
36
50
  var MS_PER_SECOND = 1000;
@@ -109,7 +123,9 @@ var CHAT_READ_WRITE_MAX_WAIT_MS = 8 * MS_PER_SECOND;
109
123
  var CHAT_LIVE_PING_INTERVAL_MS = 5 * MS_PER_SECOND;
110
124
  var CHAT_LIVE_SWEEP_INTERVAL_MS = 15 * MS_PER_SECOND;
111
125
  var CHAT_LIVE_STALE_AFTER_MS = 15 * MS_PER_SECOND;
112
- var CHAT_LIVE_RECONNECT_MAX_MS = 5 * MS_PER_SECOND;
126
+ var LIVE_RECONNECT_MAX_MS = 60 * MS_PER_SECOND;
127
+ var LIVE_RECONNECT_STABLE_MS = 60 * MS_PER_SECOND;
128
+ var LIVE_READY_TIMEOUT_MS = 10 * MS_PER_SECOND;
113
129
  var CHAT_LIVE_TYPING_IDLE_MS = 8 * MS_PER_SECOND;
114
130
  var CHAT_LIVE_TYPING_RENEW_MS = 5 * MS_PER_SECOND;
115
131
  var CHAT_LIVE_COMPOSITION_HANDOFF_MS = 15 * MS_PER_SECOND;
package/dist/auth.js CHANGED
@@ -31,6 +31,20 @@ var __toESM = (mod, isNodeMode, target) => {
31
31
  return to;
32
32
  };
33
33
  var __commonJS = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
34
+ var __returnValue = (v) => v;
35
+ function __exportSetter(name, newValue) {
36
+ this[name] = __returnValue.bind(null, newValue);
37
+ }
38
+ var __export = (target, all) => {
39
+ for (var name in all)
40
+ __defProp(target, name, {
41
+ get: all[name],
42
+ enumerable: true,
43
+ configurable: true,
44
+ set: __exportSetter.bind(all, name)
45
+ });
46
+ };
47
+ var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
34
48
 
35
49
  // ../../core/utils/text.js
36
50
  function cleanText(value) {