@discordjs/ws
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -522,3 +522,3 @@ "use strict"; | ||
})(CompressionMethod || {}); | ||
var DefaultDeviceProperty = `@discordjs/ws 1.2.0`; | ||
var DefaultDeviceProperty = `@discordjs/ws 1.2.1`; | ||
var getDefaultSessionStore = (0, import_util.lazy)(() => new import_collection4.Collection()); | ||
@@ -1480,3 +1480,3 @@ var DefaultWebSocketManagerOptions = { | ||
// src/index.ts | ||
var version = "1.2.0"; | ||
var version = "1.2.1"; | ||
// Annotate the CommonJS export names for ESM import in node: | ||
@@ -1483,0 +1483,0 @@ 0 && (module.exports = { |
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@discordjs/ws", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Wrapper around Discord's gateway", | ||
@@ -65,7 +65,7 @@ "exports": { | ||
"dependencies": { | ||
"@discordjs/rest": "^2.4.1", | ||
"@discordjs/rest": "^2.4.3", | ||
"@sapphire/async-queue": "^1.5.2", | ||
"@types/ws": "^8.5.10", | ||
"@vladfrangu/async_event_emitter": "^2.2.4", | ||
"discord-api-types": "^0.37.114", | ||
"discord-api-types": "^0.37.119", | ||
"tslib": "^2.6.2", | ||
@@ -91,7 +91,7 @@ "ws": "^8.17.0", | ||
"typescript": "^5.4.5", | ||
"undici": "6.18.2", | ||
"undici": "6.21.1", | ||
"vitest": "^1.6.0", | ||
"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
Updated@discordjs/rest@^2.4.3
Updateddiscord-api-types@^0.37.119