Skip to content

Commit

Permalink
chore(Release): 5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
skick1234 committed Feb 22, 2025
1 parent 458fd8e commit 90780ef
Show file tree
Hide file tree
Showing 4 changed files with 845 additions and 1,154 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dist/
coverage/
.husky/
docs/
docs/
test/
39 changes: 19 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "distube",
"version": "5.0.4",
"version": "5.0.5",
"description": "A powerful Discord.js module for simplifying music commands and effortless playback of various sources with integrated audio filters.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -63,36 +63,35 @@
"homepage": "https://distube.js.org/",
"dependencies": {
"tiny-typed-emitter": "^2.1.0",
"undici": "^6.20.1"
"undici": "^6.21.1"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.17.0",
"@distube/youtube": "^1.0.4",
"@types/node": "^22.8.1",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@discordjs/opus": "^0.10.0",
"@discordjs/voice": "^0.18.0",
"@types/node": "^22.13.4",
"@types/tough-cookie": "^4.0.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitest/coverage-v8": "^2.1.3",
"discord-api-types": "^0.37.103",
"discord.js": "^14.16.3",
"@vitest/coverage-v8": "^3.0.5",
"discord-api-types": "^0.37.119",
"discord.js": "^14.18.0",
"esbuild-plugin-version-injector": "^1.2.1",
"eslint": "^8.57.1",
"eslint-config-distube": "^1.7.1",
"husky": "^9.1.6",
"husky": "^9.1.7",
"nano-staged": "^0.8.0",
"prettier": "^3.3.3",
"sodium-native": "^4.2.1",
"prettier": "^3.5.1",
"sodium-native": "^4.3.2",
"ts-node": "^10.9.2",
"tsup": "^8.3.5",
"typedoc": "^0.26.10",
"typedoc-material-theme": "^1.1.0",
"tsup": "^8.3.6",
"typedoc": "^0.26.11",
"typedoc-material-theme": "^1.3.0",
"typedoc-plugin-extras": "^3.1.0",
"typescript": "^5.6.3",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.3"
"typescript": "^5.7.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.5"
},
"peerDependencies": {
"@discordjs/voice": "*",
Expand Down
Loading

0 comments on commit 90780ef

Please sign in to comment.