@discordjs/voice
Advanced tools
Comparing version 0.11.0-dev.1657757511-fe34f48 to 0.11.0
@@ -5,2 +5,36 @@ # Changelog | ||
# [@discordjs/voice@0.11.0](https://github.com/discordjs/discord.js/compare/@discordjs/voice@0.10.0...@discordjs/voice@0.11.0) - (2022-07-17) | ||
## Bug Fixes | ||
- **VoiceReceiver:** ParsePacket correctly (#8277) ([1a6ddbb](https://github.com/discordjs/discord.js/commit/1a6ddbbe7b99b5eff4617b99399965740c38490b)) | ||
- **recorder-example:** Bump dependencies (#8123) ([10ba008](https://github.com/discordjs/discord.js/commit/10ba0080cc20c44389779416b6a8215603eca6ca)) | ||
- **SpeakingMap:** Allow docgen to detect event name (#8236) ([c271e05](https://github.com/discordjs/discord.js/commit/c271e05223d84f643314be649344a2cfe514923f)) | ||
- **codecov:** Use cobertura (#8235) ([fd1c240](https://github.com/discordjs/discord.js/commit/fd1c24036f3c1835b918a12be8760d46f80460ac)) | ||
- **voice:** Re-add accidental removal of postbuild script ([f8739bd](https://github.com/discordjs/discord.js/commit/f8739bd9c0c691c9593761237189dc529ed0b0a3)) | ||
## Documentation | ||
- Add codecov coverage badge to readmes (#8226) ([f6db285](https://github.com/discordjs/discord.js/commit/f6db285c073898a749fe4591cbd4463d1896daf5)) | ||
- Remove Music bot in voice examples (#8203) ([741b3c8](https://github.com/discordjs/discord.js/commit/741b3c8e279c1cc6ba862bc83299d369bc6c1bc6)) | ||
## Features | ||
- **builder:** Add max min length in string option (#8214) ([96c8d21](https://github.com/discordjs/discord.js/commit/96c8d21f95eb366c46ae23505ba9054f44821b25)) | ||
- Add website documentation early mvp (#8183) ([d95197c](https://github.com/discordjs/discord.js/commit/d95197cc78593df4d0a8d1cc492b0e41b4ab58b8)) | ||
- **docgen:** Proper event parsing for typescript ([d4b41dd](https://github.com/discordjs/discord.js/commit/d4b41dd0815b493b599d4f4d1b6dd18cd99f91ea)) | ||
- **docgen:** Update typedoc ([b3346f4](https://github.com/discordjs/discord.js/commit/b3346f4b9b3d4f96443506643d4631dc1c6d7b21)) | ||
- Website (#8043) ([127931d](https://github.com/discordjs/discord.js/commit/127931d1df7a2a5c27923c2f2151dbf3824e50cc)) | ||
- **docgen:** Typescript support ([3279b40](https://github.com/discordjs/discord.js/commit/3279b40912e6aa61507bedb7db15a2b8668de44b)) | ||
- Docgen package (#8029) ([8b979c0](https://github.com/discordjs/discord.js/commit/8b979c0245c42fd824d8e98745ee869f5360fc86)) | ||
- Add scripts package for locally used scripts ([f2ae1f9](https://github.com/discordjs/discord.js/commit/f2ae1f9348bfd893332a9060f71a8a5f272a1b8b)) | ||
## Refactor | ||
- Move all the config files to root (#8033) ([769ea0b](https://github.com/discordjs/discord.js/commit/769ea0bfe78c4f1d413c6b397c604ffe91e39c6a)) | ||
## Typings | ||
- **voice:** Bring back typed events (#8109) ([70b42bb](https://github.com/discordjs/discord.js/commit/70b42bb64a4f83da0da242569b9c7921c8d1e26f)) | ||
# [@discordjs/voice@0.10.0](https://github.com/discordjs/discord.js/compare/@discordjs/voice@0.9.0...@discordjs/voice@0.10.0) - (2022-06-04) | ||
@@ -12,2 +46,8 @@ | ||
# [@discordjs/voice@0.10.0](https://github.com/discordjs/discord.js/compare/@discordjs/voice@0.9.0...@discordjs/voice@0.10.0) - (2022-06-04) | ||
## Styling | ||
- Cleanup tests and tsup configs ([6b8ef20](https://github.com/discordjs/discord.js/commit/6b8ef20cb3af5b5cfd176dd0aa0a1a1e98551629)) | ||
# [@discordjs/voice@0.9.0](https://github.com/discordjs/discord.js/compare/@discordjs/voice@0.8.0...@discordjs/voice@0.9.0) - (2022-04-17) | ||
@@ -14,0 +54,0 @@ |
{ | ||
"name": "@discordjs/voice", | ||
"version": "0.11.0-dev.1657757511-fe34f48", | ||
"version": "0.11.0", | ||
"description": "Implementation of the Discord Voice API for node.js", | ||
@@ -55,6 +55,6 @@ "scripts": { | ||
"@types/ws": "^8.5.3", | ||
"discord-api-types": "^0.36.1", | ||
"prism-media": "^1.3.2", | ||
"discord-api-types": "^0.36.2", | ||
"prism-media": "^1.3.4", | ||
"tslib": "^2.4.0", | ||
"ws": "^8.8.0" | ||
"ws": "^8.8.1" | ||
}, | ||
@@ -68,6 +68,7 @@ "devDependencies": { | ||
"@favware/cliff-jumper": "^1.8.5", | ||
"@microsoft/api-extractor": "^7.28.3", | ||
"@types/jest": "^28.1.4", | ||
"eslint": "^8.19.0", | ||
"jest": "^28.1.2", | ||
"@microsoft/api-extractor": "^7.28.4", | ||
"@types/jest": "^28.1.6", | ||
"@types/node": "^16.11.45", | ||
"eslint": "^8.20.0", | ||
"jest": "^28.1.3", | ||
"jest-websocket-mock": "^2.3.0", | ||
@@ -85,4 +86,3 @@ "mock-socket": "^9.1.5", | ||
"access": "public" | ||
}, | ||
"stableVersion": "0.11.0-dev" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
572577
17
5753
Updateddiscord-api-types@^0.36.2
Updatedprism-media@^1.3.4
Updatedws@^8.8.1