@discordjs/ws
Advanced tools
Comparing version 2.0.1-dev.1731931516-b03a9e404 to 2.0.1-dev.1732017915-98153baf9
import * as _discordjs_util from '@discordjs/util'; | ||
import { Awaitable } from '@discordjs/util'; | ||
import { GatewayDispatchPayload, GatewayReadyDispatchData, GatewaySendPayload, GatewayOpcodes, GatewayIntentBits, GatewayIdentifyProperties, GatewayPresenceUpdateData, APIGatewayBotInfo } from 'discord-api-types/v10'; | ||
import { GatewayDispatchPayload, GatewayReadyDispatchData, GatewaySendPayload, GatewayOpcodes, GatewayIntentBits, APIGatewayBotInfo, GatewayIdentifyProperties, GatewayPresenceUpdateData } from 'discord-api-types/v10'; | ||
import * as _discordjs_collection from '@discordjs/collection'; | ||
@@ -5,0 +5,0 @@ import { Collection } from '@discordjs/collection'; |
@@ -523,3 +523,3 @@ "use strict"; | ||
})(CompressionMethod || {}); | ||
var DefaultDeviceProperty = `@discordjs/ws 2.0.1-dev.1731931516-b03a9e404`; | ||
var DefaultDeviceProperty = `@discordjs/ws 2.0.1-dev.1732017915-98153baf9`; | ||
var getDefaultSessionStore = (0, import_util.lazy)(() => new import_collection4.Collection()); | ||
@@ -1584,3 +1584,3 @@ var CompressionParameterMap = { | ||
// src/index.ts | ||
var version = "2.0.1-dev.1731931516-b03a9e404"; | ||
var version = "2.0.1-dev.1732017915-98153baf9"; | ||
// Annotate the CommonJS export names for ESM import in node: | ||
@@ -1587,0 +1587,0 @@ 0 && (module.exports = { |
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@discordjs/ws", | ||
"version": "2.0.1-dev.1731931516-b03a9e404", | ||
"version": "2.0.1-dev.1732017915-98153baf9", | ||
"description": "Wrapper around Discord's gateway", | ||
@@ -65,7 +65,7 @@ "exports": { | ||
"dependencies": { | ||
"@sapphire/async-queue": "^1.5.3", | ||
"@types/ws": "^8.5.12", | ||
"@sapphire/async-queue": "^1.5.5", | ||
"@types/ws": "^8.5.13", | ||
"@vladfrangu/async_event_emitter": "^2.4.6", | ||
"discord-api-types": "^0.37.103", | ||
"tslib": "^2.6.3", | ||
"discord-api-types": "^0.37.105", | ||
"tslib": "^2.8.1", | ||
"ws": "^8.18.0", | ||
@@ -78,7 +78,7 @@ "@discordjs/collection": "^2.1.1", | ||
"@favware/cliff-jumper": "^4.1.0", | ||
"@types/node": "^18.19.45", | ||
"@vitest/coverage-v8": "^2.0.5", | ||
"@types/node": "^18.19.64", | ||
"@vitest/coverage-v8": "^2.1.5", | ||
"cross-env": "^7.0.3", | ||
"esbuild-plugin-version-injector": "^1.2.1", | ||
"eslint": "^8.57.0", | ||
"eslint": "^8.57.1", | ||
"eslint-config-neon": "^0.1.62", | ||
@@ -88,8 +88,8 @@ "eslint-formatter-pretty": "^6.0.1", | ||
"prettier": "^3.3.3", | ||
"tsd": "^0.31.1", | ||
"tsup": "^8.2.4", | ||
"turbo": "^2.0.14", | ||
"tsd": "^0.31.2", | ||
"tsup": "^8.3.5", | ||
"turbo": "^2.3.0", | ||
"typescript": "~5.5.4", | ||
"undici": "6.19.8", | ||
"vitest": "^2.0.5", | ||
"undici": "6.21.0", | ||
"vitest": "^2.1.5", | ||
"zlib-sync": "^0.1.9", | ||
@@ -96,0 +96,0 @@ "@discordjs/api-extractor": "^7.38.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
646398
Updated@sapphire/async-queue@^1.5.5
Updated@types/ws@^8.5.13
Updateddiscord-api-types@^0.37.105
Updatedtslib@^2.8.1