@discordjs/voice 1.0.0-dev.1783254248-7afe2015c → 1.0.0-dev.1783513686-6e81ea771
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 +2 -2
package/dist/index.js
CHANGED
|
@@ -3110,7 +3110,7 @@ __name(findPackageJSON, "findPackageJSON");
|
|
|
3110
3110
|
function version(name) {
|
|
3111
3111
|
try {
|
|
3112
3112
|
if (name === "@discordjs/voice") {
|
|
3113
|
-
return "1.0.0-dev.
|
|
3113
|
+
return "1.0.0-dev.1783513686-6e81ea771";
|
|
3114
3114
|
}
|
|
3115
3115
|
const pkg = findPackageJSON((0, import_node_path.dirname)(require.resolve(name)), name, 3);
|
|
3116
3116
|
return pkg?.version ?? "not found";
|
|
@@ -3258,7 +3258,7 @@ async function demuxProbe(stream, probeSize = 1024, validator = validateDiscordO
|
|
|
3258
3258
|
__name(demuxProbe, "demuxProbe");
|
|
3259
3259
|
|
|
3260
3260
|
// src/index.ts
|
|
3261
|
-
var version2 = "1.0.0-dev.
|
|
3261
|
+
var version2 = "1.0.0-dev.1783513686-6e81ea771";
|
|
3262
3262
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3263
3263
|
0 && (module.exports = {
|
|
3264
3264
|
AudioPacket,
|