Replace legacy checkBodyType with Zod
Start matchmaking integration Start rooms API Move existing room scene locations to roomtypes file Auth checkExpired util for client refreshing
This commit is contained in:
9
deno.lock
generated
9
deno.lock
generated
@@ -20,7 +20,8 @@
|
||||
"npm:discord.js@^14.16.3": "14.16.3",
|
||||
"npm:express@^4.21.2": "4.21.2",
|
||||
"npm:ioredis@^5.5.0": "5.5.0",
|
||||
"npm:validator@^13.12.0": "13.12.0"
|
||||
"npm:validator@^13.12.0": "13.12.0",
|
||||
"npm:zod@^3.24.2": "3.24.2"
|
||||
},
|
||||
"jsr": {
|
||||
"@gz/jwt@0.1.0": {
|
||||
@@ -710,6 +711,9 @@
|
||||
},
|
||||
"ws@8.18.0": {
|
||||
"integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw=="
|
||||
},
|
||||
"zod@3.24.2": {
|
||||
"integrity": "sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ=="
|
||||
}
|
||||
},
|
||||
"redirects": {
|
||||
@@ -865,7 +869,8 @@
|
||||
"npm:discord.js@^14.16.3",
|
||||
"npm:express@^4.21.2",
|
||||
"npm:ioredis@^5.5.0",
|
||||
"npm:validator@^13.12.0"
|
||||
"npm:validator@^13.12.0",
|
||||
"npm:zod@^3.24.2"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user