@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.
- package/dist/api.js +2 -2
- package/dist/{channel-C15EZbTc.js → channel-i43aT1rv.js} +1 -1
- package/dist/channel-plugin-api.js +1 -1
- package/dist/contract-api.js +1 -5
- package/dist/{monitor-C1P_IgPU.js → monitor-Szm2LjsM.js} +1 -1
- package/dist/{pipeline.runtime-DDELeqeP.js → pipeline.runtime-Dvqs0AT-.js} +1 -1
- package/dist/{provider-Cxqi3uh_.js → provider-LH_j-bLA.js} +2 -1
- package/dist/runtime-api.js +2 -2
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/http2.d.ts +3 -0
- package/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/ws/node_modules/@types/node/LICENSE +21 -0
- package/node_modules/@types/ws/node_modules/@types/node/README.md +15 -0
- package/node_modules/@types/ws/node_modules/@types/node/assert/strict.d.ts +59 -0
- package/node_modules/@types/ws/node_modules/@types/node/assert.d.ts +950 -0
- package/node_modules/@types/ws/node_modules/@types/node/async_hooks.d.ts +711 -0
- package/node_modules/@types/ws/node_modules/@types/node/buffer.buffer.d.ts +466 -0
- package/node_modules/@types/ws/node_modules/@types/node/buffer.d.ts +1765 -0
- package/node_modules/@types/ws/node_modules/@types/node/child_process.d.ts +1366 -0
- package/node_modules/@types/ws/node_modules/@types/node/cluster.d.ts +432 -0
- package/node_modules/@types/ws/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
- package/node_modules/@types/ws/node_modules/@types/node/console.d.ts +93 -0
- package/node_modules/@types/ws/node_modules/@types/node/constants.d.ts +14 -0
- package/node_modules/@types/ws/node_modules/@types/node/crypto.d.ts +4058 -0
- package/node_modules/@types/ws/node_modules/@types/node/dgram.d.ts +537 -0
- package/node_modules/@types/ws/node_modules/@types/node/diagnostics_channel.d.ts +552 -0
- package/node_modules/@types/ws/node_modules/@types/node/dns/promises.d.ts +497 -0
- package/node_modules/@types/ws/node_modules/@types/node/dns.d.ts +876 -0
- package/node_modules/@types/ws/node_modules/@types/node/domain.d.ts +150 -0
- package/node_modules/@types/ws/node_modules/@types/node/events.d.ts +1008 -0
- package/node_modules/@types/ws/node_modules/@types/node/fs/promises.d.ts +1468 -0
- package/node_modules/@types/ws/node_modules/@types/node/fs.d.ts +4780 -0
- package/node_modules/@types/ws/node_modules/@types/node/globals.d.ts +150 -0
- package/node_modules/@types/ws/node_modules/@types/node/globals.typedarray.d.ts +101 -0
- package/node_modules/@types/ws/node_modules/@types/node/http.d.ts +2147 -0
- package/node_modules/@types/ws/node_modules/@types/node/http2.d.ts +2485 -0
- package/node_modules/@types/ws/node_modules/@types/node/https.d.ts +400 -0
- package/node_modules/@types/ws/node_modules/@types/node/index.d.ts +117 -0
- package/node_modules/@types/ws/node_modules/@types/node/inspector/promises.d.ts +35 -0
- package/node_modules/@types/ws/node_modules/@types/node/inspector.d.ts +264 -0
- package/node_modules/@types/ws/node_modules/@types/node/inspector.generated.d.ts +4406 -0
- package/node_modules/@types/ws/node_modules/@types/node/module.d.ts +755 -0
- package/node_modules/@types/ws/node_modules/@types/node/net.d.ts +970 -0
- package/node_modules/@types/ws/node_modules/@types/node/os.d.ts +498 -0
- package/node_modules/@types/ws/node_modules/@types/node/package.json +155 -0
- package/node_modules/@types/ws/node_modules/@types/node/path/posix.d.ts +8 -0
- package/node_modules/@types/ws/node_modules/@types/node/path/win32.d.ts +8 -0
- package/node_modules/@types/ws/node_modules/@types/node/path.d.ts +178 -0
- package/node_modules/@types/ws/node_modules/@types/node/perf_hooks.d.ts +612 -0
- package/node_modules/@types/ws/node_modules/@types/node/process.d.ts +2204 -0
- package/node_modules/@types/ws/node_modules/@types/node/punycode.d.ts +89 -0
- package/node_modules/@types/ws/node_modules/@types/node/querystring.d.ts +139 -0
- package/node_modules/@types/ws/node_modules/@types/node/quic.d.ts +897 -0
- package/node_modules/@types/ws/node_modules/@types/node/readline/promises.d.ts +158 -0
- package/node_modules/@types/ws/node_modules/@types/node/readline.d.ts +507 -0
- package/node_modules/@types/ws/node_modules/@types/node/repl.d.ts +420 -0
- package/node_modules/@types/ws/node_modules/@types/node/sea.d.ts +47 -0
- package/node_modules/@types/ws/node_modules/@types/node/sqlite.d.ts +1068 -0
- package/node_modules/@types/ws/node_modules/@types/node/stream/consumers.d.ts +114 -0
- package/node_modules/@types/ws/node_modules/@types/node/stream/iter.d.ts +301 -0
- package/node_modules/@types/ws/node_modules/@types/node/stream/promises.d.ts +211 -0
- package/node_modules/@types/ws/node_modules/@types/node/stream/web.d.ts +300 -0
- package/node_modules/@types/ws/node_modules/@types/node/stream.d.ts +1774 -0
- package/node_modules/@types/ws/node_modules/@types/node/string_decoder.d.ts +27 -0
- package/node_modules/@types/ws/node_modules/@types/node/test/reporters.d.ts +59 -0
- package/node_modules/@types/ws/node_modules/@types/node/test.d.ts +2279 -0
- package/node_modules/@types/ws/node_modules/@types/node/timers/promises.d.ts +93 -0
- package/node_modules/@types/ws/node_modules/@types/node/timers.d.ts +149 -0
- package/node_modules/@types/ws/node_modules/@types/node/tls.d.ts +1193 -0
- package/node_modules/@types/ws/node_modules/@types/node/trace_events.d.ts +103 -0
- package/node_modules/@types/ws/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +462 -0
- package/node_modules/@types/ws/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
- package/node_modules/@types/ws/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
- package/node_modules/@types/ws/node_modules/@types/node/ts5.6/index.d.ts +119 -0
- package/node_modules/@types/ws/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
- package/node_modules/@types/ws/node_modules/@types/node/ts5.7/index.d.ts +119 -0
- package/node_modules/@types/ws/node_modules/@types/node/tty.d.ts +225 -0
- package/node_modules/@types/ws/node_modules/@types/node/url.d.ts +556 -0
- package/node_modules/@types/ws/node_modules/@types/node/util/types.d.ts +558 -0
- package/node_modules/@types/ws/node_modules/@types/node/util.d.ts +1677 -0
- package/node_modules/@types/ws/node_modules/@types/node/v8.d.ts +980 -0
- package/node_modules/@types/ws/node_modules/@types/node/vm.d.ts +1136 -0
- package/node_modules/@types/ws/node_modules/@types/node/wasi.d.ts +131 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/abortcontroller.d.ts +59 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/blob.d.ts +23 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/console.d.ts +9 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/events.d.ts +106 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/fetch.d.ts +69 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/performance.d.ts +45 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/storage.d.ts +24 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/streams.d.ts +115 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/timers.d.ts +44 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/url.d.ts +24 -0
- package/node_modules/@types/ws/node_modules/@types/node/worker_threads.d.ts +671 -0
- package/node_modules/@types/ws/node_modules/@types/node/zlib/iter.d.ts +131 -0
- package/node_modules/@types/ws/node_modules/@types/node/zlib.d.ts +589 -0
- package/node_modules/semver/classes/semver.js +19 -2
- package/node_modules/semver/package.json +1 -1
- package/npm-shrinkwrap.json +18 -9
- package/package.json +4 -4
package/dist/api.js
CHANGED
|
@@ -3,7 +3,7 @@ import { a as resolveSlackAccount, i as resolveDefaultSlackAccountId, l as resol
|
|
|
3
3
|
import { t as inspectSlackAccount } from "./account-inspect-CdGk6R7l.js";
|
|
4
4
|
import { i as resolveSlackChannelId, n as normalizeSlackMessagingTarget, r as parseSlackTarget, t as looksLikeSlackTargetId } from "./target-parsing-C7eeWg7M.js";
|
|
5
5
|
import "./targets-nUqxHGgg.js";
|
|
6
|
-
import { a as resolveSlackAutoThreadId, i as resolveSlackChannelType, n as buildSlackThreadingToolContext, r as resetSlackChannelTypeCacheForTest, t as slackPlugin } from "./channel-
|
|
6
|
+
import { a as resolveSlackAutoThreadId, i as resolveSlackChannelType, n as buildSlackThreadingToolContext, r as resetSlackChannelTypeCacheForTest, t as slackPlugin } from "./channel-i43aT1rv.js";
|
|
7
7
|
import { _ as buildSlackInteractiveBlocks, a as parseSlackBlocksInput, c as resolveSlackGroupRequireMention, d as normalizeAllowList, f as normalizeAllowListLower, g as resolveSlackUserAllowed, h as resolveSlackAllowListMatch, i as SLACK_MAX_BLOCKS, l as resolveSlackGroupToolPolicy, m as normalizeSlackSlug, o as validateSlackBlocksArray, p as normalizeSlackAllowOwnerEntry, u as allowListMatches, v as buildSlackPresentationBlocks } from "./thread-ts-Cffag8e2.js";
|
|
8
8
|
import { a as getSlackWriteClient, c as resolveSlackWebClientOptions, i as createSlackWriteClient, l as resolveSlackWriteClientOptions, n as createSlackTokenCacheKey, o as SLACK_DEFAULT_RETRY_OPTIONS, r as createSlackWebClient, s as SLACK_WRITE_RETRY_OPTIONS, t as clearSlackWriteClientCacheForTest } from "./client-Cn2WwpcA.js";
|
|
9
9
|
import { n as extractSlackToolSend, r as listSlackMessageActions } from "./message-tool-api-B9M0zzlQ.js";
|
|
@@ -14,5 +14,5 @@ import { a as listSlackEmojis, c as pinSlackMessage, d as removeOwnSlackReaction
|
|
|
14
14
|
import { n as listSlackDirectoryGroupsFromConfig, r as listSlackDirectoryPeersFromConfig } from "./directory-config-8UPAEyNg.js";
|
|
15
15
|
import { t as probeSlack } from "./probe-BTKzLT2u.js";
|
|
16
16
|
import { t as collectSlackSecurityAuditFindings } from "./security-audit-CikQhBUY.js";
|
|
17
|
-
import { n as resolveSlackRuntimeGroupPolicy } from "./provider-
|
|
17
|
+
import { n as resolveSlackRuntimeGroupPolicy } from "./provider-LH_j-bLA.js";
|
|
18
18
|
export { SLACK_DEFAULT_RETRY_OPTIONS, SLACK_MAX_BLOCKS, SLACK_WRITE_RETRY_OPTIONS, resetSlackChannelTypeCacheForTest as __resetSlackChannelTypeCacheForTest, resetSlackChannelTypeCacheForTest, allowListMatches, buildSlackInteractiveBlocks, buildSlackPresentationBlocks, buildSlackThreadingToolContext, clearSlackThreadParticipationCache, clearSlackWriteClientCacheForTest, collectSlackSecurityAuditFindings, compileSlackInteractiveReplies, createSlackTokenCacheKey, createSlackWebClient, createSlackWriteClient, deleteSlackMessage, downloadSlackFile, editSlackMessage, extractSlackToolSend, getSlackMemberInfo, getSlackWriteClient, handleSlackHttpRequest, hasSlackThreadParticipation, inspectSlackAccount, isSlackInteractiveRepliesEnabled, listEnabledSlackAccounts, listSlackAccountIds, listSlackDirectoryGroupsFromConfig, listSlackDirectoryPeersFromConfig, listSlackEmojis, listSlackMessageActions, listSlackPins, listSlackReactions, looksLikeSlackTargetId, mergeSlackAccountConfig, normalizeAllowList, normalizeAllowListLower, normalizeSlackAllowOwnerEntry, normalizeSlackMessagingTarget, normalizeSlackSlug, normalizeSlackWebhookPath, parseSlackBlocksInput, parseSlackOptionsLine, parseSlackTarget, pinSlackMessage, probeSlack, reactSlackMessage, readSlackMessages, recordSlackThreadParticipation, registerSlackHttpHandler, removeOwnSlackReactions, removeSlackReaction, resolveDefaultSlackAccountId, resolveSlackAccount, resolveSlackAllowListMatch, resolveSlackAutoThreadId, resolveSlackChannelId, resolveSlackChannelType, resolveSlackGroupRequireMention, resolveSlackGroupToolPolicy, resolveSlackReplyToMode, resolveSlackRuntimeGroupPolicy, resolveSlackUserAllowed, resolveSlackWebClientOptions, resolveSlackWriteClientOptions, sendSlackMessage, slackPlugin, slackSetupPlugin, unpinSlackMessage, validateSlackBlocksArray };
|
|
@@ -514,7 +514,7 @@ async function loadSlackProbeModule() {
|
|
|
514
514
|
return await slackProbeModulePromise;
|
|
515
515
|
}
|
|
516
516
|
async function loadSlackMonitorModule() {
|
|
517
|
-
slackMonitorModulePromise ??= import("./monitor-
|
|
517
|
+
slackMonitorModulePromise ??= import("./monitor-Szm2LjsM.js").then((n) => n.t);
|
|
518
518
|
return await slackMonitorModulePromise;
|
|
519
519
|
}
|
|
520
520
|
async function loadSlackDirectoryLiveModule() {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as slackPlugin } from "./channel-
|
|
1
|
+
import { t as slackPlugin } from "./channel-i43aT1rv.js";
|
|
2
2
|
export { slackPlugin };
|
package/dist/contract-api.js
CHANGED
|
@@ -1,5 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { n as collectRuntimeConfigAssignments, r as secretTargetRegistryEntries } from "./secret-contract-g_PPWuoD.js";
|
|
3
|
-
import { n as listSlackDirectoryGroupsFromConfig, r as listSlackDirectoryPeersFromConfig } from "./directory-config-8UPAEyNg.js";
|
|
4
|
-
import { t as collectSlackSecurityAuditFindings } from "./security-audit-CikQhBUY.js";
|
|
5
|
-
export { collectRuntimeConfigAssignments, collectSlackSecurityAuditFindings, legacyConfigRules, listSlackDirectoryGroupsFromConfig, listSlackDirectoryPeersFromConfig, normalizeCompatibilityConfig, secretTargetRegistryEntries };
|
|
1
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as __exportAll } from "./rolldown-runtime-D7D4PA-g.js";
|
|
2
|
-
import { t as monitorSlackProvider, y as buildSlackSlashCommandMatcher } from "./provider-
|
|
2
|
+
import { t as monitorSlackProvider, y as buildSlackSlashCommandMatcher } from "./provider-LH_j-bLA.js";
|
|
3
3
|
import { t as isSlackChannelAllowedByPolicy } from "./policy-DT3mRh58.js";
|
|
4
4
|
import { o as resolveSlackThreadTs } from "./replies-FEOdgSlE.js";
|
|
5
5
|
//#region extensions/slack/src/monitor.ts
|
|
@@ -7,7 +7,7 @@ import { n as resolveSlackNativeStreaming, r as resolveSlackStreamingMode, t as
|
|
|
7
7
|
import { a as recordSlackThreadParticipation, i as hasSlackThreadParticipationWithPersistence, s as normalizeSlackOutboundText, t as sendMessageSlack } from "./send-rekB-Xjp.js";
|
|
8
8
|
import { _ as resolveSlackThreadStarter, b as buildSlackEditTextPayload, f as removeSlackReaction, g as resolveSlackThreadHistory, l as reactSlackMessage, r as editSlackMessage, t as deleteSlackMessage, y as formatSlackFileReference } from "./actions-YkhEE5f1.js";
|
|
9
9
|
import { t as formatSlackError } from "./errors-CZtmv-h0.js";
|
|
10
|
-
import { _ as resolveStorePath, a as escapeSlackMrkdwn, b as stripSlackMentionsForCommandDetection, c as authorizeSlackBotRoomMessage, d as buildSlackAssistantThreadMetadata, f as parseSlackAssistantThreadMetadata, g as resolveChannelContextVisibilityMode, h as readSessionUpdatedAt, i as authorizeSlackDirectMessage, l as resolveSlackCommandIngress, m as resolveSlackChatType, o as recordInboundSession, p as normalizeSlackChannelType, r as resolveSlackRoomContextHints, s as resolveConversationLabel$1, u as resolveSlackEffectiveAllowFrom, v as updateLastRoute } from "./provider-
|
|
10
|
+
import { _ as resolveStorePath, a as escapeSlackMrkdwn, b as stripSlackMentionsForCommandDetection, c as authorizeSlackBotRoomMessage, d as buildSlackAssistantThreadMetadata, f as parseSlackAssistantThreadMetadata, g as resolveChannelContextVisibilityMode, h as readSessionUpdatedAt, i as authorizeSlackDirectMessage, l as resolveSlackCommandIngress, m as resolveSlackChatType, o as recordInboundSession, p as normalizeSlackChannelType, r as resolveSlackRoomContextHints, s as resolveConversationLabel$1, u as resolveSlackEffectiveAllowFrom, v as updateLastRoute } from "./provider-LH_j-bLA.js";
|
|
11
11
|
import { n as resolveSlackChannelConfig } from "./policy-DT3mRh58.js";
|
|
12
12
|
import { a as resolveDeliveredSlackReplyThreadTs, i as readSlackReplyBlocks, n as deliverReplies, o as resolveSlackThreadTs, t as createSlackReplyDeliveryPlan } from "./replies-FEOdgSlE.js";
|
|
13
13
|
import { asOptionalRecord, normalizeLowercaseStringOrEmpty, normalizeOptionalLowercaseString, normalizeOptionalString, readStringValue } from "openclaw/plugin-sdk/string-coerce-runtime";
|
|
@@ -2699,7 +2699,7 @@ function createSlackThreadTsResolver(params) {
|
|
|
2699
2699
|
//#region extensions/slack/src/monitor/message-handler.ts
|
|
2700
2700
|
let slackMessagePipelinePromise;
|
|
2701
2701
|
function loadSlackMessagePipeline() {
|
|
2702
|
-
slackMessagePipelinePromise ??= import("./pipeline.runtime-
|
|
2702
|
+
slackMessagePipelinePromise ??= import("./pipeline.runtime-Dvqs0AT-.js");
|
|
2703
2703
|
return slackMessagePipelinePromise;
|
|
2704
2704
|
}
|
|
2705
2705
|
const APP_MENTION_RETRY_TTL_MS = 6e4;
|
|
@@ -3964,6 +3964,7 @@ async function registerSlackMonitorSlashCommands(params) {
|
|
|
3964
3964
|
registerArgOptions();
|
|
3965
3965
|
} catch (err) {
|
|
3966
3966
|
supportsExternalArgMenus = false;
|
|
3967
|
+
runtime.log?.(warn("slack: external arg-menu registration failed; falling back to static slash command menus. Enable verbose logs for details."));
|
|
3967
3968
|
logVerbose(`slack: external arg-menu registration failed, falling back to static menus: ${formatErrorMessage(err)}`);
|
|
3968
3969
|
}
|
|
3969
3970
|
const registerArgAction = (actionId) => {
|
package/dist/runtime-api.js
CHANGED
|
@@ -7,8 +7,8 @@ import { a as listSlackEmojis, c as pinSlackMessage, d as removeOwnSlackReaction
|
|
|
7
7
|
import { t as probeSlack } from "./probe-BTKzLT2u.js";
|
|
8
8
|
import { t as resolveSlackChannelAllowlist } from "./resolve-channels-DX2GSx9c.js";
|
|
9
9
|
import { t as resolveSlackUserAllowlist } from "./resolve-users-DOULgUwy.js";
|
|
10
|
-
import { t as monitorSlackProvider } from "./provider-
|
|
10
|
+
import { t as monitorSlackProvider } from "./provider-LH_j-bLA.js";
|
|
11
11
|
import { n as slackActionRuntime, t as handleSlackAction } from "./action-runtime-CgrHdqkC.js";
|
|
12
12
|
import { n as listSlackDirectoryGroupsLive, r as listSlackDirectoryPeersLive } from "./directory-live-C1acgXKJ.js";
|
|
13
|
-
import "./monitor-
|
|
13
|
+
import "./monitor-Szm2LjsM.js";
|
|
14
14
|
export { deleteSlackMessage, editSlackMessage, getSlackMemberInfo, handleSlackAction, listEnabledSlackAccounts, listSlackAccountIds, listSlackDirectoryGroupsLive, listSlackDirectoryPeersLive, listSlackEmojis, listSlackPins, listSlackReactions, monitorSlackProvider, pinSlackMessage, probeSlack, reactSlackMessage, readSlackMessages, registerSlackPluginHttpRoutes, removeOwnSlackReactions, removeSlackReaction, resolveDefaultSlackAccountId, resolveSlackAccount, resolveSlackAppToken, resolveSlackBotToken, resolveSlackChannelAllowlist, resolveSlackGroupRequireMention, resolveSlackGroupToolPolicy, resolveSlackUserAllowlist, sendMessageSlack, sendSlackMessage, setSlackRuntime, slackActionRuntime, unpinSlackMessage };
|
|
@@ -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.
|
|
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
|
|
@@ -582,6 +582,7 @@ declare module "node:http2" {
|
|
|
582
582
|
maxConcurrentStreams?: number | undefined;
|
|
583
583
|
maxHeaderListSize?: number | undefined;
|
|
584
584
|
enableConnectProtocol?: boolean | undefined;
|
|
585
|
+
customSettings?: { [key: number]: number };
|
|
585
586
|
}
|
|
586
587
|
interface ClientSessionRequestOptions {
|
|
587
588
|
endStream?: boolean | undefined;
|
|
@@ -1240,6 +1241,8 @@ declare module "node:http2" {
|
|
|
1240
1241
|
Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
|
|
1241
1242
|
Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
|
|
1242
1243
|
> extends SessionOptions {
|
|
1244
|
+
maxSessionRejectedStreams?: number | undefined;
|
|
1245
|
+
maxSessionInvalidFrames?: number | undefined;
|
|
1243
1246
|
streamResetBurst?: number | undefined;
|
|
1244
1247
|
streamResetRate?: number | undefined;
|
|
1245
1248
|
/** @deprecated Use `http1Options.IncomingMessage` instead. */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "25.9.
|
|
3
|
+
"version": "25.9.2",
|
|
4
4
|
"description": "TypeScript definitions for node",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -150,6 +150,6 @@
|
|
|
150
150
|
"undici-types": ">=7.24.0 <7.24.7"
|
|
151
151
|
},
|
|
152
152
|
"peerDependencies": {},
|
|
153
|
-
"typesPublisherContentHash": "
|
|
153
|
+
"typesPublisherContentHash": "a4b1508fd78227ea41216c90a2f88a2fa4eeaefffb6c5d6334a18215ad38d681",
|
|
154
154
|
"typeScriptVersion": "5.3"
|
|
155
155
|
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) Microsoft Corporation.
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Installation
|
|
2
|
+
> `npm install --save @types/node`
|
|
3
|
+
|
|
4
|
+
# Summary
|
|
5
|
+
This package contains type definitions for node (https://nodejs.org/).
|
|
6
|
+
|
|
7
|
+
# Details
|
|
8
|
+
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node.
|
|
9
|
+
|
|
10
|
+
### Additional Details
|
|
11
|
+
* Last updated: Tue, 19 May 2026 17:48:56 GMT
|
|
12
|
+
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)
|
|
13
|
+
|
|
14
|
+
# Credits
|
|
15
|
+
These definitions were written by [Microsoft TypeScript](https://github.com/Microsoft), [Alberto Schiabel](https://github.com/jkomyno), [Andrew Makarov](https://github.com/r3nya), [Benjamin Toueg](https://github.com/btoueg), [David Junger](https://github.com/touffy), [Mohsen Azimi](https://github.com/mohsen1), [Nikita Galkin](https://github.com/galkin), [Sebastian Silbermann](https://github.com/eps1lon), [Wilco Bakker](https://github.com/WilcoBakker), [Marcin Kopacz](https://github.com/chyzwar), [Trivikram Kamat](https://github.com/trivikr), [Junxiao Shi](https://github.com/yoursunny), [Ilia Baryshnikov](https://github.com/qwelias), [ExE Boss](https://github.com/ExE-Boss), [Piotr Błażejewicz](https://github.com/peterblazejewicz), [Anna Henningsen](https://github.com/addaleax), [Victor Perin](https://github.com/victorperin), [NodeJS Contributors](https://github.com/NodeJS), [Linus Unnebäck](https://github.com/LinusU), [wafuwafu13](https://github.com/wafuwafu13), [Matteo Collina](https://github.com/mcollina), [Dmitry Semigradsky](https://github.com/Semigradsky), [René](https://github.com/Renegade334), and [Yagiz Nizipli](https://github.com/anonrig).
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
declare module "node:assert/strict" {
|
|
2
|
+
import {
|
|
3
|
+
Assert,
|
|
4
|
+
AssertionError,
|
|
5
|
+
AssertionErrorOptions,
|
|
6
|
+
AssertOptions,
|
|
7
|
+
AssertPredicate,
|
|
8
|
+
AssertStrict,
|
|
9
|
+
deepStrictEqual,
|
|
10
|
+
doesNotMatch,
|
|
11
|
+
doesNotReject,
|
|
12
|
+
doesNotThrow,
|
|
13
|
+
fail,
|
|
14
|
+
ifError,
|
|
15
|
+
match,
|
|
16
|
+
notDeepStrictEqual,
|
|
17
|
+
notStrictEqual,
|
|
18
|
+
ok,
|
|
19
|
+
partialDeepStrictEqual,
|
|
20
|
+
rejects,
|
|
21
|
+
strictEqual,
|
|
22
|
+
throws,
|
|
23
|
+
} from "node:assert";
|
|
24
|
+
function strict(value: unknown, message?: string | Error): asserts value;
|
|
25
|
+
namespace strict {
|
|
26
|
+
export {
|
|
27
|
+
Assert,
|
|
28
|
+
AssertionError,
|
|
29
|
+
AssertionErrorOptions,
|
|
30
|
+
AssertOptions,
|
|
31
|
+
AssertPredicate,
|
|
32
|
+
AssertStrict,
|
|
33
|
+
deepStrictEqual,
|
|
34
|
+
deepStrictEqual as deepEqual,
|
|
35
|
+
doesNotMatch,
|
|
36
|
+
doesNotReject,
|
|
37
|
+
doesNotThrow,
|
|
38
|
+
fail,
|
|
39
|
+
ifError,
|
|
40
|
+
match,
|
|
41
|
+
notDeepStrictEqual,
|
|
42
|
+
notDeepStrictEqual as notDeepEqual,
|
|
43
|
+
notStrictEqual,
|
|
44
|
+
notStrictEqual as notEqual,
|
|
45
|
+
ok,
|
|
46
|
+
partialDeepStrictEqual,
|
|
47
|
+
rejects,
|
|
48
|
+
strict,
|
|
49
|
+
strictEqual,
|
|
50
|
+
strictEqual as equal,
|
|
51
|
+
throws,
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
export = strict;
|
|
55
|
+
}
|
|
56
|
+
declare module "assert/strict" {
|
|
57
|
+
import strict = require("node:assert/strict");
|
|
58
|
+
export = strict;
|
|
59
|
+
}
|