@treeseed/sdk 0.8.10 → 0.8.12

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": "@treeseed/sdk",
3
- "version": "0.8.10",
3
+ "version": "0.8.12",
4
4
  "description": "Shared Treeseed SDK for content-backed and D1-backed object models.",
5
5
  "license": "AGPL-3.0-only",
6
6
  "repository": {
@@ -96,6 +96,10 @@
96
96
  "types": "./dist/operations.d.ts",
97
97
  "default": "./dist/operations.js"
98
98
  },
99
+ "./operations/agent-tools": {
100
+ "types": "./dist/operations/agent-tools.d.ts",
101
+ "default": "./dist/operations/agent-tools.js"
102
+ },
99
103
  "./workflow": {
100
104
  "types": "./dist/workflow.d.ts",
101
105
  "default": "./dist/workflow.js"
@@ -197,6 +201,10 @@
197
201
  "types": "./dist/graph.d.ts",
198
202
  "default": "./dist/graph.js"
199
203
  },
204
+ "./graph/context-query-contracts": {
205
+ "types": "./dist/graph/context-query-contracts.d.ts",
206
+ "default": "./dist/graph/context-query-contracts.js"
207
+ },
200
208
  "./sdk-filters": {
201
209
  "types": "./dist/sdk-filters.d.ts",
202
210
  "default": "./dist/sdk-filters.js"