@openclaw/slack 2026.6.5-beta.6 → 2026.6.6-beta.1

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,150 @@
1
+ declare module "node:domain" {
2
+ import { EventEmitter } from "node:events";
3
+ /**
4
+ * The `Domain` class encapsulates the functionality of routing errors and
5
+ * uncaught exceptions to the active `Domain` object.
6
+ *
7
+ * To handle the errors that it catches, listen to its `'error'` event.
8
+ */
9
+ class Domain extends EventEmitter {
10
+ /**
11
+ * An array of event emitters that have been explicitly added to the domain.
12
+ */
13
+ members: EventEmitter[];
14
+ /**
15
+ * The `enter()` method is plumbing used by the `run()`, `bind()`, and `intercept()` methods to set the active domain. It sets `domain.active` and `process.domain` to the domain, and implicitly
16
+ * pushes the domain onto the domain
17
+ * stack managed by the domain module (see {@link exit} for details on the
18
+ * domain stack). The call to `enter()` delimits the beginning of a chain of
19
+ * asynchronous calls and I/O operations bound to a domain.
20
+ *
21
+ * Calling `enter()` changes only the active domain, and does not alter the domain
22
+ * itself. `enter()` and `exit()` can be called an arbitrary number of times on a
23
+ * single domain.
24
+ */
25
+ enter(): void;
26
+ /**
27
+ * The `exit()` method exits the current domain, popping it off the domain stack.
28
+ * Any time execution is going to switch to the context of a different chain of
29
+ * asynchronous calls, it's important to ensure that the current domain is exited.
30
+ * The call to `exit()` delimits either the end of or an interruption to the chain
31
+ * of asynchronous calls and I/O operations bound to a domain.
32
+ *
33
+ * If there are multiple, nested domains bound to the current execution context, `exit()` will exit any domains nested within this domain.
34
+ *
35
+ * Calling `exit()` changes only the active domain, and does not alter the domain
36
+ * itself. `enter()` and `exit()` can be called an arbitrary number of times on a
37
+ * single domain.
38
+ */
39
+ exit(): void;
40
+ /**
41
+ * Run the supplied function in the context of the domain, implicitly
42
+ * binding all event emitters, timers, and low-level requests that are
43
+ * created in that context. Optionally, arguments can be passed to
44
+ * the function.
45
+ *
46
+ * This is the most basic way to use a domain.
47
+ *
48
+ * ```js
49
+ * import domain from 'node:domain';
50
+ * import fs from 'node:fs';
51
+ * const d = domain.create();
52
+ * d.on('error', (er) => {
53
+ * console.error('Caught error!', er);
54
+ * });
55
+ * d.run(() => {
56
+ * process.nextTick(() => {
57
+ * setTimeout(() => { // Simulating some various async stuff
58
+ * fs.open('non-existent file', 'r', (er, fd) => {
59
+ * if (er) throw er;
60
+ * // proceed...
61
+ * });
62
+ * }, 100);
63
+ * });
64
+ * });
65
+ * ```
66
+ *
67
+ * In this example, the `d.on('error')` handler will be triggered, rather
68
+ * than crashing the program.
69
+ */
70
+ run<T>(fn: (...args: any[]) => T, ...args: any[]): T;
71
+ /**
72
+ * Explicitly adds an emitter to the domain. If any event handlers called by
73
+ * the emitter throw an error, or if the emitter emits an `'error'` event, it
74
+ * will be routed to the domain's `'error'` event, just like with implicit
75
+ * binding.
76
+ *
77
+ * If the `EventEmitter` was already bound to a domain, it is removed from that
78
+ * one, and bound to this one instead.
79
+ * @param emitter emitter to be added to the domain
80
+ */
81
+ add(emitter: EventEmitter): void;
82
+ /**
83
+ * The opposite of {@link add}. Removes domain handling from the
84
+ * specified emitter.
85
+ * @param emitter emitter to be removed from the domain
86
+ */
87
+ remove(emitter: EventEmitter): void;
88
+ /**
89
+ * The returned function will be a wrapper around the supplied callback
90
+ * function. When the returned function is called, any errors that are
91
+ * thrown will be routed to the domain's `'error'` event.
92
+ *
93
+ * ```js
94
+ * const d = domain.create();
95
+ *
96
+ * function readSomeFile(filename, cb) {
97
+ * fs.readFile(filename, 'utf8', d.bind((er, data) => {
98
+ * // If this throws, it will also be passed to the domain.
99
+ * return cb(er, data ? JSON.parse(data) : null);
100
+ * }));
101
+ * }
102
+ *
103
+ * d.on('error', (er) => {
104
+ * // An error occurred somewhere. If we throw it now, it will crash the program
105
+ * // with the normal line number and stack message.
106
+ * });
107
+ * ```
108
+ * @param callback The callback function
109
+ * @return The bound function
110
+ */
111
+ bind<T extends Function>(callback: T): T;
112
+ /**
113
+ * This method is almost identical to {@link bind}. However, in
114
+ * addition to catching thrown errors, it will also intercept `Error` objects sent as the first argument to the function.
115
+ *
116
+ * In this way, the common `if (err) return callback(err);` pattern can be replaced
117
+ * with a single error handler in a single place.
118
+ *
119
+ * ```js
120
+ * const d = domain.create();
121
+ *
122
+ * function readSomeFile(filename, cb) {
123
+ * fs.readFile(filename, 'utf8', d.intercept((data) => {
124
+ * // Note, the first argument is never passed to the
125
+ * // callback since it is assumed to be the 'Error' argument
126
+ * // and thus intercepted by the domain.
127
+ *
128
+ * // If this throws, it will also be passed to the domain
129
+ * // so the error-handling logic can be moved to the 'error'
130
+ * // event on the domain instead of being repeated throughout
131
+ * // the program.
132
+ * return cb(null, JSON.parse(data));
133
+ * }));
134
+ * }
135
+ *
136
+ * d.on('error', (er) => {
137
+ * // An error occurred somewhere. If we throw it now, it will crash the program
138
+ * // with the normal line number and stack message.
139
+ * });
140
+ * ```
141
+ * @param callback The callback function
142
+ * @return The intercepted function
143
+ */
144
+ intercept<T extends Function>(callback: T): T;
145
+ }
146
+ function create(): Domain;
147
+ }
148
+ declare module "domain" {
149
+ export * from "node:domain";
150
+ }