@discordjs/voice 1.0.0-dev.1740874412-d1f56ffb2 → 1.0.0-dev.1741219959-e273afbb9

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
@@ -2493,7 +2493,7 @@ __name(findPackageJSON, "findPackageJSON");
2493
2493
  function version(name) {
2494
2494
  try {
2495
2495
  if (name === "@discordjs/voice") {
2496
- return "1.0.0-dev.1740874412-d1f56ffb2";
2496
+ return "1.0.0-dev.1741219959-e273afbb9";
2497
2497
  }
2498
2498
  const pkg = findPackageJSON((0, import_node_path.dirname)(require.resolve(name)), name, 3);
2499
2499
  return pkg?.version ?? "not found";
@@ -2638,7 +2638,7 @@ async function demuxProbe(stream, probeSize = 1024, validator = validateDiscordO
2638
2638
  __name(demuxProbe, "demuxProbe");
2639
2639
 
2640
2640
  // src/index.ts
2641
- var version2 = "1.0.0-dev.1740874412-d1f56ffb2";
2641
+ var version2 = "1.0.0-dev.1741219959-e273afbb9";
2642
2642
  // Annotate the CommonJS export names for ESM import in node:
2643
2643
  0 && (module.exports = {
2644
2644
  AudioPlayer,