v1.0.0-alpha4: Add Redis/Valkey caching and search with principal agent auth for global settings

This commit is contained in:
2026-01-01 23:58:00 +00:00
parent f98ff8fcec
commit 71e5070e6c
10 changed files with 1012 additions and 6 deletions
+3 -1
View File
@@ -1,6 +1,6 @@
{
"name": "job-list",
"version": "1.0.0-alpha3",
"version": "1.0.0-alpha4",
"description": "Job-List",
"type": "module",
"scripts": {
@@ -12,10 +12,12 @@
"@microsoft/microsoft-graph-client": "^3.0.7",
"dotenv": "^17.2.3",
"hono": "^4.10.8",
"ioredis": "^5.8.2",
"pocketbase": "^0.26.5"
},
"devDependencies": {
"@types/bun": "latest",
"@types/ioredis": "^5.0.0",
"@types/node": "latest"
}
}