Skip to content

Commit

Permalink
2.4.5
Browse files Browse the repository at this point in the history
Distube updated from v4.1.1 to v4.2.2
  • Loading branch information
AlexInCube committed Apr 23, 2024
1 parent 2c5a6a7 commit aebe389
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 115 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aicbot",
"version": "2.4.4",
"version": "2.4.5",
"description": "Discord Bot for playing music",
"main": "build/main.js",
"scripts": {
Expand All @@ -17,30 +17,30 @@
"@discordjs/rest": "^1.7.1",
"@discordjs/voice": "^0.16.1",
"@distube/soundcloud": "^1.3.3",
"@distube/spotify": "^1.6.0",
"@distube/spotify": "^1.6.1",
"@distube/yt-dlp": "^1.1.3",
"@distube/ytdl-core": "^4.13.3",
"cross-env": "7.0.3",
"discord.js": "^14.14.1",
"distube": "^4.1.1",
"distube": "^4.2.2",
"distube-yandex-music-plugin": "^0.2.1",
"dotenv": "^16.4.5",
"i18next": "^22.5.1",
"i18next-fs-backend": "^2.3.1",
"mongoose": "^7.6.10",
"mongoose": "^7.6.11",
"node-os-utils": "^1.3.7",
"prism-media": "^1.3.5",
"sodium-native": "^4.1.1",
"uuid": "^9.0.1",
"zod": "^3.22.4"
"zod": "^3.23.3"
},
"devDependencies": {
"@types/node": "^20.12.5",
"@types/node": "^20.12.7",
"@types/node-os-utils": "^1.3.4",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.0",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit aebe389

Please sign in to comment.