@inkeep/agents-core 0.28.0 → 0.29.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.
@@ -99,6 +99,13 @@
99
99
  "when": 1761162910152,
100
100
  "tag": "0013_shocking_blur",
101
101
  "breakpoints": true
102
+ },
103
+ {
104
+ "idx": 14,
105
+ "version": "6",
106
+ "when": 1761227891220,
107
+ "tag": "0014_broad_hellfire_club",
108
+ "breakpoints": true
102
109
  }
103
110
  ]
104
111
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-core",
3
- "version": "0.28.0",
3
+ "version": "0.29.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",
@@ -44,8 +44,8 @@
44
44
  "@hono/zod-openapi": "^1.0.2",
45
45
  "@libsql/client": "^0.15.7",
46
46
  "@modelcontextprotocol/sdk": "^1.17.2",
47
- "@nangohq/node": "^0.69.3",
48
- "@nangohq/types": "^0.69.3",
47
+ "@nangohq/node": "^0.69.5",
48
+ "@nangohq/types": "^0.69.5",
49
49
  "@opentelemetry/api": "^1.9.0",
50
50
  "@opentelemetry/auto-instrumentations-node": "^0.62.0",
51
51
  "@opentelemetry/baggage-span-processor": "^0.4.0",