@discordjs/voice 1.0.0-dev.1753613928-c0c1ac287 → 1.0.0-dev.1753613932-c0c1ac287

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
@@ -3063,7 +3063,7 @@ __name(findPackageJSON, "findPackageJSON");
3063
3063
  function version(name) {
3064
3064
  try {
3065
3065
  if (name === "@discordjs/voice") {
3066
- return "1.0.0-dev.1753613928-c0c1ac287";
3066
+ return "1.0.0-dev.1753613932-c0c1ac287";
3067
3067
  }
3068
3068
  const pkg = findPackageJSON((0, import_node_path.dirname)(require.resolve(name)), name, 3);
3069
3069
  return pkg?.version ?? "not found";
@@ -3211,7 +3211,7 @@ async function demuxProbe(stream, probeSize = 1024, validator = validateDiscordO
3211
3211
  __name(demuxProbe, "demuxProbe");
3212
3212
 
3213
3213
  // src/index.ts
3214
- var version2 = "1.0.0-dev.1753613928-c0c1ac287";
3214
+ var version2 = "1.0.0-dev.1753613932-c0c1ac287";
3215
3215
  // Annotate the CommonJS export names for ESM import in node:
3216
3216
  0 && (module.exports = {
3217
3217
  AudioPlayer,