mirror of
https://github.com/danbulant/discord.js
synced 2026-06-10 02:02:40 +00:00
v11.5.1
This commit is contained in:
parent
db492e66e2
commit
5dd9181497
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "discord.js",
|
"name": "discord.js",
|
||||||
"version": "11.5.0",
|
"version": "11.5.1",
|
||||||
"description": "A powerful library for interacting with the Discord API",
|
"description": "A powerful library for interacting with the Discord API",
|
||||||
"main": "./src/index",
|
"main": "./src/index",
|
||||||
"types": "./typings/index.d.ts",
|
"types": "./typings/index.d.ts",
|
||||||
|
|
@ -40,13 +40,13 @@
|
||||||
"ws": "^6.0.0"
|
"ws": "^6.0.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
"@discordjs/uws": "^10.149.0",
|
||||||
"bufferutil": "^4.0.0",
|
"bufferutil": "^4.0.0",
|
||||||
"erlpack": "discordapp/erlpack",
|
"erlpack": "discordapp/erlpack",
|
||||||
"libsodium-wrappers": "^0.7.3",
|
"libsodium-wrappers": "^0.7.3",
|
||||||
"node-opus": "^0.2.7",
|
"node-opus": "^0.2.7",
|
||||||
"opusscript": "^0.0.6",
|
"opusscript": "^0.0.6",
|
||||||
"sodium": "^2.0.3",
|
"sodium": "^2.0.3"
|
||||||
"@discordjs/uws": "^10.149.0"
|
|
||||||
},
|
},
|
||||||
"peerDependenciesMeta": {
|
"peerDependenciesMeta": {
|
||||||
"bufferutil": {
|
"bufferutil": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue