chore(ws): release @discordjs/ws@1.2.2

This commit is contained in:
Vlad Frangu
2025-04-26 00:53:36 +03:00
parent 25cc7282d0
commit cc5fbd8cc3
2 changed files with 73 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@discordjs/ws",
"version": "1.2.1",
"version": "1.2.2",
"description": "Wrapper around Discord's gateway",
"scripts": {
"test": "vitest run",
@@ -74,12 +74,12 @@
"funding": "https://github.com/discordjs/discord.js?sponsor",
"dependencies": {
"@discordjs/collection": "workspace:^",
"@discordjs/rest": "^2.4.3",
"@discordjs/rest": "^2.5.0",
"@discordjs/util": "workspace:^",
"@sapphire/async-queue": "^1.5.2",
"@types/ws": "^8.5.10",
"@vladfrangu/async_event_emitter": "^2.2.4",
"discord-api-types": "^0.37.119",
"discord-api-types": "^0.38.1",
"tslib": "^2.6.2",
"ws": "^8.17.0"
},