mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-26 15:17:30 +00:00
⬆️ bump lambert-db to version 1.1.6
This commit is contained in:
BIN
package-lock.json
generated
BIN
package-lock.json
generated
Binary file not shown.
@@ -29,7 +29,7 @@
|
||||
"i18next-http-middleware": "^3.1.0",
|
||||
"i18next-node-fs-backend": "^2.1.3",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"lambert-db": "^1.1.3",
|
||||
"lambert-db": "^1.1.6",
|
||||
"lambert-server": "^1.0.10",
|
||||
"missing-native-js-functions": "^1.2.2",
|
||||
"node-fetch": "^2.6.1"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import mongoose from "mongoose";
|
||||
import { Long } from "mongodb";
|
||||
import { Snowflake } from "../../../server-util/src/util/Snowflake";
|
||||
import { Snowflake } from "discord-server-util";
|
||||
|
||||
async function main() {
|
||||
const conn = await mongoose.createConnection(
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"include": ["src/"],
|
||||
"compilerOptions": {
|
||||
/* Visit https://aka.ms/tsconfig.json to read more about this file */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user