@openclaw/twitch 2026.7.1-beta.2 → 2026.7.1-beta.5
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/api.js +1 -1
- package/dist/channel-plugin-api.js +1 -1
- package/dist/{monitor-DJiQpKig.js → monitor-DuF1m2_8.js} +1 -1
- package/dist/{plugin-yFCGGYcm.js → plugin-C5o3rImF.js} +42 -5
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/http2.d.ts +1 -0
- package/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/ws/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/ws/node_modules/@types/node/assert/strict.d.ts +10 -1
- package/node_modules/@types/ws/node_modules/@types/node/assert.d.ts +144 -17
- package/node_modules/@types/ws/node_modules/@types/node/async_hooks.d.ts +9 -9
- package/node_modules/@types/ws/node_modules/@types/node/buffer.d.ts +64 -30
- package/node_modules/@types/ws/node_modules/@types/node/child_process.d.ts +17 -21
- package/node_modules/@types/ws/node_modules/@types/node/cluster.d.ts +13 -13
- package/node_modules/@types/ws/node_modules/@types/node/console.d.ts +1 -1
- package/node_modules/@types/ws/node_modules/@types/node/crypto.d.ts +471 -575
- package/node_modules/@types/ws/node_modules/@types/node/diagnostics_channel.d.ts +274 -32
- package/node_modules/@types/ws/node_modules/@types/node/dns.d.ts +15 -15
- package/node_modules/@types/ws/node_modules/@types/node/events.d.ts +3 -3
- package/node_modules/@types/ws/node_modules/@types/node/ffi.d.ts +486 -0
- package/node_modules/@types/ws/node_modules/@types/node/fs/promises.d.ts +7 -4
- package/node_modules/@types/ws/node_modules/@types/node/fs.d.ts +24 -18
- package/node_modules/@types/ws/node_modules/@types/node/globals.d.ts +4 -4
- package/node_modules/@types/ws/node_modules/@types/node/http.d.ts +30 -5
- package/node_modules/@types/ws/node_modules/@types/node/http2.d.ts +5 -1
- package/node_modules/@types/ws/node_modules/@types/node/index.d.ts +1 -3
- package/node_modules/@types/ws/node_modules/@types/node/inspector.d.ts +1 -1
- package/node_modules/@types/ws/node_modules/@types/node/module.d.ts +16 -45
- package/node_modules/@types/ws/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@types/ws/node_modules/@types/node/os.d.ts +2 -2
- package/node_modules/@types/ws/node_modules/@types/node/package.json +4 -4
- package/node_modules/@types/ws/node_modules/@types/node/perf_hooks.d.ts +1 -9
- package/node_modules/@types/ws/node_modules/@types/node/process.d.ts +25 -12
- package/node_modules/@types/ws/node_modules/@types/node/quic.d.ts +92 -11
- package/node_modules/@types/ws/node_modules/@types/node/readline.d.ts +12 -11
- package/node_modules/@types/ws/node_modules/@types/node/repl.d.ts +10 -10
- package/node_modules/@types/ws/node_modules/@types/node/sqlite.d.ts +56 -1
- package/node_modules/@types/ws/node_modules/@types/node/stream/iter.d.ts +150 -0
- package/node_modules/@types/ws/node_modules/@types/node/stream/promises.d.ts +2 -2
- package/node_modules/@types/ws/node_modules/@types/node/stream/web.d.ts +1 -1
- package/node_modules/@types/ws/node_modules/@types/node/stream.d.ts +37 -5
- package/node_modules/@types/ws/node_modules/@types/node/test/reporters.d.ts +1 -1
- package/node_modules/@types/ws/node_modules/@types/node/test.d.ts +120 -10
- package/node_modules/@types/ws/node_modules/@types/node/tls.d.ts +1 -1
- package/node_modules/@types/ws/node_modules/@types/node/ts5.6/index.d.ts +2 -4
- package/node_modules/@types/ws/node_modules/@types/node/ts5.7/index.d.ts +1 -3
- package/node_modules/@types/ws/node_modules/@types/node/url.d.ts +3 -3
- package/node_modules/@types/ws/node_modules/@types/node/util/types.d.ts +1 -1
- package/node_modules/@types/ws/node_modules/@types/node/util.d.ts +22 -22
- package/node_modules/@types/ws/node_modules/@types/node/v8.d.ts +85 -3
- package/node_modules/@types/ws/node_modules/@types/node/vm.d.ts +9 -9
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/domexception.d.ts +15 -0
- package/node_modules/@types/ws/node_modules/@types/node/worker_threads.d.ts +10 -12
- package/node_modules/@types/ws/node_modules/@types/node/zlib.d.ts +3 -3
- package/node_modules/@types/ws/node_modules/undici-types/agent.d.ts +0 -2
- package/node_modules/@types/ws/node_modules/undici-types/client.d.ts +25 -19
- package/node_modules/@types/ws/node_modules/undici-types/dispatcher.d.ts +7 -33
- package/node_modules/@types/ws/node_modules/undici-types/dispatcher1-wrapper.d.ts +7 -0
- package/node_modules/@types/ws/node_modules/undici-types/fetch.d.ts +24 -4
- package/node_modules/@types/ws/node_modules/undici-types/h2c-client.d.ts +6 -6
- package/node_modules/@types/ws/node_modules/undici-types/handlers.d.ts +1 -2
- package/node_modules/@types/ws/node_modules/undici-types/header.d.ts +5 -0
- package/node_modules/@types/ws/node_modules/undici-types/index.d.ts +3 -1
- package/node_modules/@types/ws/node_modules/undici-types/interceptors.d.ts +1 -1
- package/node_modules/@types/ws/node_modules/undici-types/package.json +1 -1
- package/node_modules/@types/ws/node_modules/undici-types/pool.d.ts +0 -2
- package/node_modules/@types/ws/node_modules/undici-types/proxy-agent.d.ts +2 -2
- package/node_modules/@types/ws/node_modules/undici-types/round-robin-pool.d.ts +0 -2
- package/node_modules/@types/ws/node_modules/undici-types/snapshot-agent.d.ts +4 -0
- package/node_modules/@types/ws/node_modules/undici-types/socks5-proxy-agent.d.ts +2 -2
- package/node_modules/@types/ws/node_modules/undici-types/webidl.d.ts +0 -1
- package/npm-shrinkwrap.json +12 -12
- package/package.json +4 -4
- package/node_modules/@types/ws/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import Dispatcher from './dispatcher'
|
|
2
2
|
import buildConnector from './connector'
|
|
3
|
-
import {
|
|
3
|
+
import { OutgoingHttpHeaders } from './header'
|
|
4
4
|
import Pool from './pool'
|
|
5
5
|
|
|
6
6
|
export default Socks5ProxyAgent
|
|
@@ -12,7 +12,7 @@ declare class Socks5ProxyAgent extends Dispatcher {
|
|
|
12
12
|
declare namespace Socks5ProxyAgent {
|
|
13
13
|
export interface Options extends Pool.Options {
|
|
14
14
|
/** Additional headers to send with the proxy connection */
|
|
15
|
-
headers?:
|
|
15
|
+
headers?: OutgoingHttpHeaders;
|
|
16
16
|
/** SOCKS5 proxy username for authentication */
|
|
17
17
|
username?: string;
|
|
18
18
|
/** SOCKS5 proxy password for authentication */
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/twitch",
|
|
3
|
-
"version": "2026.7.1-beta.
|
|
3
|
+
"version": "2026.7.1-beta.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@openclaw/twitch",
|
|
9
|
-
"version": "2026.7.1-beta.
|
|
9
|
+
"version": "2026.7.1-beta.5",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@twurple/api": "8.1.4",
|
|
12
12
|
"@twurple/auth": "8.1.4",
|
|
@@ -218,9 +218,9 @@
|
|
|
218
218
|
}
|
|
219
219
|
},
|
|
220
220
|
"node_modules/@types/node": {
|
|
221
|
-
"version": "20.19.
|
|
222
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.
|
|
223
|
-
"integrity": "sha512-
|
|
221
|
+
"version": "20.19.43",
|
|
222
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.43.tgz",
|
|
223
|
+
"integrity": "sha512-6oYBAi5ikg4Pl+kGsoYtawUMBT2zZMCvPNF7pVLnHZfd1zf38DRiWn/gT01RYCdUqkv7Fhr+C9ot4/tb+2sVvA==",
|
|
224
224
|
"license": "MIT",
|
|
225
225
|
"dependencies": {
|
|
226
226
|
"undici-types": "~6.21.0"
|
|
@@ -236,18 +236,18 @@
|
|
|
236
236
|
}
|
|
237
237
|
},
|
|
238
238
|
"node_modules/@types/ws/node_modules/@types/node": {
|
|
239
|
-
"version": "
|
|
240
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-
|
|
241
|
-
"integrity": "sha512-
|
|
239
|
+
"version": "26.1.0",
|
|
240
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.0.tgz",
|
|
241
|
+
"integrity": "sha512-O0A1G3xPGy4w7AgQdAQYUlQ+BKk2Oovw8eRpofyp5KdBZULnbe+WqaOVNrm705SHphCiG4XHsACrSmPu1f+Kgw==",
|
|
242
242
|
"license": "MIT",
|
|
243
243
|
"dependencies": {
|
|
244
|
-
"undici-types": "
|
|
244
|
+
"undici-types": "~8.3.0"
|
|
245
245
|
}
|
|
246
246
|
},
|
|
247
247
|
"node_modules/@types/ws/node_modules/undici-types": {
|
|
248
|
-
"version": "
|
|
249
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-
|
|
250
|
-
"integrity": "sha512-
|
|
248
|
+
"version": "8.3.0",
|
|
249
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz",
|
|
250
|
+
"integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==",
|
|
251
251
|
"license": "MIT"
|
|
252
252
|
},
|
|
253
253
|
"node_modules/ircv3": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/twitch",
|
|
3
|
-
"version": "2026.7.1-beta.
|
|
3
|
+
"version": "2026.7.1-beta.5",
|
|
4
4
|
"description": "OpenClaw Twitch channel plugin for chat and moderation workflows.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"minHostVersion": ">=2026.4.10"
|
|
25
25
|
},
|
|
26
26
|
"compat": {
|
|
27
|
-
"pluginApi": ">=2026.7.1-beta.
|
|
27
|
+
"pluginApi": ">=2026.7.1-beta.5"
|
|
28
28
|
},
|
|
29
29
|
"build": {
|
|
30
|
-
"openclawVersion": "2026.7.1-beta.
|
|
30
|
+
"openclawVersion": "2026.7.1-beta.5"
|
|
31
31
|
},
|
|
32
32
|
"channel": {
|
|
33
33
|
"id": "twitch",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"README.md"
|
|
56
56
|
],
|
|
57
57
|
"peerDependencies": {
|
|
58
|
-
"openclaw": ">=2026.7.1-beta.
|
|
58
|
+
"openclaw": ">=2026.7.1-beta.5"
|
|
59
59
|
},
|
|
60
60
|
"peerDependenciesMeta": {
|
|
61
61
|
"openclaw": {
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
// Backwards-compatible iterator interfaces, augmented with iterator helper methods by lib.esnext.iterator in TypeScript 5.6.
|
|
2
|
-
// The IterableIterator interface does not contain these methods, which creates assignability issues in places where IteratorObjects
|
|
3
|
-
// are expected (eg. DOM-compatible APIs) if lib.esnext.iterator is loaded.
|
|
4
|
-
// Also ensures that iterators returned by the Node API, which inherit from Iterator.prototype, correctly expose the iterator helper methods
|
|
5
|
-
// if lib.esnext.iterator is loaded.
|
|
6
|
-
// TODO: remove once this package no longer supports TS 5.5, and replace NodeJS.BuiltinIteratorReturn with BuiltinIteratorReturn.
|
|
7
|
-
|
|
8
|
-
// Placeholders for TS <5.6
|
|
9
|
-
interface IteratorObject<T, TReturn, TNext> {}
|
|
10
|
-
interface AsyncIteratorObject<T, TReturn, TNext> {}
|
|
11
|
-
|
|
12
|
-
declare namespace NodeJS {
|
|
13
|
-
// Populate iterator methods for TS <5.6
|
|
14
|
-
interface Iterator<T, TReturn, TNext> extends globalThis.Iterator<T, TReturn, TNext> {}
|
|
15
|
-
interface AsyncIterator<T, TReturn, TNext> extends globalThis.AsyncIterator<T, TReturn, TNext> {}
|
|
16
|
-
|
|
17
|
-
// Polyfill for TS 5.6's instrinsic BuiltinIteratorReturn type, required for DOM-compatible iterators
|
|
18
|
-
type BuiltinIteratorReturn = ReturnType<any[][typeof Symbol.iterator]> extends
|
|
19
|
-
globalThis.Iterator<any, infer TReturn> ? TReturn
|
|
20
|
-
: any;
|
|
21
|
-
}
|