@discordjs/voice 1.0.0-dev.1753613932-c0c1ac287 → 1.0.0-dev.1753660958-593369dbb

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.mjs CHANGED
@@ -3004,7 +3004,7 @@ __name(findPackageJSON, "findPackageJSON");
3004
3004
  function version(name) {
3005
3005
  try {
3006
3006
  if (name === "@discordjs/voice") {
3007
- return "1.0.0-dev.1753613932-c0c1ac287";
3007
+ return "1.0.0-dev.1753660958-593369dbb";
3008
3008
  }
3009
3009
  const pkg = findPackageJSON(dirname(__require.resolve(name)), name, 3);
3010
3010
  return pkg?.version ?? "not found";
@@ -3152,7 +3152,7 @@ async function demuxProbe(stream, probeSize = 1024, validator = validateDiscordO
3152
3152
  __name(demuxProbe, "demuxProbe");
3153
3153
 
3154
3154
  // src/index.ts
3155
- var version2 = "1.0.0-dev.1753613932-c0c1ac287";
3155
+ var version2 = "1.0.0-dev.1753660958-593369dbb";
3156
3156
  export {
3157
3157
  AudioPlayer,
3158
3158
  AudioPlayerError,