@discordjs/voice 0.14.1-dev.1673398562-8dfd003.0 → 0.14.1-dev.1673485003-8dfd003.0
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
|
@@ -1884,7 +1884,7 @@ __name(findPackageJSON, "findPackageJSON");
|
|
|
1884
1884
|
function version(name) {
|
|
1885
1885
|
try {
|
|
1886
1886
|
if (name === "@discordjs/voice") {
|
|
1887
|
-
return "0.14.1-dev.
|
|
1887
|
+
return "0.14.1-dev.1673485003-8dfd003.0";
|
|
1888
1888
|
}
|
|
1889
1889
|
const pkg = findPackageJSON((0, import_node_path.dirname)(require.resolve(name)), name, 3);
|
|
1890
1890
|
return pkg?.version ?? "not found";
|
|
@@ -2027,7 +2027,7 @@ async function demuxProbe(stream, probeSize = 1024, validator = validateDiscordO
|
|
|
2027
2027
|
__name(demuxProbe, "demuxProbe");
|
|
2028
2028
|
|
|
2029
2029
|
// src/index.ts
|
|
2030
|
-
var version2 = "0.14.1-dev.
|
|
2030
|
+
var version2 = "0.14.1-dev.1673485003-8dfd003.0";
|
|
2031
2031
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2032
2032
|
0 && (module.exports = {
|
|
2033
2033
|
AudioPlayer,
|