discord.js 15.0.0-dev.1759968109-7f2935695 → 15.0.0-dev.1760054515-a97ac8261
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 +3 -3
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -134,9 +134,9 @@ If you don't understand something in the documentation, you are experiencing pro
|
|
|
134
134
|
[website]: https://discord.js.org
|
|
135
135
|
[website-source]: https://github.com/discordjs/discord.js/tree/main/apps/website
|
|
136
136
|
[documentation]: https://discord.js.org/docs/packages/discord.js/stable
|
|
137
|
-
[guide]: https://discordjs.guide
|
|
138
|
-
[guide-source]: https://github.com/discordjs/guide
|
|
139
|
-
[guide-update]: https://discordjs.guide/additional-info/changes-in-v14
|
|
137
|
+
[guide]: https://discordjs.guide
|
|
138
|
+
[guide-source]: https://github.com/discordjs/discord.js/tree/main/apps/guide
|
|
139
|
+
[guide-update]: https://discordjs.guide/legacy/additional-info/changes-in-v14
|
|
140
140
|
[discord]: https://discord.gg/djs
|
|
141
141
|
[discord-developers]: https://discord.gg/discord-developers
|
|
142
142
|
[source]: https://github.com/discordjs/discord.js/tree/main/packages/discord.js
|
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.1760054515-a97ac8261",
|
|
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.12.1",
|
|
62
62
|
"tslib": "^2.8.1",
|
|
63
63
|
"undici": "7.16.0",
|
|
64
|
-
"@discordjs/builders": "^2.0.0-dev.
|
|
65
|
-
"@discordjs/formatters": "^1.0.0-dev.
|
|
66
|
-
"@discordjs/collection": "^3.0.0-dev.
|
|
67
|
-
"@discordjs/
|
|
68
|
-
"@discordjs/
|
|
69
|
-
"@discordjs/ws": "^3.0.0-dev.
|
|
64
|
+
"@discordjs/builders": "^2.0.0-dev.1760054515-a97ac8261",
|
|
65
|
+
"@discordjs/formatters": "^1.0.0-dev.1760054515-a97ac8261",
|
|
66
|
+
"@discordjs/collection": "^3.0.0-dev.1760054515-a97ac8261",
|
|
67
|
+
"@discordjs/rest": "^3.0.0-dev.1760054515-a97ac8261",
|
|
68
|
+
"@discordjs/util": "^2.0.0-dev.1760054515-a97ac8261",
|
|
69
|
+
"@discordjs/ws": "^3.0.0-dev.1760054515-a97ac8261"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@favware/cliff-jumper": "^4.1.0",
|