@discordjs/voice 1.0.0-dev.1751501674-a5bd4cfe7 → 1.0.0-dev.1751544348-e6d59eaf9
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
|
@@ -2530,7 +2530,7 @@ __name(findPackageJSON, "findPackageJSON");
|
|
|
2530
2530
|
function version(name) {
|
|
2531
2531
|
try {
|
|
2532
2532
|
if (name === "@discordjs/voice") {
|
|
2533
|
-
return "1.0.0-dev.
|
|
2533
|
+
return "1.0.0-dev.1751544348-e6d59eaf9";
|
|
2534
2534
|
}
|
|
2535
2535
|
const pkg = findPackageJSON((0, import_node_path.dirname)(require.resolve(name)), name, 3);
|
|
2536
2536
|
return pkg?.version ?? "not found";
|
|
@@ -2675,7 +2675,7 @@ async function demuxProbe(stream, probeSize = 1024, validator = validateDiscordO
|
|
|
2675
2675
|
__name(demuxProbe, "demuxProbe");
|
|
2676
2676
|
|
|
2677
2677
|
// src/index.ts
|
|
2678
|
-
var version2 = "1.0.0-dev.
|
|
2678
|
+
var version2 = "1.0.0-dev.1751544348-e6d59eaf9";
|
|
2679
2679
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2680
2680
|
0 && (module.exports = {
|
|
2681
2681
|
AudioPlayer,
|