@discordjs/voice 0.14.0 → 0.14.1-dev.1669680654-6bcebd4.0

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
@@ -1835,7 +1835,7 @@ __name(findPackageJSON, "findPackageJSON");
1835
1835
  function version(name) {
1836
1836
  try {
1837
1837
  if (name === "@discordjs/voice") {
1838
- return "0.14.0";
1838
+ return "0.14.1-dev.1669680654-6bcebd4.0";
1839
1839
  }
1840
1840
  const pkg = findPackageJSON(dirname(__require.resolve(name)), name, 3);
1841
1841
  return pkg?.version ?? "not found";
@@ -1978,7 +1978,7 @@ async function demuxProbe(stream, probeSize = 1024, validator = validateDiscordO
1978
1978
  __name(demuxProbe, "demuxProbe");
1979
1979
 
1980
1980
  // src/index.ts
1981
- var version2 = "0.14.0";
1981
+ var version2 = "0.14.1-dev.1669680654-6bcebd4.0";
1982
1982
  export {
1983
1983
  AudioPlayer,
1984
1984
  AudioPlayerError,