chore(voice): release @discordjs/voice@0.18.0 (#10602)

* chore(voice): release @discordjs/voice@0.18.0

* chore: aes-256 note in readme
This commit is contained in:
Vlad Frangu
2024-11-18 00:17:45 +02:00
committed by GitHub
parent 9f8b9b1d66
commit 7397dfe49e
3 changed files with 18 additions and 1 deletions

View File

@@ -51,6 +51,8 @@ try installing another.
**Encryption Libraries (npm install):**
> note: You only need to install one of these libraries if your system does not support `aes-256-gcm` (verify by running `require('node:crypto').getCiphers().includes('aes-256-gcm')`).
- `sodium-native`: ^3.3.0
- `sodium`: ^3.0.2
- `@stablelib/xchacha20poly1305`: ^2.0.0