@theokit/sdk-memory 0.5.1 → 0.5.2-next.1

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": "@theokit/sdk-memory",
3
- "version": "0.5.1",
3
+ "version": "0.5.2-next.1",
4
4
  "description": "Memory subsystem for @theokit/sdk — MemoryProvider impls (markdown file store today; LanceDB + embeddings + circuit breaker next iters). Consumes the kernel-facing port from sdk-core.",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/usetheokit/theokit-sdk#readme",
@@ -38,7 +38,7 @@
38
38
  "LICENSE"
39
39
  ],
40
40
  "peerDependencies": {
41
- "@theokit/sdk": ">=4.63.0",
41
+ "@theokit/sdk": ">=5.0.0-next.1",
42
42
  "better-sqlite3": "^12.0.0",
43
43
  "sqlite-vec": ">=0.1.0",
44
44
  "@lancedb/lancedb": ">=0.20.0"
@@ -61,7 +61,7 @@
61
61
  "@types/better-sqlite3": "^7.6.13",
62
62
  "better-sqlite3": "^12.10.0",
63
63
  "sqlite-vec": "^0.1.6",
64
- "@theokit/sdk": "4.63.1"
64
+ "@theokit/sdk": "5.0.0-next.1"
65
65
  },
66
66
  "publishConfig": {
67
67
  "provenance": true,