From c0eb0ee3f630303fb86992f012f62c62be7758bf Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sun, 7 Feb 2021 17:57:54 +0100 Subject: [PATCH] :arrow_up: bump lambert-db to version 1.1.6 --- package-lock.json | Bin 151949 -> 151949 bytes package.json | 2 +- src/test/mongo_test.ts | 2 +- tsconfig.json | 1 + 4 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index b2f85a4f7469baa34f6e9a0282153b72d673be9c..366b5b8ea15df25af8f7bc19eb5e7caccf90f47c 100644 GIT binary patch delta 278 zcmeBO%-Oq`bAv7uquFLXrpc40GcID(pZsBp%=Awi8D%CHu&{)>C58GqCZz{NhL)vy z1y}f_B&T_1o0VI5X-AoOMn-uh7KeofIr-+Ar241&6XKDu*c@-8WnpSD2 zCpvqXnY#LUh7}uSq-Z;58M&qVRAT=()5x8jNOw9X7Wv5Fok_O`$5J}ldbi| enzN^G&z{c6twAs6Oy9`CBm;8KcA$GCCjtP;Ct*wg delta 266 zcmeBO%-Oq`bAv7uqw!`vrpc2g8(8X3{xC&ma*S$JqvN`ZDxS)f;jW3hg*mr;gefM-;?iDy!=SB6ngka19EXo;DtrKv%< ze^p3;Q@WqIg_(;%N#tZheZ|QUOp4P>4ls64E||$TdBGI+>Ffs?KTWpQ7i-R*zCC+7 ZBew?a9Wwo)FO$sVa3-bgK$l2P1ON*bTQ2|r 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 */