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