@discordjs/voice 0.16.1-dev.1696334652-93e5bed87.0 → 0.16.1-dev.1696421067-a674989fe

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
@@ -2476,7 +2476,7 @@ __name(findPackageJSON, "findPackageJSON");
2476
2476
  function version(name) {
2477
2477
  try {
2478
2478
  if (name === "@discordjs/voice") {
2479
- return "0.16.1-dev.1696334652-93e5bed87.0";
2479
+ return "0.16.1-dev.1696421067-a674989fe";
2480
2480
  }
2481
2481
  const pkg = findPackageJSON((0, import_node_path.dirname)(require.resolve(name)), name, 3);
2482
2482
  return pkg?.version ?? "not found";
@@ -2619,7 +2619,7 @@ async function demuxProbe(stream, probeSize = 1024, validator = validateDiscordO
2619
2619
  __name(demuxProbe, "demuxProbe");
2620
2620
 
2621
2621
  // src/index.ts
2622
- var version2 = "0.16.1-dev.1696334652-93e5bed87.0";
2622
+ var version2 = "0.16.1-dev.1696421067-a674989fe";
2623
2623
  // Annotate the CommonJS export names for ESM import in node:
2624
2624
  0 && (module.exports = {
2625
2625
  AudioPlayer,