Select overviews by name instead of index

This commit is contained in:
Darren Clarke 2023-10-23 13:27:42 +02:00
parent f13530f043
commit 7df947f35a
28 changed files with 1581 additions and 2809 deletions

View file

@ -17,11 +17,11 @@
"dev": "tsc-watch --build --noClear "
},
"devDependencies": {
"@types/figlet": "^1.5.6",
"@types/lodash": "^4.14.199",
"@types/figlet": "^1.5.7",
"@types/lodash": "^4.14.200",
"@types/node": "*",
"@types/uuid": "^9.0.5",
"camelcase-keys": "^9.1.0",
"@types/uuid": "^9.0.6",
"camelcase-keys": "^9.1.2",
"pg-monitor": "^2.0.0",
"tsc-watch": "^6.0.4",
"typedoc": "^0.25.2",
@ -39,22 +39,22 @@
"@promster/hapi": "^12.0.0",
"@promster/server": "^12.0.0",
"@promster/types": "^12.0.0",
"@types/convict": "^6.1.4",
"@types/hapi__glue": "^6.1.7",
"@types/convict": "^6.1.5",
"@types/hapi__glue": "^6.1.8",
"@types/hapi__hapi": "^20.0.13",
"@types/hapi__inert": "^5.2.8",
"@types/hapi__vision": "^5.5.5",
"@types/hapipal__schmervice": "^2.0.5",
"@types/hapi__inert": "^5.2.9",
"@types/hapi__vision": "^5.5.6",
"@types/hapipal__schmervice": "^2.0.6",
"chalk": "^5.3.0",
"commander": "^11.1.0",
"convict": "^6.2.4",
"decamelcase-keys": "^1.1.1",
"figlet": "^1.6.0",
"figlet": "^1.7.0",
"hapi-pino": "^12.1.0",
"http-terminator": "^3.2.0",
"joi": "^17.11.0",
"lodash": "^4.17.21",
"next-auth": "^4.23.2",
"next-auth": "^4.24.3",
"pg-promise": "^11.5.4",
"pino": "^8.16.0",
"pino-pretty": "^10.2.3",