Skip to content

Commit

Permalink
Lets see how this goes. Dependency downgrade due to broken update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Codixer authored Nov 4, 2024
1 parent 63e55d9 commit c0aadaf
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 134 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- New `/config set-reduce-vol-when-voice` command to automatically turn down the volume when people are speaking in the channel
- New `/config set-reduce-vol-when-voice-target` command to set the target volume percentage (0-100) when people are speaking in the channel
- Support for using only YouTube, spotify credentials are now optional.
- Dependency update
- Dependency update (Additional downgrade for p-queue)

## [2.9.5] - 2024-10-29
- Dependency update
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"ora": "^8.1.0",
"p-event": "^5.0.1",
"p-limit": "^6.1.0",
"p-queue": "^7.2.0",
"p-queue": "7.1.0",
"p-retry": "6.2.0",
"pagination.djs": "^4.0.10",
"parse-duration": "1.0.2",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"esModuleInterop": true,
"sourceMap": true,
"resolveJsonModule": true,
"outDir": "dist"
"outDir": "dist",
"skipLibCheck": true
},
"include": ["src"],
"exclude": ["node_modules"]
Expand Down
Loading

0 comments on commit c0aadaf

Please sign in to comment.