@discordjs/voice 0.17.1-dev.1731413111-e2df0e0db → 0.17.1-dev.1731629557-677517545
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
|
@@ -2432,7 +2432,7 @@ __name(findPackageJSON, "findPackageJSON");
|
|
|
2432
2432
|
function version(name) {
|
|
2433
2433
|
try {
|
|
2434
2434
|
if (name === "@discordjs/voice") {
|
|
2435
|
-
return "0.17.1-dev.
|
|
2435
|
+
return "0.17.1-dev.1731629557-677517545";
|
|
2436
2436
|
}
|
|
2437
2437
|
const pkg = findPackageJSON((0, import_node_path.dirname)(require.resolve(name)), name, 3);
|
|
2438
2438
|
return pkg?.version ?? "not found";
|
|
@@ -2575,7 +2575,7 @@ async function demuxProbe(stream, probeSize = 1024, validator = validateDiscordO
|
|
|
2575
2575
|
__name(demuxProbe, "demuxProbe");
|
|
2576
2576
|
|
|
2577
2577
|
// src/index.ts
|
|
2578
|
-
var version2 = "0.17.1-dev.
|
|
2578
|
+
var version2 = "0.17.1-dev.1731629557-677517545";
|
|
2579
2579
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2580
2580
|
0 && (module.exports = {
|
|
2581
2581
|
AudioPlayer,
|