@wolfstar/plugin-gateway 0.2.0-next-20260926222321 → 0.2.0-next-20260927012037
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wolfstar/plugin-gateway",
|
|
3
|
-
"version": "0.2.0-next-
|
|
3
|
+
"version": "0.2.0-next-20260927012037",
|
|
4
4
|
"description": "Gateway (WebSocket) support for @wolfstar/http-framework: a GatewayClient emitting Structures, backed by a pluggable cache",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"discord",
|
|
@@ -60,10 +60,10 @@
|
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"@discordjs/core": "^2.6.0",
|
|
63
|
-
"@discordjs/rest": "^2.6.
|
|
63
|
+
"@discordjs/rest": "^2.6.3",
|
|
64
64
|
"@discordjs/ws": "^2.0.4",
|
|
65
65
|
"@sapphire/pieces": "^4.4.1",
|
|
66
|
-
"@wolfstar/plugin-cache": "^0.3.0-next-
|
|
66
|
+
"@wolfstar/plugin-cache": "^0.3.0-next-20260927012037",
|
|
67
67
|
"discord-api-types": "^0.38.33"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|