bump version & update

This commit is contained in:
SrGooglo 2025-04-09 21:05:07 +00:00
parent 3a2c3aeef0
commit 6c7a218716

View File

@ -1,6 +1,6 @@
{ {
"name": "comty.js", "name": "comty.js",
"version": "0.62.1", "version": "0.63.0",
"main": "./dist/index.js", "main": "./dist/index.js",
"description": "Official Comty API for JavaScript", "description": "Official Comty API for JavaScript",
"homepage": "https://github.com/ragestudio/comty.js", "homepage": "https://github.com/ragestudio/comty.js",
@ -18,7 +18,7 @@
"js-cookie": "^3.0.5", "js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.0", "jsonwebtoken": "^9.0.0",
"jwt-decode": "^4.0.0", "jwt-decode": "^4.0.0",
"linebridge-client": "^1.0.0", "linebridge-client": "^1.1.0",
"luxon": "^3.6.0", "luxon": "^3.6.0",
"socket.io-client": "^4.8.1" "socket.io-client": "^4.8.1"
}, },