@openclaw/slack 2026.6.5 → 2026.6.6-beta.2

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 (106) hide show
  1. package/dist/api.js +2 -2
  2. package/dist/{channel-C15EZbTc.js → channel-i43aT1rv.js} +1 -1
  3. package/dist/channel-plugin-api.js +1 -1
  4. package/dist/contract-api.js +1 -5
  5. package/dist/{monitor-C1P_IgPU.js → monitor-Szm2LjsM.js} +1 -1
  6. package/dist/{pipeline.runtime-DDELeqeP.js → pipeline.runtime-Dvqs0AT-.js} +1 -1
  7. package/dist/{provider-Cxqi3uh_.js → provider-LH_j-bLA.js} +2 -1
  8. package/dist/runtime-api.js +2 -2
  9. package/node_modules/@types/node/README.md +1 -1
  10. package/node_modules/@types/node/http2.d.ts +3 -0
  11. package/node_modules/@types/node/package.json +2 -2
  12. package/node_modules/@types/ws/node_modules/@types/node/LICENSE +21 -0
  13. package/node_modules/@types/ws/node_modules/@types/node/README.md +15 -0
  14. package/node_modules/@types/ws/node_modules/@types/node/assert/strict.d.ts +59 -0
  15. package/node_modules/@types/ws/node_modules/@types/node/assert.d.ts +950 -0
  16. package/node_modules/@types/ws/node_modules/@types/node/async_hooks.d.ts +711 -0
  17. package/node_modules/@types/ws/node_modules/@types/node/buffer.buffer.d.ts +466 -0
  18. package/node_modules/@types/ws/node_modules/@types/node/buffer.d.ts +1765 -0
  19. package/node_modules/@types/ws/node_modules/@types/node/child_process.d.ts +1366 -0
  20. package/node_modules/@types/ws/node_modules/@types/node/cluster.d.ts +432 -0
  21. package/node_modules/@types/ws/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
  22. package/node_modules/@types/ws/node_modules/@types/node/console.d.ts +93 -0
  23. package/node_modules/@types/ws/node_modules/@types/node/constants.d.ts +14 -0
  24. package/node_modules/@types/ws/node_modules/@types/node/crypto.d.ts +4058 -0
  25. package/node_modules/@types/ws/node_modules/@types/node/dgram.d.ts +537 -0
  26. package/node_modules/@types/ws/node_modules/@types/node/diagnostics_channel.d.ts +552 -0
  27. package/node_modules/@types/ws/node_modules/@types/node/dns/promises.d.ts +497 -0
  28. package/node_modules/@types/ws/node_modules/@types/node/dns.d.ts +876 -0
  29. package/node_modules/@types/ws/node_modules/@types/node/domain.d.ts +150 -0
  30. package/node_modules/@types/ws/node_modules/@types/node/events.d.ts +1008 -0
  31. package/node_modules/@types/ws/node_modules/@types/node/fs/promises.d.ts +1468 -0
  32. package/node_modules/@types/ws/node_modules/@types/node/fs.d.ts +4780 -0
  33. package/node_modules/@types/ws/node_modules/@types/node/globals.d.ts +150 -0
  34. package/node_modules/@types/ws/node_modules/@types/node/globals.typedarray.d.ts +101 -0
  35. package/node_modules/@types/ws/node_modules/@types/node/http.d.ts +2147 -0
  36. package/node_modules/@types/ws/node_modules/@types/node/http2.d.ts +2485 -0
  37. package/node_modules/@types/ws/node_modules/@types/node/https.d.ts +400 -0
  38. package/node_modules/@types/ws/node_modules/@types/node/index.d.ts +117 -0
  39. package/node_modules/@types/ws/node_modules/@types/node/inspector/promises.d.ts +35 -0
  40. package/node_modules/@types/ws/node_modules/@types/node/inspector.d.ts +264 -0
  41. package/node_modules/@types/ws/node_modules/@types/node/inspector.generated.d.ts +4406 -0
  42. package/node_modules/@types/ws/node_modules/@types/node/module.d.ts +755 -0
  43. package/node_modules/@types/ws/node_modules/@types/node/net.d.ts +970 -0
  44. package/node_modules/@types/ws/node_modules/@types/node/os.d.ts +498 -0
  45. package/node_modules/@types/ws/node_modules/@types/node/package.json +155 -0
  46. package/node_modules/@types/ws/node_modules/@types/node/path/posix.d.ts +8 -0
  47. package/node_modules/@types/ws/node_modules/@types/node/path/win32.d.ts +8 -0
  48. package/node_modules/@types/ws/node_modules/@types/node/path.d.ts +178 -0
  49. package/node_modules/@types/ws/node_modules/@types/node/perf_hooks.d.ts +612 -0
  50. package/node_modules/@types/ws/node_modules/@types/node/process.d.ts +2204 -0
  51. package/node_modules/@types/ws/node_modules/@types/node/punycode.d.ts +89 -0
  52. package/node_modules/@types/ws/node_modules/@types/node/querystring.d.ts +139 -0
  53. package/node_modules/@types/ws/node_modules/@types/node/quic.d.ts +897 -0
  54. package/node_modules/@types/ws/node_modules/@types/node/readline/promises.d.ts +158 -0
  55. package/node_modules/@types/ws/node_modules/@types/node/readline.d.ts +507 -0
  56. package/node_modules/@types/ws/node_modules/@types/node/repl.d.ts +420 -0
  57. package/node_modules/@types/ws/node_modules/@types/node/sea.d.ts +47 -0
  58. package/node_modules/@types/ws/node_modules/@types/node/sqlite.d.ts +1068 -0
  59. package/node_modules/@types/ws/node_modules/@types/node/stream/consumers.d.ts +114 -0
  60. package/node_modules/@types/ws/node_modules/@types/node/stream/iter.d.ts +301 -0
  61. package/node_modules/@types/ws/node_modules/@types/node/stream/promises.d.ts +211 -0
  62. package/node_modules/@types/ws/node_modules/@types/node/stream/web.d.ts +300 -0
  63. package/node_modules/@types/ws/node_modules/@types/node/stream.d.ts +1774 -0
  64. package/node_modules/@types/ws/node_modules/@types/node/string_decoder.d.ts +27 -0
  65. package/node_modules/@types/ws/node_modules/@types/node/test/reporters.d.ts +59 -0
  66. package/node_modules/@types/ws/node_modules/@types/node/test.d.ts +2279 -0
  67. package/node_modules/@types/ws/node_modules/@types/node/timers/promises.d.ts +93 -0
  68. package/node_modules/@types/ws/node_modules/@types/node/timers.d.ts +149 -0
  69. package/node_modules/@types/ws/node_modules/@types/node/tls.d.ts +1193 -0
  70. package/node_modules/@types/ws/node_modules/@types/node/trace_events.d.ts +103 -0
  71. package/node_modules/@types/ws/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +462 -0
  72. package/node_modules/@types/ws/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  73. package/node_modules/@types/ws/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
  74. package/node_modules/@types/ws/node_modules/@types/node/ts5.6/index.d.ts +119 -0
  75. package/node_modules/@types/ws/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  76. package/node_modules/@types/ws/node_modules/@types/node/ts5.7/index.d.ts +119 -0
  77. package/node_modules/@types/ws/node_modules/@types/node/tty.d.ts +225 -0
  78. package/node_modules/@types/ws/node_modules/@types/node/url.d.ts +556 -0
  79. package/node_modules/@types/ws/node_modules/@types/node/util/types.d.ts +558 -0
  80. package/node_modules/@types/ws/node_modules/@types/node/util.d.ts +1677 -0
  81. package/node_modules/@types/ws/node_modules/@types/node/v8.d.ts +980 -0
  82. package/node_modules/@types/ws/node_modules/@types/node/vm.d.ts +1136 -0
  83. package/node_modules/@types/ws/node_modules/@types/node/wasi.d.ts +131 -0
  84. package/node_modules/@types/ws/node_modules/@types/node/web-globals/abortcontroller.d.ts +59 -0
  85. package/node_modules/@types/ws/node_modules/@types/node/web-globals/blob.d.ts +23 -0
  86. package/node_modules/@types/ws/node_modules/@types/node/web-globals/console.d.ts +9 -0
  87. package/node_modules/@types/ws/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
  88. package/node_modules/@types/ws/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
  89. package/node_modules/@types/ws/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
  90. package/node_modules/@types/ws/node_modules/@types/node/web-globals/events.d.ts +106 -0
  91. package/node_modules/@types/ws/node_modules/@types/node/web-globals/fetch.d.ts +69 -0
  92. package/node_modules/@types/ws/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
  93. package/node_modules/@types/ws/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
  94. package/node_modules/@types/ws/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
  95. package/node_modules/@types/ws/node_modules/@types/node/web-globals/performance.d.ts +45 -0
  96. package/node_modules/@types/ws/node_modules/@types/node/web-globals/storage.d.ts +24 -0
  97. package/node_modules/@types/ws/node_modules/@types/node/web-globals/streams.d.ts +115 -0
  98. package/node_modules/@types/ws/node_modules/@types/node/web-globals/timers.d.ts +44 -0
  99. package/node_modules/@types/ws/node_modules/@types/node/web-globals/url.d.ts +24 -0
  100. package/node_modules/@types/ws/node_modules/@types/node/worker_threads.d.ts +671 -0
  101. package/node_modules/@types/ws/node_modules/@types/node/zlib/iter.d.ts +131 -0
  102. package/node_modules/@types/ws/node_modules/@types/node/zlib.d.ts +589 -0
  103. package/node_modules/semver/classes/semver.js +19 -2
  104. package/node_modules/semver/package.json +1 -1
  105. package/npm-shrinkwrap.json +18 -9
  106. package/package.json +4 -4
@@ -0,0 +1,93 @@
1
+ declare module "node:timers/promises" {
2
+ import { TimerOptions } from "node:timers";
3
+ /**
4
+ * ```js
5
+ * import {
6
+ * setTimeout,
7
+ * } from 'node:timers/promises';
8
+ *
9
+ * const res = await setTimeout(100, 'result');
10
+ *
11
+ * console.log(res); // Prints 'result'
12
+ * ```
13
+ * @since v15.0.0
14
+ * @param delay The number of milliseconds to wait before fulfilling the
15
+ * promise. **Default:** `1`.
16
+ * @param value A value with which the promise is fulfilled.
17
+ */
18
+ function setTimeout<T = void>(delay?: number, value?: T, options?: TimerOptions): Promise<T>;
19
+ /**
20
+ * ```js
21
+ * import {
22
+ * setImmediate,
23
+ * } from 'node:timers/promises';
24
+ *
25
+ * const res = await setImmediate('result');
26
+ *
27
+ * console.log(res); // Prints 'result'
28
+ * ```
29
+ * @since v15.0.0
30
+ * @param value A value with which the promise is fulfilled.
31
+ */
32
+ function setImmediate<T = void>(value?: T, options?: TimerOptions): Promise<T>;
33
+ /**
34
+ * Returns an async iterator that generates values in an interval of `delay` ms.
35
+ * If `ref` is `true`, you need to call `next()` of async iterator explicitly
36
+ * or implicitly to keep the event loop alive.
37
+ *
38
+ * ```js
39
+ * import {
40
+ * setInterval,
41
+ * } from 'node:timers/promises';
42
+ *
43
+ * const interval = 100;
44
+ * for await (const startTime of setInterval(interval, Date.now())) {
45
+ * const now = Date.now();
46
+ * console.log(now);
47
+ * if ((now - startTime) > 1000)
48
+ * break;
49
+ * }
50
+ * console.log(Date.now());
51
+ * ```
52
+ * @since v15.9.0
53
+ * @param delay The number of milliseconds to wait between iterations.
54
+ * **Default:** `1`.
55
+ * @param value A value with which the iterator returns.
56
+ */
57
+ function setInterval<T = void>(delay?: number, value?: T, options?: TimerOptions): NodeJS.AsyncIterator<T>;
58
+ interface Scheduler {
59
+ /**
60
+ * An experimental API defined by the [Scheduling APIs](https://github.com/WICG/scheduling-apis) draft specification
61
+ * being developed as a standard Web Platform API.
62
+ *
63
+ * Calling `timersPromises.scheduler.wait(delay, options)` is roughly equivalent
64
+ * to calling `timersPromises.setTimeout(delay, undefined, options)` except that
65
+ * the `ref` option is not supported.
66
+ *
67
+ * ```js
68
+ * import { scheduler } from 'node:timers/promises';
69
+ *
70
+ * await scheduler.wait(1000); // Wait one second before continuing
71
+ * ```
72
+ * @since v17.3.0, v16.14.0
73
+ * @experimental
74
+ * @param delay The number of milliseconds to wait before resolving the
75
+ * promise.
76
+ */
77
+ wait(delay: number, options?: { signal?: AbortSignal }): Promise<void>;
78
+ /**
79
+ * An experimental API defined by the [Scheduling APIs](https://github.com/WICG/scheduling-apis) draft specification
80
+ * being developed as a standard Web Platform API.
81
+ *
82
+ * Calling `timersPromises.scheduler.yield()` is equivalent to calling
83
+ * `timersPromises.setImmediate()` with no arguments.
84
+ * @since v17.3.0, v16.14.0
85
+ * @experimental
86
+ */
87
+ yield(): Promise<void>;
88
+ }
89
+ const scheduler: Scheduler;
90
+ }
91
+ declare module "timers/promises" {
92
+ export * from "node:timers/promises";
93
+ }
@@ -0,0 +1,149 @@
1
+ declare module "node:timers" {
2
+ import { Abortable } from "node:events";
3
+ import * as promises from "node:timers/promises";
4
+ export interface TimerOptions extends Abortable {
5
+ /**
6
+ * Set to `false` to indicate that the scheduled `Timeout`
7
+ * should not require the Node.js event loop to remain active.
8
+ * @default true
9
+ */
10
+ ref?: boolean | undefined;
11
+ }
12
+ global {
13
+ namespace NodeJS {
14
+ /**
15
+ * This object is created internally and is returned from `setImmediate()`. It
16
+ * can be passed to `clearImmediate()` in order to cancel the scheduled
17
+ * actions.
18
+ *
19
+ * By default, when an immediate is scheduled, the Node.js event loop will continue
20
+ * running as long as the immediate is active. The `Immediate` object returned by
21
+ * `setImmediate()` exports both `immediate.ref()` and `immediate.unref()`
22
+ * functions that can be used to control this default behavior.
23
+ */
24
+ interface Immediate extends RefCounted, Disposable {
25
+ /**
26
+ * If true, the `Immediate` object will keep the Node.js event loop active.
27
+ * @since v11.0.0
28
+ */
29
+ hasRef(): boolean;
30
+ /**
31
+ * When called, requests that the Node.js event loop _not_ exit so long as the
32
+ * `Immediate` is active. Calling `immediate.ref()` multiple times will have no
33
+ * effect.
34
+ *
35
+ * By default, all `Immediate` objects are "ref'ed", making it normally unnecessary
36
+ * to call `immediate.ref()` unless `immediate.unref()` had been called previously.
37
+ * @since v9.7.0
38
+ * @returns a reference to `immediate`
39
+ */
40
+ ref(): this;
41
+ /**
42
+ * When called, the active `Immediate` object will not require the Node.js event
43
+ * loop to remain active. If there is no other activity keeping the event loop
44
+ * running, the process may exit before the `Immediate` object's callback is
45
+ * invoked. Calling `immediate.unref()` multiple times will have no effect.
46
+ * @since v9.7.0
47
+ * @returns a reference to `immediate`
48
+ */
49
+ unref(): this;
50
+ /**
51
+ * Cancels the immediate. This is similar to calling `clearImmediate()`.
52
+ * @since v20.5.0, v18.18.0
53
+ */
54
+ [Symbol.dispose](): void;
55
+ _onImmediate(...args: any[]): void;
56
+ }
57
+ // Legacy interface used in Node.js v9 and prior
58
+ // TODO: remove in a future major version bump
59
+ /** @deprecated Use `NodeJS.Timeout` instead. */
60
+ interface Timer extends RefCounted {
61
+ hasRef(): boolean;
62
+ refresh(): this;
63
+ [Symbol.toPrimitive](): number;
64
+ }
65
+ /**
66
+ * This object is created internally and is returned from `setTimeout()` and
67
+ * `setInterval()`. It can be passed to either `clearTimeout()` or
68
+ * `clearInterval()` in order to cancel the scheduled actions.
69
+ *
70
+ * By default, when a timer is scheduled using either `setTimeout()` or
71
+ * `setInterval()`, the Node.js event loop will continue running as long as the
72
+ * timer is active. Each of the `Timeout` objects returned by these functions
73
+ * export both `timeout.ref()` and `timeout.unref()` functions that can be used to
74
+ * control this default behavior.
75
+ */
76
+ interface Timeout extends RefCounted, Disposable, Timer {
77
+ /**
78
+ * Cancels the timeout.
79
+ * @since v0.9.1
80
+ * @legacy Use `clearTimeout()` instead.
81
+ * @returns a reference to `timeout`
82
+ */
83
+ close(): this;
84
+ /**
85
+ * If true, the `Timeout` object will keep the Node.js event loop active.
86
+ * @since v11.0.0
87
+ */
88
+ hasRef(): boolean;
89
+ /**
90
+ * When called, requests that the Node.js event loop _not_ exit so long as the
91
+ * `Timeout` is active. Calling `timeout.ref()` multiple times will have no effect.
92
+ *
93
+ * By default, all `Timeout` objects are "ref'ed", making it normally unnecessary
94
+ * to call `timeout.ref()` unless `timeout.unref()` had been called previously.
95
+ * @since v0.9.1
96
+ * @returns a reference to `timeout`
97
+ */
98
+ ref(): this;
99
+ /**
100
+ * Sets the timer's start time to the current time, and reschedules the timer to
101
+ * call its callback at the previously specified duration adjusted to the current
102
+ * time. This is useful for refreshing a timer without allocating a new
103
+ * JavaScript object.
104
+ *
105
+ * Using this on a timer that has already called its callback will reactivate the
106
+ * timer.
107
+ * @since v10.2.0
108
+ * @returns a reference to `timeout`
109
+ */
110
+ refresh(): this;
111
+ /**
112
+ * When called, the active `Timeout` object will not require the Node.js event loop
113
+ * to remain active. If there is no other activity keeping the event loop running,
114
+ * the process may exit before the `Timeout` object's callback is invoked. Calling
115
+ * `timeout.unref()` multiple times will have no effect.
116
+ * @since v0.9.1
117
+ * @returns a reference to `timeout`
118
+ */
119
+ unref(): this;
120
+ /**
121
+ * Coerce a `Timeout` to a primitive. The primitive can be used to
122
+ * clear the `Timeout`. The primitive can only be used in the
123
+ * same thread where the timeout was created. Therefore, to use it
124
+ * across `worker_threads` it must first be passed to the correct
125
+ * thread. This allows enhanced compatibility with browser
126
+ * `setTimeout()` and `setInterval()` implementations.
127
+ * @since v14.9.0, v12.19.0
128
+ */
129
+ [Symbol.toPrimitive](): number;
130
+ /**
131
+ * Cancels the timeout.
132
+ * @since v20.5.0, v18.18.0
133
+ */
134
+ [Symbol.dispose](): void;
135
+ _onTimeout(...args: any[]): void;
136
+ }
137
+ }
138
+ }
139
+ import clearImmediate = globalThis.clearImmediate;
140
+ import clearInterval = globalThis.clearInterval;
141
+ import clearTimeout = globalThis.clearTimeout;
142
+ import setImmediate = globalThis.setImmediate;
143
+ import setInterval = globalThis.setInterval;
144
+ import setTimeout = globalThis.setTimeout;
145
+ export { clearImmediate, clearInterval, clearTimeout, promises, setImmediate, setInterval, setTimeout };
146
+ }
147
+ declare module "timers" {
148
+ export * from "node:timers";
149
+ }