⬆️ bump lambert-db to version 1.1.6
This commit is contained in:
parent
fb7c119bf1
commit
c0eb0ee3f6
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-http-middleware": "^3.1.0",
|
||||||
"i18next-node-fs-backend": "^2.1.3",
|
"i18next-node-fs-backend": "^2.1.3",
|
||||||
"jsonwebtoken": "^8.5.1",
|
"jsonwebtoken": "^8.5.1",
|
||||||
"lambert-db": "^1.1.3",
|
"lambert-db": "^1.1.6",
|
||||||
"lambert-server": "^1.0.10",
|
"lambert-server": "^1.0.10",
|
||||||
"missing-native-js-functions": "^1.2.2",
|
"missing-native-js-functions": "^1.2.2",
|
||||||
"node-fetch": "^2.6.1"
|
"node-fetch": "^2.6.1"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
import mongoose from "mongoose";
|
import mongoose from "mongoose";
|
||||||
import { Long } from "mongodb";
|
import { Long } from "mongodb";
|
||||||
import { Snowflake } from "../../../server-util/src/util/Snowflake";
|
import { Snowflake } from "discord-server-util";
|
||||||
|
|
||||||
async function main() {
|
async function main() {
|
||||||
const conn = await mongoose.createConnection(
|
const conn = await mongoose.createConnection(
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"include": ["src/"],
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
/* Visit https://aka.ms/tsconfig.json to read more about this file */
|
/* Visit https://aka.ms/tsconfig.json to read more about this file */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user