Skip to content

Commit

Permalink
feat: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xhayper committed Dec 23, 2023
1 parent 72b97c0 commit 6683ce4
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 20 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xhayper/discord-rpc",
"version": "1.1.1",
"version": "1.1.2",
"description": "a fork of discordjs/RPC",
"main": "dist/index.js",
"author": "xhayper",
Expand All @@ -25,16 +25,20 @@
},
"dependencies": {
"axios": "^1.6.2",
"ws": "^8.14.2"
"ws": "^8.15.1"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
"utf-8-validate": "^6.0.3"
},
"devDependencies": {
"@types/node": "^14.*",
"@types/ws": "^8.5.10",
"del-cli": "^5.1.0",
"discord-api-types": "^0.37.65"
"discord-api-types": "^0.37.66"
},
"engines": {
"node": ">=14.18.0"
},
"packageManager": "pnpm@8.9.0"
"packageManager": "pnpm@8.12.1"
}
65 changes: 49 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6683ce4

Please sign in to comment.