@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/CHANGELOG.md +60 -0
- package/dist/docs/SKILL.md +3 -3
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/dist/docs/references/{reference-storage-dynamodb.md → integrations-databases-dynamodb.md} +1 -1
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/storage/domains/memory/index.d.ts +1 -0
- package/dist/storage/domains/memory/index.d.ts.map +1 -1
- package/package.json +5 -5
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) {
|