@discordjs/voice 0.19.3-dev.1782260348-4b450968a → 0.19.3-dev.1782477336-8ceabfc27
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
|
@@ -3053,7 +3053,7 @@ __name(findPackageJSON, "findPackageJSON");
|
|
|
3053
3053
|
function version(name) {
|
|
3054
3054
|
try {
|
|
3055
3055
|
if (name === "@discordjs/voice") {
|
|
3056
|
-
return "0.19.3-dev.
|
|
3056
|
+
return "0.19.3-dev.1782477336-8ceabfc27";
|
|
3057
3057
|
}
|
|
3058
3058
|
const pkg = findPackageJSON((0, import_node_path.dirname)(require.resolve(name)), name, 3);
|
|
3059
3059
|
return pkg?.version ?? "not found";
|
|
@@ -3201,7 +3201,7 @@ async function demuxProbe(stream, probeSize = 1024, validator = validateDiscordO
|
|
|
3201
3201
|
__name(demuxProbe, "demuxProbe");
|
|
3202
3202
|
|
|
3203
3203
|
// src/index.ts
|
|
3204
|
-
var version2 = "0.19.3-dev.
|
|
3204
|
+
var version2 = "0.19.3-dev.1782477336-8ceabfc27";
|
|
3205
3205
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3206
3206
|
0 && (module.exports = {
|
|
3207
3207
|
AudioPlayer,
|