Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
fix: support go+ tracks and high quality stream
Browse files Browse the repository at this point in the history
  • Loading branch information
skick1234 committed Apr 16, 2023
1 parent c020faf commit 39ad1c5
Show file tree
Hide file tree
Showing 3 changed files with 659 additions and 709 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,29 +40,29 @@
},
"homepage": "https://github.com/distubejs/soundcloud#readme",
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.14.0",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"commitlint": "^17.3.0",
"discord.js": "^14.7.1",
"@discordjs/voice": "^0.16.0",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"commitlint": "^17.6.1",
"discord.js": "^14.9.0",
"distube": "^4.0.4",
"eslint": "^8.29.0",
"eslint": "^8.38.0",
"eslint-config-distube": "^1.6.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-deprecation": "^1.3.3",
"eslint-plugin-jsdoc": "^39.6.4",
"husky": "^8.0.2",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-deprecation": "^1.4.1",
"eslint-plugin-jsdoc": "^41.1.1",
"husky": "^8.0.3",
"nano-staged": "^0.8.0",
"pinst": "^3.0.0",
"prettier": "^2.8.1",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
"prettier": "^2.8.7",
"tsup": "^6.7.0",
"typescript": "^5.0.4"
},
"dependencies": {
"soundcloud.ts": "^0.4.9"
"soundcloud.ts": "^0.5.0"
},
"peerDependencies": {
"distube": "3||4"
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"strict": true,
"declaration": true,
"importHelpers": true,
"importsNotUsedAsValues": "error",
"inlineSources": true,
"newLine": "lf",
"noEmitHelpers": true,
Expand Down
Loading

0 comments on commit 39ad1c5

Please sign in to comment.