chore: release v2.14.7

This commit is contained in:
Elysia 2023-07-11 23:02:46 +07:00
parent 4318b56b03
commit 50d7a4443d
2 changed files with 9 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{ {
"name": "discord.js-selfbot-v13", "name": "discord.js-selfbot-v13",
"version": "2.14.6", "version": "2.14.7",
"description": "A unofficial discord.js fork for creating selfbots [Based on discord.js v13]", "description": "A unofficial discord.js fork for creating selfbots [Based on discord.js v13]",
"main": "./src/index.js", "main": "./src/index.js",
"types": "./typings/index.d.ts", "types": "./typings/index.d.ts",
@ -52,15 +52,15 @@
"homepage": "https://github.com/aiko-chan-ai/discord.js-selfbot-v13#readme", "homepage": "https://github.com/aiko-chan-ai/discord.js-selfbot-v13#readme",
"dependencies": { "dependencies": {
"@aikochan2k6/qrcode-terminal": "^0.12.1", "@aikochan2k6/qrcode-terminal": "^0.12.1",
"@discordjs/builders": "^1.6.1", "@discordjs/builders": "^1.6.3",
"@discordjs/collection": "^1.5.0", "@discordjs/collection": "^1.5.1",
"@discordjs/voice": "^0.16.0", "@discordjs/voice": "^0.16.0",
"@sapphire/async-queue": "^1.5.0", "@sapphire/async-queue": "^1.5.0",
"@sapphire/shapeshift": "^3.8.2", "@sapphire/shapeshift": "^3.9.2",
"@types/node-fetch": "^2.6.3", "@types/node-fetch": "^2.6.4",
"@types/ws": "^8.5.4", "@types/ws": "^8.5.5",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"discord-api-types": "^0.37.40", "discord-api-types": "^0.37.48",
"fetch-cookie": "^2.1.0", "fetch-cookie": "^2.1.0",
"form-data": "^4.0.0", "form-data": "^4.0.0",
"json-bigint": "^1.0.0", "json-bigint": "^1.0.0",
@ -69,7 +69,7 @@
"safe-base64": "^2.0.1-0", "safe-base64": "^2.0.1-0",
"string_decoder": "^1.3.0", "string_decoder": "^1.3.0",
"string-similarity": "^4.0.4", "string-similarity": "^4.0.4",
"tough-cookie": "^4.1.2", "tough-cookie": "^4.1.3",
"ws": "^8.13.0" "ws": "^8.13.0"
}, },
"engines": { "engines": {