Overview & recent fixes, auth updates, SWR fixes

This commit is contained in:
Darren Clarke 2023-11-10 14:17:09 +01:00
parent 7df947f35a
commit 8d86db882d
29 changed files with 1252 additions and 1221 deletions

View file

@ -17,14 +17,14 @@
"dev": "tsc-watch --build --noClear "
},
"devDependencies": {
"@types/figlet": "^1.5.7",
"@types/lodash": "^4.14.200",
"@types/figlet": "^1.5.8",
"@types/lodash": "^4.14.201",
"@types/node": "*",
"@types/uuid": "^9.0.6",
"@types/uuid": "^9.0.7",
"camelcase-keys": "^9.1.2",
"pg-monitor": "^2.0.0",
"tsc-watch": "^6.0.4",
"typedoc": "^0.25.2",
"typedoc": "^0.25.3",
"typescript": "^5.2.2"
},
"dependencies": {
@ -39,12 +39,12 @@
"@promster/hapi": "^12.0.0",
"@promster/server": "^12.0.0",
"@promster/types": "^12.0.0",
"@types/convict": "^6.1.5",
"@types/hapi__glue": "^6.1.8",
"@types/convict": "^6.1.6",
"@types/hapi__glue": "^6.1.9",
"@types/hapi__hapi": "^20.0.13",
"@types/hapi__inert": "^5.2.9",
"@types/hapi__vision": "^5.5.6",
"@types/hapipal__schmervice": "^2.0.6",
"@types/hapi__inert": "^5.2.10",
"@types/hapi__vision": "^5.5.7",
"@types/hapipal__schmervice": "^2.0.7",
"chalk": "^5.3.0",
"commander": "^11.1.0",
"convict": "^6.2.4",
@ -54,9 +54,9 @@
"http-terminator": "^3.2.0",
"joi": "^17.11.0",
"lodash": "^4.17.21",
"next-auth": "^4.24.3",
"next-auth": "^4.24.4",
"pg-promise": "^11.5.4",
"pino": "^8.16.0",
"pino": "^8.16.1",
"pino-pretty": "^10.2.3",
"prom-client": "^15.x.x",
"uuid": "^9.0.1"

View file

@ -1,3 +1,5 @@
// @ts-nocheck
export * from "./config/index.js";
export * from "./controllers/crud-controller.js";
export * from "./controllers/nextauth-adapter.js";