@discordjs/voice 1.0.0-dev.1739405523-4b63bb804 → 1.0.0-dev.1739664807-e3e3c212b
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
|
@@ -2492,7 +2492,7 @@ __name(findPackageJSON, "findPackageJSON");
|
|
|
2492
2492
|
function version(name) {
|
|
2493
2493
|
try {
|
|
2494
2494
|
if (name === "@discordjs/voice") {
|
|
2495
|
-
return "1.0.0-dev.
|
|
2495
|
+
return "1.0.0-dev.1739664807-e3e3c212b";
|
|
2496
2496
|
}
|
|
2497
2497
|
const pkg = findPackageJSON((0, import_node_path.dirname)(require.resolve(name)), name, 3);
|
|
2498
2498
|
return pkg?.version ?? "not found";
|
|
@@ -2636,7 +2636,7 @@ async function demuxProbe(stream, probeSize = 1024, validator = validateDiscordO
|
|
|
2636
2636
|
__name(demuxProbe, "demuxProbe");
|
|
2637
2637
|
|
|
2638
2638
|
// src/index.ts
|
|
2639
|
-
var version2 = "1.0.0-dev.
|
|
2639
|
+
var version2 = "1.0.0-dev.1739664807-e3e3c212b";
|
|
2640
2640
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2641
2641
|
0 && (module.exports = {
|
|
2642
2642
|
AudioPlayer,
|