@discordjs/voice 1.0.0-dev.1748606728-762bbc652 → 1.0.0-dev.1748650419-ef2c1bfa7
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 +3 -3
package/dist/index.js
CHANGED
|
@@ -2511,7 +2511,7 @@ __name(findPackageJSON, "findPackageJSON");
|
|
|
2511
2511
|
function version(name) {
|
|
2512
2512
|
try {
|
|
2513
2513
|
if (name === "@discordjs/voice") {
|
|
2514
|
-
return "1.0.0-dev.
|
|
2514
|
+
return "1.0.0-dev.1748650419-ef2c1bfa7";
|
|
2515
2515
|
}
|
|
2516
2516
|
const pkg = findPackageJSON((0, import_node_path.dirname)(require.resolve(name)), name, 3);
|
|
2517
2517
|
return pkg?.version ?? "not found";
|
|
@@ -2656,7 +2656,7 @@ async function demuxProbe(stream, probeSize = 1024, validator = validateDiscordO
|
|
|
2656
2656
|
__name(demuxProbe, "demuxProbe");
|
|
2657
2657
|
|
|
2658
2658
|
// src/index.ts
|
|
2659
|
-
var version2 = "1.0.0-dev.
|
|
2659
|
+
var version2 = "1.0.0-dev.1748650419-ef2c1bfa7";
|
|
2660
2660
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2661
2661
|
0 && (module.exports = {
|
|
2662
2662
|
AudioPlayer,
|