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

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/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Changelog — @theokit/sdk-memory
2
2
 
3
+ ## 0.5.2
4
+
3
5
  ## 0.5.2-next.1
4
6
 
5
7
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -2312,6 +2312,10 @@ Object.defineProperty(exports, "lanceStoragePath", {
2312
2312
  enumerable: true,
2313
2313
  get: function () { return memoryStore.lanceStoragePath; }
2314
2314
  });
2315
+ Object.defineProperty(exports, "memoryIndexRoot", {
2316
+ enumerable: true,
2317
+ get: function () { return memoryStore.memoryIndexRoot; }
2318
+ });
2315
2319
  Object.defineProperty(exports, "memoryMdPath", {
2316
2320
  enumerable: true,
2317
2321
  get: function () { return memoryStore.memoryMdPath; }