@mastra/pg 1.20.0-alpha.3 → 1.20.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
@@ -8704,6 +8704,7 @@ function dedupeMessagesForSave(messages) {
8704
8704
  return Array.from(deduped.values());
8705
8705
  }
8706
8706
  var MemoryPG = class MemoryPG extends MemoryStorage {
8707
+ supportsPartialThreadUpdate = true;
8707
8708
  supportsObservationalMemory = true;
8708
8709
  /**
8709
8710
  * Retention-eligible tables. `threads`, `messages`, and `resources` all anchor