Skip to content

Commit 3e14168

Browse files
committed
feat: bump version
1 parent 0eff61a commit 3e14168

File tree

3 files changed

+440
-612
lines changed

3 files changed

+440
-612
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xhayper/discord-rpc",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "a fork of discordjs/RPC",
55
"main": "dist/index.js",
66
"author": "xhayper",
@@ -28,17 +28,17 @@
2828
"prepack": "pnpm run build"
2929
},
3030
"dependencies": {
31-
"@discordjs/rest": "^2.4.3",
31+
"@discordjs/rest": "^2.5.0",
3232
"@vladfrangu/async_event_emitter": "^2.4.6",
33-
"discord-api-types": "^0.37.119",
34-
"ws": "^8.18.1"
33+
"discord-api-types": "^0.37.120",
34+
"ws": "^8.18.2"
3535
},
3636
"devDependencies": {
3737
"@sapphire/ts-config": "^5.0.1",
3838
"@types/node": "^18",
39-
"@types/ws": "^8.5.12",
39+
"@types/ws": "^8.18.1",
4040
"rimraf": "^6.0.1",
41-
"typescript": "^5.8.2"
41+
"typescript": "^5.8.3"
4242
},
4343
"engines": {
4444
"node": ">=18.20.7"

0 commit comments

Comments
 (0)