diff --git a/package-lock.json b/package-lock.json index b2f85a4f..366b5b8e 100644 Binary files a/package-lock.json and b/package-lock.json differ diff --git a/package.json b/package.json index 4a005f50..c37b12a1 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/src/test/mongo_test.ts b/src/test/mongo_test.ts index 655bd67f..b3fadf5a 100644 --- a/src/test/mongo_test.ts +++ b/src/test/mongo_test.ts @@ -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( diff --git a/tsconfig.json b/tsconfig.json index 93f4a144..cbdb2c2d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,4 +1,5 @@ { + "include": ["src/"], "compilerOptions": { /* Visit https://aka.ms/tsconfig.json to read more about this file */