@discordjs/core
Advanced tools
Comparing version 3.0.0-dev.1737893060-0ab6abbcf to 3.0.0-dev.1737936740-3db8ce70a
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@discordjs/core", | ||
"version": "3.0.0-dev.1737893060-0ab6abbcf", | ||
"version": "3.0.0-dev.1737936740-3db8ce70a", | ||
"description": "A thinly abstracted wrapper around the rest API, and gateway.", | ||
@@ -60,9 +60,9 @@ "exports": { | ||
"discord-api-types": "^0.37.114", | ||
"@discordjs/ws": "^2.0.0", | ||
"@discordjs/rest": "^2.4.0", | ||
"@discordjs/util": "^1.1.1" | ||
"@discordjs/util": "^1.1.1", | ||
"@discordjs/ws": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@favware/cliff-jumper": "^4.1.0", | ||
"@types/node": "^20.17.10", | ||
"@types/node": "^22.10.10", | ||
"@vitest/coverage-v8": "^2.1.8", | ||
@@ -83,3 +83,3 @@ "cross-env": "^7.0.3", | ||
"engines": { | ||
"node": ">=20" | ||
"node": ">=22.12.0" | ||
}, | ||
@@ -91,3 +91,3 @@ "publishConfig": { | ||
"scripts": { | ||
"test": "vitest run", | ||
"test": "vitest run --config ../../vitest.config.ts", | ||
"build": "tsc --noEmit && tsup", | ||
@@ -94,0 +94,0 @@ "build:docs": "tsc -p tsconfig.docs.json", |
@@ -26,3 +26,3 @@ <div align="center"> | ||
**Node.js 20 or newer is required.** | ||
**Node.js 22.12.0 or newer is required.** | ||
@@ -29,0 +29,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
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
1983987