⬆️ bump lambert-db to version 1.1.6

This commit is contained in:
Flam3rboy 2021-02-07 17:57:54 +01:00
parent fb7c119bf1
commit c0eb0ee3f6
4 changed files with 3 additions and 2 deletions

BIN
package-lock.json generated

Binary file not shown.

View File

@ -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"

View File

@ -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(

View File

@ -1,4 +1,5 @@
{
"include": ["src/"],
"compilerOptions": {
/* Visit https://aka.ms/tsconfig.json to read more about this file */