cubyz-discord-relay 2.4.2 → 2.4.3
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": "cubyz-discord-relay",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.3",
|
|
4
4
|
"description": "Bot that relays messages between a Cubyz server and a Discord channel.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"README.md"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"cubyz-node-client": "
|
|
34
|
+
"cubyz-node-client": "~1.2.0",
|
|
35
35
|
"discord.js": "^14.23.2"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
@@ -40,4 +40,4 @@
|
|
|
40
40
|
"tsx": "^4.20.6",
|
|
41
41
|
"typescript": "^5.9.3"
|
|
42
42
|
}
|
|
43
|
-
}
|
|
43
|
+
}
|