@mastra/lance 1.3.0-alpha.1 → 1.3.0-alpha.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/dist/index.js CHANGED
@@ -755,7 +755,7 @@ var StoreMemoryLance = class extends MemoryStorage {
755
755
  };
756
756
  const record = {
757
757
  id,
758
- title,
758
+ title: title ?? current.title,
759
759
  metadata: JSON.stringify(mergedMetadata),
760
760
  updatedAt: (/* @__PURE__ */ new Date()).getTime()
761
761
  };