@discordjs/voice
Advanced tools
Comparing version 1.0.0-dev.1737893069-0ab6abbcf to 1.0.0-dev.1737936756-3db8ce70a
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@discordjs/voice", | ||
"version": "1.0.0-dev.1737893069-0ab6abbcf", | ||
"version": "1.0.0-dev.1737936756-3db8ce70a", | ||
"description": "Implementation of the Discord Voice API for Node.js", | ||
@@ -64,3 +64,3 @@ "exports": { | ||
"@noble/ciphers": "^1.1.3", | ||
"@types/node": "^20.17.10", | ||
"@types/node": "^22.10.10", | ||
"@vitest/coverage-v8": "^2.1.8", | ||
@@ -78,7 +78,7 @@ "cross-env": "^7.0.3", | ||
"vitest-websocket-mock": "^0.3.0", | ||
"@discordjs/api-extractor": "^7.38.1", | ||
"@discordjs/scripts": "^0.1.0" | ||
"@discordjs/scripts": "^0.1.0", | ||
"@discordjs/api-extractor": "^7.38.1" | ||
}, | ||
"engines": { | ||
"node": ">=20" | ||
"node": ">=22.12.0" | ||
}, | ||
@@ -92,3 +92,3 @@ "publishConfig": { | ||
"build:docs": "tsc -p tsconfig.docs.json", | ||
"test": "vitest run", | ||
"test": "vitest run --config ../../vitest.config.ts", | ||
"lint": "prettier --check . && cross-env TIMING=1 eslint --format=pretty src __tests__", | ||
@@ -95,0 +95,0 @@ "format": "prettier --write . && cross-env TIMING=1 eslint --fix --format=pretty src __tests__", |
@@ -35,3 +35,3 @@ <div align="center"> | ||
**Node.js 20 or newer is required.** | ||
**Node.js 22.12.0 or newer is required.** | ||
@@ -38,0 +38,0 @@ ```sh |
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
680754