@discordjs/voice 0.19.1-dev.1771286636-ccce987fa → 0.19.1-dev.1772307299-9ff67a03f
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 +14 -14
package/dist/index.js
CHANGED
|
@@ -3037,7 +3037,7 @@ __name(findPackageJSON, "findPackageJSON");
|
|
|
3037
3037
|
function version(name) {
|
|
3038
3038
|
try {
|
|
3039
3039
|
if (name === "@discordjs/voice") {
|
|
3040
|
-
return "0.19.1-dev.
|
|
3040
|
+
return "0.19.1-dev.1772307299-9ff67a03f";
|
|
3041
3041
|
}
|
|
3042
3042
|
const pkg = findPackageJSON((0, import_node_path.dirname)(require.resolve(name)), name, 3);
|
|
3043
3043
|
return pkg?.version ?? "not found";
|
|
@@ -3185,7 +3185,7 @@ async function demuxProbe(stream, probeSize = 1024, validator = validateDiscordO
|
|
|
3185
3185
|
__name(demuxProbe, "demuxProbe");
|
|
3186
3186
|
|
|
3187
3187
|
// src/index.ts
|
|
3188
|
-
var version2 = "0.19.1-dev.
|
|
3188
|
+
var version2 = "0.19.1-dev.1772307299-9ff67a03f";
|
|
3189
3189
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3190
3190
|
0 && (module.exports = {
|
|
3191
3191
|
AudioPlayer,
|