keryx 0.29.8 → 0.29.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keryx",
3
- "version": "0.29.8",
3
+ "version": "0.29.9",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -17,7 +17,7 @@ WEB_SERVER_ALLOWED_METHODS="GET, POST, PUT, DELETE, OPTIONS"
17
17
 
18
18
  MCP_SERVER_ENABLED=true
19
19
 
20
- SESSION_TTL=86400000
20
+ SESSION_TTL=86400
21
21
  SESSION_COOKIE_NAME="__session"
22
22
 
23
23
  DATABASE_URL="postgres://$USER@localhost:5432/{{projectName}}"