WIP : before-cqrs

This commit is contained in:
2024-06-11 14:57:02 -04:00
parent 5777d06fc8
commit 0d4c0e008c
22 changed files with 750 additions and 168 deletions
+10
View File
@@ -19,6 +19,7 @@
"connect-mongo": "^5.1.0",
"express-session": "^1.18.0",
"mongoose": "^8.4.1",
"mongoose-autopopulate": "^1.1.0",
"reflect-metadata": "^0.2.1",
"rxjs": "^7.8.1"
},
@@ -7587,6 +7588,15 @@
"url": "https://opencollective.com/mongoose"
}
},
"node_modules/mongoose-autopopulate": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/mongoose-autopopulate/-/mongoose-autopopulate-1.1.0.tgz",
"integrity": "sha512-nTlTMlu1fLQ1bmJT7ILKbZmPGt2fHErLO4UJwzMDsHSigjtUYz0l3nvFhg511QkOkZcKBRzOnPn3DmmLIUENzg==",
"license": "Apache 2.0",
"peerDependencies": {
"mongoose": "6.x || 7.x || 8.0.0-rc0 || 8.x"
}
},
"node_modules/mongoose/node_modules/ms": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",