@discordjs/voice 0.19.3-dev.1779528402-e721e51b0 → 0.19.3-dev.1779754816-c95cbf267

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
@@ -3053,7 +3053,7 @@ __name(findPackageJSON, "findPackageJSON");
3053
3053
  function version(name) {
3054
3054
  try {
3055
3055
  if (name === "@discordjs/voice") {
3056
- return "0.19.3-dev.1779528402-e721e51b0";
3056
+ return "0.19.3-dev.1779754816-c95cbf267";
3057
3057
  }
3058
3058
  const pkg = findPackageJSON((0, import_node_path.dirname)(require.resolve(name)), name, 3);
3059
3059
  return pkg?.version ?? "not found";
@@ -3201,7 +3201,7 @@ async function demuxProbe(stream, probeSize = 1024, validator = validateDiscordO
3201
3201
  __name(demuxProbe, "demuxProbe");
3202
3202
 
3203
3203
  // src/index.ts
3204
- var version2 = "0.19.3-dev.1779528402-e721e51b0";
3204
+ var version2 = "0.19.3-dev.1779754816-c95cbf267";
3205
3205
  // Annotate the CommonJS export names for ESM import in node:
3206
3206
  0 && (module.exports = {
3207
3207
  AudioPlayer,