@discordjs/ws
Advanced tools
Comparing version 2.0.1-dev.1732709137-97ffa201a to 2.0.1-dev.1735038697-e9944b3d2
import * as _discordjs_util from '@discordjs/util'; | ||
import { Awaitable } from '@discordjs/util'; | ||
import { GatewayDispatchPayload, GatewayReadyDispatchData, GatewaySendPayload, GatewayOpcodes, GatewayIntentBits, APIGatewayBotInfo, GatewayIdentifyProperties, GatewayPresenceUpdateData } from 'discord-api-types/v10'; | ||
import { GatewayDispatchPayload, GatewayReadyDispatchData, GatewaySendPayload, GatewayOpcodes, GatewayIntentBits, GatewayIdentifyProperties, GatewayPresenceUpdateData, APIGatewayBotInfo } 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.1732709137-97ffa201a`; | ||
var DefaultDeviceProperty = `@discordjs/ws 2.0.1-dev.1735038697-e9944b3d2`; | ||
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.1732709137-97ffa201a"; | ||
var version = "2.0.1-dev.1735038697-e9944b3d2"; | ||
// 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.1732709137-97ffa201a", | ||
"version": "2.0.1-dev.1735038697-e9944b3d2", | ||
"description": "Wrapper around Discord's gateway", | ||
@@ -65,19 +65,19 @@ "exports": { | ||
"dependencies": { | ||
"@sapphire/async-queue": "^1.5.5", | ||
"@types/ws": "^8.5.13", | ||
"@sapphire/async-queue": "^1.5.3", | ||
"@types/ws": "^8.5.12", | ||
"@vladfrangu/async_event_emitter": "^2.4.6", | ||
"discord-api-types": "^0.37.107", | ||
"tslib": "^2.8.1", | ||
"discord-api-types": "^0.37.113", | ||
"tslib": "^2.6.3", | ||
"ws": "^8.18.0", | ||
"@discordjs/util": "^1.1.1", | ||
"@discordjs/collection": "^2.1.1", | ||
"@discordjs/rest": "^2.4.0" | ||
"@discordjs/rest": "^2.4.0", | ||
"@discordjs/util": "^1.1.1" | ||
}, | ||
"devDependencies": { | ||
"@favware/cliff-jumper": "^4.1.0", | ||
"@types/node": "^18.19.64", | ||
"@vitest/coverage-v8": "^2.1.5", | ||
"@types/node": "^18.19.45", | ||
"@vitest/coverage-v8": "^2.0.5", | ||
"cross-env": "^7.0.3", | ||
"esbuild-plugin-version-injector": "^1.2.1", | ||
"eslint": "^8.57.1", | ||
"eslint": "^8.57.0", | ||
"eslint-config-neon": "^0.1.62", | ||
@@ -87,11 +87,11 @@ "eslint-formatter-pretty": "^6.0.1", | ||
"prettier": "^3.3.3", | ||
"tsd": "^0.31.2", | ||
"tsup": "^8.3.5", | ||
"turbo": "^2.3.0", | ||
"tsd": "^0.31.1", | ||
"tsup": "^8.2.4", | ||
"turbo": "^2.0.14", | ||
"typescript": "~5.5.4", | ||
"undici": "6.21.0", | ||
"vitest": "^2.1.5", | ||
"undici": "6.19.8", | ||
"vitest": "^2.0.5", | ||
"zlib-sync": "^0.1.9", | ||
"@discordjs/api-extractor": "^7.38.1", | ||
"@discordjs/scripts": "^0.1.0" | ||
"@discordjs/scripts": "^0.1.0", | ||
"@discordjs/api-extractor": "^7.38.1" | ||
}, | ||
@@ -98,0 +98,0 @@ "engines": { |
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
646399
Updated@sapphire/async-queue@^1.5.3
Updated@types/ws@^8.5.12
Updateddiscord-api-types@^0.37.113
Updatedtslib@^2.6.3