summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-04-08 18:53:25 +0200
committerGitHub <noreply@github.com>2021-04-08 18:53:25 +0200
commit19b1ca48cae1bea608e56de16446121556330cca (patch)
tree2be9ff626b9e1dee6afebaaab0d109a179161013 /package.json
parent:page_facing_up: use Creative Commons Attribution-NonCommercial-ShareAlike 4.... (diff)
parentcreate getPipeline function + clean up (diff)
downloadserver-ts-19b1ca48cae1bea608e56de16446121556330cca.tar.xz
Merge pull request #59 from notsapinho/main
MongooseCache resubscription
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json

index 85cf4148..f3fd3362 100644 --- a/package.json +++ b/package.json
@@ -20,6 +20,7 @@ "lambert-db": "^1.1.8", "lambert-server": "^1.1.7", "missing-native-js-functions": "^1.2.3", + "mongoose-autopopulate": "^0.12.3", "node-fetch": "^2.6.1", "typescript": "^4.2.3", "uuid": "^8.3.2", @@ -27,6 +28,7 @@ }, "devDependencies": { "@types/jsonwebtoken": "^8.5.0", + "@types/mongoose-autopopulate": "^0.10.1", "@types/uuid": "^8.3.0", "@types/ws": "^7.4.0" }