@inkeep/agents-core 0.57.0 → 0.58.0

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.
@@ -905,7 +905,8 @@ const ApiKeyUpdateSchema = ApiKeyInsertSchema.partial().omit({
905
905
  publicId: true,
906
906
  keyHash: true,
907
907
  keyPrefix: true,
908
- createdAt: true
908
+ createdAt: true,
909
+ lastUsedAt: true
909
910
  });
910
911
  const ApiKeyApiSelectSchema = ApiKeySelectSchema.omit({
911
912
  tenantId: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-core",
3
- "version": "0.57.0",
3
+ "version": "0.58.0",
4
4
  "description": "Agents Core contains the database schema, types, and validation schemas for Inkeep Agent Framework, along with core components.",
5
5
  "type": "module",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -135,7 +135,7 @@
135
135
  "drizzle-zod": "^0.8.2",
136
136
  "exit-hook": "^4.0.0",
137
137
  "find-up": "^7.0.0",
138
- "hono": "^4.12.2",
138
+ "hono": "^4.12.4",
139
139
  "iwanthue": "^2.0.0",
140
140
  "jmespath": "^0.16.0",
141
141
  "jose": "^6.1.0",