@discordjs/voice 1.0.0-dev.1747354435-33d8619a4 → 1.0.0-dev.1748174703-c1f5bb2fb
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 +3 -3
package/dist/index.js
CHANGED
|
@@ -2485,7 +2485,7 @@ __name(findPackageJSON, "findPackageJSON");
|
|
|
2485
2485
|
function version(name) {
|
|
2486
2486
|
try {
|
|
2487
2487
|
if (name === "@discordjs/voice") {
|
|
2488
|
-
return "1.0.0-dev.
|
|
2488
|
+
return "1.0.0-dev.1748174703-c1f5bb2fb";
|
|
2489
2489
|
}
|
|
2490
2490
|
const pkg = findPackageJSON((0, import_node_path.dirname)(require.resolve(name)), name, 3);
|
|
2491
2491
|
return pkg?.version ?? "not found";
|
|
@@ -2630,7 +2630,7 @@ async function demuxProbe(stream, probeSize = 1024, validator = validateDiscordO
|
|
|
2630
2630
|
__name(demuxProbe, "demuxProbe");
|
|
2631
2631
|
|
|
2632
2632
|
// src/index.ts
|
|
2633
|
-
var version2 = "1.0.0-dev.
|
|
2633
|
+
var version2 = "1.0.0-dev.1748174703-c1f5bb2fb";
|
|
2634
2634
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2635
2635
|
0 && (module.exports = {
|
|
2636
2636
|
AudioPlayer,
|