@discordjs/voice 0.17.0 → 0.17.1-dev.1714867849-30d79e85f

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
@@ -2486,7 +2486,7 @@ __name(findPackageJSON, "findPackageJSON");
2486
2486
  function version(name) {
2487
2487
  try {
2488
2488
  if (name === "@discordjs/voice") {
2489
- return "0.17.0";
2489
+ return "0.17.1-dev.1714867849-30d79e85f";
2490
2490
  }
2491
2491
  const pkg = findPackageJSON((0, import_node_path.dirname)(require.resolve(name)), name, 3);
2492
2492
  return pkg?.version ?? "not found";
@@ -2629,7 +2629,7 @@ async function demuxProbe(stream, probeSize = 1024, validator = validateDiscordO
2629
2629
  __name(demuxProbe, "demuxProbe");
2630
2630
 
2631
2631
  // src/index.ts
2632
- var version2 = "0.17.0";
2632
+ var version2 = "0.17.1-dev.1714867849-30d79e85f";
2633
2633
  // Annotate the CommonJS export names for ESM import in node:
2634
2634
  0 && (module.exports = {
2635
2635
  AudioPlayer,