@discordjs/voice 0.17.1-dev.1735038698-e9944b3d2 → 0.17.1-dev.1736101601-df68b469f

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.js CHANGED
@@ -2432,7 +2432,7 @@ __name(findPackageJSON, "findPackageJSON");
2432
2432
  function version(name) {
2433
2433
  try {
2434
2434
  if (name === "@discordjs/voice") {
2435
- return "0.17.1-dev.1735038698-e9944b3d2";
2435
+ return "0.17.1-dev.1736101601-df68b469f";
2436
2436
  }
2437
2437
  const pkg = findPackageJSON((0, import_node_path.dirname)(require.resolve(name)), name, 3);
2438
2438
  return pkg?.version ?? "not found";
@@ -2575,7 +2575,7 @@ async function demuxProbe(stream, probeSize = 1024, validator = validateDiscordO
2575
2575
  __name(demuxProbe, "demuxProbe");
2576
2576
 
2577
2577
  // src/index.ts
2578
- var version2 = "0.17.1-dev.1735038698-e9944b3d2";
2578
+ var version2 = "0.17.1-dev.1736101601-df68b469f";
2579
2579
  // Annotate the CommonJS export names for ESM import in node:
2580
2580
  0 && (module.exports = {
2581
2581
  AudioPlayer,