@discordjs/voice
Advanced tools
Comparing version 0.10.0 to 0.11.0-dev.1654387848-10009a4
{ | ||
"name": "@discordjs/voice", | ||
"version": "0.10.0", | ||
"version": "0.11.0-dev.1654387848-10009a4", | ||
"description": "Implementation of the Discord Voice API for node.js", | ||
@@ -10,3 +10,3 @@ "scripts": { | ||
"format": "prettier --write . && eslint src __tests__ --ext mjs,js,ts --fix", | ||
"docs": "typedoc --json docs/typedoc-out.json src/index.ts && node scripts/docs.mjs", | ||
"docs": "typedoc --json docs/typedoc-out.json src/index.ts && ts-docgen -i docs/typedoc-out.json -c docs/index.yml -o docs/docs.json", | ||
"prepublishOnly": "yarn build && yarn lint && yarn test", | ||
@@ -65,3 +65,3 @@ "changelog": "git cliff --prepend ./CHANGELOG.md -l -c ./cliff.toml -r ../../ --include-path 'packages/voice/*'" | ||
"@babel/preset-typescript": "^7.17.12", | ||
"@discordjs/ts-docgen": "^0.4.1", | ||
"@discordjs/scripts": "^0.1.0-dev", | ||
"@types/jest": "^28.1.0", | ||
@@ -89,3 +89,4 @@ "@types/node": "^16.11.38", | ||
"access": "public" | ||
} | ||
}, | ||
"stableVersion": "0.11.0-dev" | ||
} |
@@ -12,4 +12,2 @@ <div align="center"> | ||
<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> | ||
<a href="https://codecov.io/gh/discordjs/voice"><img src="https://codecov.io/gh/discordjs/voice/branch/main/graph/badge.svg" alt="Code coverage" /></a> | ||
<a href="https://www.patreon.com/discordjs"><img src="https://img.shields.io/badge/donate-patreon-F96854.svg" alt="Patreon" /></a> | ||
</p> | ||
@@ -70,6 +68,10 @@ </div> | ||
- [Documentation](https://discord.js.org/#/docs/voice) | ||
- [Examples](https://github.com/discordjs/discord.js/tree/main/packages/voice/examples) | ||
- [Guide](https://discordjs.guide/) ([source](https://github.com/discordjs/guide)) | ||
See also the [Update Guide](https://discordjs.guide/additional-info/changes-in-v13.html), including updated and removed items in the library. | ||
- [discord.js Discord server](https://discord.gg/djs) | ||
- [Discord API Discord server](https://discord.gg/discord-api) | ||
- [GitHub](https://github.com/discordjs/discord.js/tree/main/packages/voice) | ||
- [npm](https://www.npmjs.com/package/@discordjs/voice) | ||
- [Related libraries](https://discord.com/developers/docs/topics/community-resources#libraries) | ||
- [Examples](https://github.com/discordjs/discord.js/tree/main/packages/voice/examples) | ||
@@ -76,0 +78,0 @@ ## Contributing |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
566461
86