summary refs log tree commit diff
path: root/gateway/package.json
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-08-22 15:33:06 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-08-22 15:33:06 +1000
commitdb76d5c8fc840f8a8a689bb14466f5c5ba902bc1 (patch)
tree116d1ace6a26d0205971928c7761c1b7efe095e4 /gateway/package.json
parentPrevent lazyrequest when sent with guild_id as number (diff)
downloadserver-ts-db76d5c8fc840f8a8a689bb14466f5c5ba902bc1.tar.xz
LazyRequest on mobile + socket not closed fixes
Diffstat (limited to 'gateway/package.json')
-rw-r--r--gateway/package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/gateway/package.json b/gateway/package.json

index 205cd9c1..ad500897 100644 --- a/gateway/package.json +++ b/gateway/package.json
@@ -16,6 +16,7 @@ "license": "AGPL-3.0-only", "devDependencies": { "@types/amqplib": "^0.8.1", + "@types/json-bigint": "^1.0.1", "@types/jsonwebtoken": "^8.5.0", "@types/node": "^14.18.24", "@types/node-fetch": "^2.5.12", @@ -30,6 +31,7 @@ "amqplib": "^0.8.0", "dotenv": "^8.2.0", "fast-zlib": "^2.0.1", + "json-bigint": "^1.0.0", "jsonwebtoken": "^8.5.1", "lambert-server": "^1.2.11", "missing-native-js-functions": "^1.2.18",