@discordjs/voice 0.17.0-dev.1688775152-df40dcd.0 → 0.17.0-dev.1688817850-df40dcd.0
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
|
@@ -2457,7 +2457,7 @@ __name(findPackageJSON, "findPackageJSON");
|
|
|
2457
2457
|
function version(name) {
|
|
2458
2458
|
try {
|
|
2459
2459
|
if (name === "@discordjs/voice") {
|
|
2460
|
-
return "0.17.0-dev.
|
|
2460
|
+
return "0.17.0-dev.1688817850-df40dcd.0";
|
|
2461
2461
|
}
|
|
2462
2462
|
const pkg = findPackageJSON((0, import_node_path.dirname)(require.resolve(name)), name, 3);
|
|
2463
2463
|
return pkg?.version ?? "not found";
|
|
@@ -2600,7 +2600,7 @@ async function demuxProbe(stream, probeSize = 1024, validator = validateDiscordO
|
|
|
2600
2600
|
__name(demuxProbe, "demuxProbe");
|
|
2601
2601
|
|
|
2602
2602
|
// src/index.ts
|
|
2603
|
-
var version2 = "0.17.0-dev.
|
|
2603
|
+
var version2 = "0.17.0-dev.1688817850-df40dcd.0";
|
|
2604
2604
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2605
2605
|
0 && (module.exports = {
|
|
2606
2606
|
AudioPlayer,
|