@discordjs/voice 0.16.1-dev.1696421067-a674989fe → 0.16.1-dev.1696713038-cb6fae7e5
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 +2 -2
package/dist/index.js
CHANGED
|
@@ -2476,7 +2476,7 @@ __name(findPackageJSON, "findPackageJSON");
|
|
|
2476
2476
|
function version(name) {
|
|
2477
2477
|
try {
|
|
2478
2478
|
if (name === "@discordjs/voice") {
|
|
2479
|
-
return "0.16.1-dev.
|
|
2479
|
+
return "0.16.1-dev.1696713038-cb6fae7e5";
|
|
2480
2480
|
}
|
|
2481
2481
|
const pkg = findPackageJSON((0, import_node_path.dirname)(require.resolve(name)), name, 3);
|
|
2482
2482
|
return pkg?.version ?? "not found";
|
|
@@ -2619,7 +2619,7 @@ async function demuxProbe(stream, probeSize = 1024, validator = validateDiscordO
|
|
|
2619
2619
|
__name(demuxProbe, "demuxProbe");
|
|
2620
2620
|
|
|
2621
2621
|
// src/index.ts
|
|
2622
|
-
var version2 = "0.16.1-dev.
|
|
2622
|
+
var version2 = "0.16.1-dev.1696713038-cb6fae7e5";
|
|
2623
2623
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2624
2624
|
0 && (module.exports = {
|
|
2625
2625
|
AudioPlayer,
|