@discordjs/voice 0.16.1-dev.1695773348-eaabcdfda.0 → 0.16.1-dev.1695859752-eaabcdfda.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -2423,7 +2423,7 @@ __name(findPackageJSON, "findPackageJSON");
2423
2423
  function version(name) {
2424
2424
  try {
2425
2425
  if (name === "@discordjs/voice") {
2426
- return "0.16.1-dev.1695773348-eaabcdfda.0";
2426
+ return "0.16.1-dev.1695859752-eaabcdfda.0";
2427
2427
  }
2428
2428
  const pkg = findPackageJSON(dirname(__require.resolve(name)), name, 3);
2429
2429
  return pkg?.version ?? "not found";
@@ -2566,7 +2566,7 @@ async function demuxProbe(stream, probeSize = 1024, validator = validateDiscordO
2566
2566
  __name(demuxProbe, "demuxProbe");
2567
2567
 
2568
2568
  // src/index.ts
2569
- var version2 = "0.16.1-dev.1695773348-eaabcdfda.0";
2569
+ var version2 = "0.16.1-dev.1695859752-eaabcdfda.0";
2570
2570
  export {
2571
2571
  AudioPlayer,
2572
2572
  AudioPlayerError,