feat: working on messages

This commit is contained in:
2024-12-30 18:16:25 +01:00
parent cfafcfaddf
commit bafe228911
18 changed files with 201 additions and 33 deletions
+10 -7
View File
@@ -21,7 +21,7 @@
"connect-redis": "^8.0.1",
"express-session": "^1.18.0",
"pg": "^8.13.1",
"ranjs": "^1.24.5",
"random": "^5.1.1",
"redis": "^4.7.0",
"reflect-metadata": "^0.2.1",
"rxjs": "^7.8.1",
@@ -10074,6 +10074,15 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/random": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/random/-/random-5.1.1.tgz",
"integrity": "sha512-iidvORUvXY1ItoYxO0eduHCKl22QV0G6460vRHe862dUagJKPhRyjUGwK8ioOCG4NRuFvExHFpqMngsnr2miwA==",
"license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/random-bytes": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/random-bytes/-/random-bytes-1.0.0.tgz",
@@ -10101,12 +10110,6 @@
"node": ">= 0.6"
}
},
"node_modules/ranjs": {
"version": "1.24.5",
"resolved": "https://registry.npmjs.org/ranjs/-/ranjs-1.24.5.tgz",
"integrity": "sha512-ZW4Bgc5jPRDYqBWuTcwS3GgSMemG5t+eltzS1aGIM7AVBx3JJymqqWN+TiKb5t0gfK//lsJUYPDkNsZ+oLIXIQ==",
"license": "MIT"
},
"node_modules/raw-body": {
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz",