discord.js 15.0.0-dev.1750873775-d7e63ce29 → 15.0.0-dev.1751293701-536a54651
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
<a href="https://discord.gg/djs"><img src="https://img.shields.io/discord/222078108977594368?color=5865F2&logo=discord&logoColor=white" alt="Discord server" /></a>
|
|
9
9
|
<a href="https://www.npmjs.com/package/discord.js"><img src="https://img.shields.io/npm/v/discord.js.svg?maxAge=3600" alt="npm version" /></a>
|
|
10
10
|
<a href="https://www.npmjs.com/package/discord.js"><img src="https://img.shields.io/npm/dt/discord.js.svg?maxAge=3600" alt="npm downloads" /></a>
|
|
11
|
-
<a href="https://github.com/discordjs/discord.js/actions"><img src="https://github.com/discordjs/discord.js/actions/workflows/
|
|
11
|
+
<a href="https://github.com/discordjs/discord.js/actions"><img src="https://github.com/discordjs/discord.js/actions/workflows/tests.yml/badge.svg" alt="Tests status" /></a>
|
|
12
12
|
<a href="https://github.com/discordjs/discord.js/commits/main/packages/discord.js"><img alt="Last commit." src="https://img.shields.io/github/last-commit/discordjs/discord.js?logo=github&logoColor=ffffff&path=packages%2Fdiscord.js" /></a>
|
|
13
13
|
<a href="https://codecov.io/gh/discordjs/discord.js"><img src="https://codecov.io/gh/discordjs/discord.js/branch/main/graph/badge.svg?precision=2" alt="Code coverage" /></a>
|
|
14
14
|
</p>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "discord.js",
|
|
4
|
-
"version": "15.0.0-dev.
|
|
4
|
+
"version": "15.0.0-dev.1751293701-536a54651",
|
|
5
5
|
"description": "A powerful library for interacting with the Discord API",
|
|
6
6
|
"main": "./src/index.js",
|
|
7
7
|
"types": "./typings/index.d.ts",
|
|
@@ -61,12 +61,12 @@
|
|
|
61
61
|
"magic-bytes.js": "^1.10.0",
|
|
62
62
|
"tslib": "^2.8.1",
|
|
63
63
|
"undici": "7.8.0",
|
|
64
|
-
"@discordjs/builders": "^1.11.1",
|
|
65
|
-
"@discordjs/collection": "^2.1.1",
|
|
66
64
|
"@discordjs/formatters": "^0.6.1",
|
|
65
|
+
"@discordjs/collection": "^2.1.1",
|
|
67
66
|
"@discordjs/rest": "^2.5.0",
|
|
68
|
-
"@discordjs/
|
|
69
|
-
"@discordjs/ws": "^2.0.2"
|
|
67
|
+
"@discordjs/builders": "^1.11.1",
|
|
68
|
+
"@discordjs/ws": "^2.0.2",
|
|
69
|
+
"@discordjs/util": "^1.1.1"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@favware/cliff-jumper": "^4.1.0",
|
|
@@ -84,8 +84,8 @@
|
|
|
84
84
|
"turbo": "^2.5.2",
|
|
85
85
|
"typescript": "~5.8.3",
|
|
86
86
|
"@discordjs/docgen": "^0.12.1",
|
|
87
|
-
"@discordjs/
|
|
88
|
-
"@discordjs/
|
|
87
|
+
"@discordjs/scripts": "^0.1.0",
|
|
88
|
+
"@discordjs/api-extractor": "^7.52.7"
|
|
89
89
|
},
|
|
90
90
|
"engines": {
|
|
91
91
|
"node": ">=22.12.0"
|