discordjs / voice

Implementation of the Discord Voice API for discord.js and other JS/TS libraries
Apache License 2.0
327 stars 111 forks source link

chore(Deps): update `discord-api-types` to `0.19.0` #154

Closed skick1234 closed 3 years ago

skick1234 commented 3 years ago

Please describe the changes this PR makes and why it should be merged:

Update discord-api-types and fix typing problem with adapterCreator option Type 'InternalDiscordGatewayAdapterCreator' is not assignable to type 'DiscordGatewayAdapterCreator'.

Status and versioning classification:

codecov[bot] commented 3 years ago

Codecov Report

Merging #154 (64e06db) into main (a1d35f8) will not change coverage. The diff coverage is 50.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #154   +/-   ##
=======================================
  Coverage   68.65%   68.65%           
=======================================
  Files          19       19           
  Lines         906      906           
  Branches      221      221           
=======================================
  Hits          622      622           
  Misses        282      282           
  Partials        2        2           
Impacted Files Coverage Δ
src/DataStore.ts 39.53% <ø> (ø)
src/VoiceConnection.ts 85.82% <ø> (ø)
src/networking/Networking.ts 3.64% <0.00%> (ø)
src/networking/VoiceWebSocket.ts 88.09% <100.00%> (ø)
src/receive/VoiceReceiver.ts 89.79% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a1d35f8...64e06db. Read the comment docs.