chore(release): builders, collection, rest and voice

This commit is contained in:
iCrawl
2022-01-24 17:14:02 +01:00
parent 487a5a2669
commit a319607af6
11 changed files with 403 additions and 244 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@discordjs/voice",
"version": "0.7.5",
"version": "0.8.0",
"description": "Implementation of the Discord Voice API for node.js",
"scripts": {
"build": "tsup && node scripts/postbuild.mjs",
@@ -54,30 +54,30 @@
"prism-media": "^1.3.2",
"tiny-typed-emitter": "^2.1.0",
"tslib": "^2.3.1",
"ws": "^8.2.3"
"ws": "^8.4.2"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.8",
"@babel/core": "^7.16.12",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.0",
"@discordjs/ts-docgen": "^0.3.2",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.7",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"eslint": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"eslint": "^8.7.0",
"eslint-config-marine": "^9.3.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.4.7",
"jest-websocket-mock": "^2.2.1",
"mock-socket": "^9.0.7",
"jest-websocket-mock": "^2.3.0",
"mock-socket": "^9.1.0",
"prettier": "^2.4.1",
"standard-version": "^9.3.2",
"tsup": "^5.11.11",
"tweetnacl": "^1.0.3",
"typedoc": "^0.22.8",
"typescript": "^4.4.4"
"typedoc": "^0.22.11",
"typescript": "^4.5.5"
},
"engines": {
"node": ">=16.9.0"