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