@discordjs/voice 1.0.0-dev.1732752782-e89c6b66a → 1.0.0-dev.1732839168-5b125eeec
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2488,7 +2488,7 @@ __name(findPackageJSON, "findPackageJSON");
|
|
|
2488
2488
|
function version(name) {
|
|
2489
2489
|
try {
|
|
2490
2490
|
if (name === "@discordjs/voice") {
|
|
2491
|
-
return "1.0.0-dev.
|
|
2491
|
+
return "1.0.0-dev.1732839168-5b125eeec";
|
|
2492
2492
|
}
|
|
2493
2493
|
const pkg = findPackageJSON((0, import_node_path.dirname)(require.resolve(name)), name, 3);
|
|
2494
2494
|
return pkg?.version ?? "not found";
|
|
@@ -2632,7 +2632,7 @@ async function demuxProbe(stream, probeSize = 1024, validator = validateDiscordO
|
|
|
2632
2632
|
__name(demuxProbe, "demuxProbe");
|
|
2633
2633
|
|
|
2634
2634
|
// src/index.ts
|
|
2635
|
-
var version2 = "1.0.0-dev.
|
|
2635
|
+
var version2 = "1.0.0-dev.1732839168-5b125eeec";
|
|
2636
2636
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2637
2637
|
0 && (module.exports = {
|
|
2638
2638
|
AudioPlayer,
|