@openclaw/twitch 2026.6.5 → 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.
|
@@ -8,7 +8,7 @@ This package contains type definitions for node (https://nodejs.org/).
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node/v20.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Fri, 05 Jun 2026 22:33:07 GMT
|
|
12
12
|
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)
|
|
13
13
|
|
|
14
14
|
# Credits
|
|
@@ -635,6 +635,7 @@ declare module "http2" {
|
|
|
635
635
|
maxConcurrentStreams?: number | undefined;
|
|
636
636
|
maxHeaderListSize?: number | undefined;
|
|
637
637
|
enableConnectProtocol?: boolean | undefined;
|
|
638
|
+
customSettings?: { [key: number]: number };
|
|
638
639
|
}
|
|
639
640
|
export interface ClientSessionRequestOptions {
|
|
640
641
|
endStream?: boolean | undefined;
|
|
@@ -1337,6 +1338,8 @@ declare module "http2" {
|
|
|
1337
1338
|
Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
|
|
1338
1339
|
Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
|
|
1339
1340
|
> extends SessionOptions {
|
|
1341
|
+
maxSessionRejectedStreams?: number | undefined;
|
|
1342
|
+
maxSessionInvalidFrames?: number | undefined;
|
|
1340
1343
|
Http1IncomingMessage?: Http1Request | undefined;
|
|
1341
1344
|
Http1ServerResponse?: Http1Response | undefined;
|
|
1342
1345
|
Http2ServerRequest?: Http2Request | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "20.19.
|
|
3
|
+
"version": "20.19.42",
|
|
4
4
|
"description": "TypeScript definitions for node",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -135,6 +135,6 @@
|
|
|
135
135
|
"undici-types": "~6.21.0"
|
|
136
136
|
},
|
|
137
137
|
"peerDependencies": {},
|
|
138
|
-
"typesPublisherContentHash": "
|
|
138
|
+
"typesPublisherContentHash": "ada232ae4b945d559a12c6e845140613a8d767a88147aafe0ab24b837048ff04",
|
|
139
139
|
"typeScriptVersion": "5.3"
|
|
140
140
|
}
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/twitch",
|
|
3
|
-
"version": "2026.6.
|
|
3
|
+
"version": "2026.6.6-beta.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@openclaw/twitch",
|
|
9
|
-
"version": "2026.6.
|
|
9
|
+
"version": "2026.6.6-beta.1",
|
|
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.42",
|
|
222
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.42.tgz",
|
|
223
|
+
"integrity": "sha512-5L7SUaFC1RyDraj2yRhyBzHTobyXHmohD100CChNtyPyleoq37Mqab5Gn8XEKI04dfN/oqPdpHk38MgcQWHbZg==",
|
|
224
224
|
"license": "MIT",
|
|
225
225
|
"dependencies": {
|
|
226
226
|
"undici-types": "~6.21.0"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/twitch",
|
|
3
|
-
"version": "2026.6.
|
|
3
|
+
"version": "2026.6.6-beta.1",
|
|
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.6.
|
|
27
|
+
"pluginApi": ">=2026.6.6-beta.1"
|
|
28
28
|
},
|
|
29
29
|
"build": {
|
|
30
|
-
"openclawVersion": "2026.6.
|
|
30
|
+
"openclawVersion": "2026.6.6-beta.1"
|
|
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.6.
|
|
58
|
+
"openclaw": ">=2026.6.6-beta.1"
|
|
59
59
|
},
|
|
60
60
|
"peerDependenciesMeta": {
|
|
61
61
|
"openclaw": {
|