@mastra/spanner 1.6.0-alpha.2 → 1.6.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.
package/dist/index.js CHANGED
@@ -6324,6 +6324,7 @@ function buildSpannerMessageMetadataFilter(metadataFilter) {
6324
6324
  * (the durable state surface used by `@mastra/memory`).
6325
6325
  */
6326
6326
  var MemorySpanner = class MemorySpanner extends MemoryStorage {
6327
+ supportsPartialThreadUpdate = true;
6327
6328
  database;
6328
6329
  db;
6329
6330
  skipDefaultIndexes;