@discordjs/voice 0.19.2-dev.1773403496-fe5e3c2a8 → 0.19.2
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.mjs
CHANGED
|
@@ -2991,7 +2991,7 @@ __name(findPackageJSON, "findPackageJSON");
|
|
|
2991
2991
|
function version(name) {
|
|
2992
2992
|
try {
|
|
2993
2993
|
if (name === "@discordjs/voice") {
|
|
2994
|
-
return "0.19.2
|
|
2994
|
+
return "0.19.2";
|
|
2995
2995
|
}
|
|
2996
2996
|
const pkg = findPackageJSON(dirname(__require.resolve(name)), name, 3);
|
|
2997
2997
|
return pkg?.version ?? "not found";
|
|
@@ -3139,7 +3139,7 @@ async function demuxProbe(stream, probeSize = 1024, validator = validateDiscordO
|
|
|
3139
3139
|
__name(demuxProbe, "demuxProbe");
|
|
3140
3140
|
|
|
3141
3141
|
// src/index.ts
|
|
3142
|
-
var version2 = "0.19.2
|
|
3142
|
+
var version2 = "0.19.2";
|
|
3143
3143
|
export {
|
|
3144
3144
|
AudioPlayer,
|
|
3145
3145
|
AudioPlayerError,
|