@discordjs/ws
Advanced tools
Comparing version 3.0.0-dev.1738109517-fa0d4b507 to 3.0.0-dev.1738152308-5f463eb9e
@@ -523,3 +523,3 @@ "use strict"; | ||
})(CompressionMethod || {}); | ||
var DefaultDeviceProperty = `@discordjs/ws 3.0.0-dev.1738109517-fa0d4b507`; | ||
var DefaultDeviceProperty = `@discordjs/ws 3.0.0-dev.1738152308-5f463eb9e`; | ||
var getDefaultSessionStore = (0, import_util.lazy)(() => new import_collection4.Collection()); | ||
@@ -1596,3 +1596,3 @@ var CompressionParameterMap = { | ||
// src/index.ts | ||
var version = "3.0.0-dev.1738109517-fa0d4b507"; | ||
var version = "3.0.0-dev.1738152308-5f463eb9e"; | ||
// Annotate the CommonJS export names for ESM import in node: | ||
@@ -1599,0 +1599,0 @@ 0 && (module.exports = { |
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@discordjs/ws", | ||
"version": "3.0.0-dev.1738109517-fa0d4b507", | ||
"version": "3.0.0-dev.1738152308-5f463eb9e", | ||
"description": "Wrapper around Discord's gateway", | ||
@@ -72,4 +72,4 @@ "exports": { | ||
"@discordjs/collection": "^2.1.1", | ||
"@discordjs/rest": "^2.4.0", | ||
"@discordjs/util": "^1.1.1" | ||
"@discordjs/util": "^1.1.1", | ||
"@discordjs/rest": "^2.4.0" | ||
}, | ||
@@ -76,0 +76,0 @@ "devDependencies": { |
@@ -12,3 +12,4 @@ <div align="center"> | ||
<a href="https://github.com/discordjs/discord.js/actions"><img src="https://github.com/discordjs/discord.js/actions/workflows/test.yml/badge.svg" alt="Build status" /></a> | ||
<a href="https://codecov.io/gh/discordjs/discord.js" ><img src="https://codecov.io/gh/discordjs/discord.js/branch/main/graph/badge.svg?precision=2&flag=ws" alt="Code coverage" /></a> | ||
<a href="https://github.com/discordjs/discord.js/commits/main/packages/ws"><img alt="Last commit." src="https://img.shields.io/github/last-commit/discordjs/discord.js?logo=github&logoColor=ffffff&path=packages%2Fws"></a> | ||
<a href="https://codecov.io/gh/discordjs/discord.js"><img src="https://codecov.io/gh/discordjs/discord.js/branch/main/graph/badge.svg?precision=2&flag=ws" alt="Code coverage" /></a> | ||
</p> | ||
@@ -15,0 +16,0 @@ <p> |
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
656561
222