@mastra/dynamodb 1.3.0-alpha.2 → 1.3.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
@@ -1495,6 +1495,7 @@ function getTtlProps(entityName, ttlConfig, customTtlSeconds) {
1495
1495
  //#endregion
1496
1496
  //#region src/storage/domains/memory/index.ts
1497
1497
  var MemoryStorageDynamoDB = class extends MemoryStorage {
1498
+ supportsPartialThreadUpdate = true;
1498
1499
  service;
1499
1500
  ttlConfig;
1500
1501
  constructor(config) {