@discordjs/voice 1.0.0-dev.1739361908-64494137d → 1.0.0-dev.1739405523-4b63bb804
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/README.md +1 -1
- 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/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<a href="https://www.npmjs.com/package/@discordjs/voice"><img src="https://img.shields.io/npm/v/@discordjs/voice.svg?maxAge=3600" alt="npm version" /></a>
|
|
10
10
|
<a href="https://www.npmjs.com/package/@discordjs/voice"><img src="https://img.shields.io/npm/dt/@discordjs/voice.svg?maxAge=3600" alt="npm downloads" /></a>
|
|
11
11
|
<a href="https://github.com/discordjs/discord.js/actions"><img src="https://github.com/discordjs/discord.js/actions/workflows/test.yml/badge.svg" alt="Build status" /></a>
|
|
12
|
-
<a href="https://github.com/discordjs/discord.js/commits/main/packages/voice"><img alt="Last commit." src="https://img.shields.io/github/last-commit/discordjs/discord.js?logo=github&logoColor=ffffff&path=packages%2Fvoice"
|
|
12
|
+
<a href="https://github.com/discordjs/discord.js/commits/main/packages/voice"><img alt="Last commit." src="https://img.shields.io/github/last-commit/discordjs/discord.js?logo=github&logoColor=ffffff&path=packages%2Fvoice" /></a>
|
|
13
13
|
<a href="https://codecov.io/gh/discordjs/discord.js"><img src="https://codecov.io/gh/discordjs/discord.js/branch/main/graph/badge.svg?precision=2&flag=voice" alt="Code coverage" /></a>
|
|
14
14
|
</p>
|
|
15
15
|
<p>
|
package/dist/index.js
CHANGED
|
@@ -2492,7 +2492,7 @@ __name(findPackageJSON, "findPackageJSON");
|
|
|
2492
2492
|
function version(name) {
|
|
2493
2493
|
try {
|
|
2494
2494
|
if (name === "@discordjs/voice") {
|
|
2495
|
-
return "1.0.0-dev.
|
|
2495
|
+
return "1.0.0-dev.1739405523-4b63bb804";
|
|
2496
2496
|
}
|
|
2497
2497
|
const pkg = findPackageJSON((0, import_node_path.dirname)(require.resolve(name)), name, 3);
|
|
2498
2498
|
return pkg?.version ?? "not found";
|
|
@@ -2636,7 +2636,7 @@ async function demuxProbe(stream, probeSize = 1024, validator = validateDiscordO
|
|
|
2636
2636
|
__name(demuxProbe, "demuxProbe");
|
|
2637
2637
|
|
|
2638
2638
|
// src/index.ts
|
|
2639
|
-
var version2 = "1.0.0-dev.
|
|
2639
|
+
var version2 = "1.0.0-dev.1739405523-4b63bb804";
|
|
2640
2640
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2641
2641
|
0 && (module.exports = {
|
|
2642
2642
|
AudioPlayer,
|