@discordjs/voice
Advanced tools
Comparing version 0.17.1-dev.1728043490-12e510671 to 0.17.1-dev.1728259953-8ab4124ef
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@discordjs/voice", | ||
"version": "0.17.1-dev.1728043490-12e510671", | ||
"version": "0.17.1-dev.1728259953-8ab4124ef", | ||
"description": "Implementation of the Discord Voice API for Node.js", | ||
@@ -61,8 +61,6 @@ "exports": { | ||
"devDependencies": { | ||
"@babel/core": "^7.24.6", | ||
"@babel/preset-env": "^7.24.6", | ||
"@babel/preset-typescript": "^7.24.6", | ||
"@discordjs/opus": "^0.9.0", | ||
"@favware/cliff-jumper": "^4.1.0", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^16.18.105", | ||
"@types/node": "18.19.45", | ||
"@vitest/coverage-v8": "2.0.5", | ||
"cross-env": "^7.0.3", | ||
@@ -73,5 +71,2 @@ "esbuild-plugin-version-injector": "^1.2.1", | ||
"eslint-formatter-pretty": "^6.0.1", | ||
"jest": "^29.7.0", | ||
"jest-websocket-mock": "^2.5.0", | ||
"mock-socket": "^9.3.1", | ||
"prettier": "^3.3.3", | ||
@@ -82,2 +77,4 @@ "tsup": "^8.2.4", | ||
"typescript": "~5.5.4", | ||
"vitest": "^2.0.5", | ||
"vitest-websocket-mock": "^0.3.0", | ||
"@discordjs/api-extractor": "^7.38.1", | ||
@@ -96,3 +93,3 @@ "@discordjs/scripts": "^0.1.0" | ||
"build:docs": "tsc -p tsconfig.docs.json", | ||
"test": "jest --coverage", | ||
"test": "vitest run", | ||
"lint": "prettier --check . && cross-env TIMING=1 eslint --format=pretty src __tests__", | ||
@@ -99,0 +96,0 @@ "format": "prettier --write . && cross-env TIMING=1 eslint --fix --format=pretty src __tests__", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
18
660745