@mastra/dynamodb 1.0.0-beta.7 → 1.0.0-beta.8

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
@@ -1,7 +1,7 @@
1
1
  import { DynamoDBClient, DescribeTableCommand } from '@aws-sdk/client-dynamodb';
2
2
  import { DynamoDBDocumentClient } from '@aws-sdk/lib-dynamodb';
3
3
  import { MastraError, ErrorCategory, ErrorDomain } from '@mastra/core/error';
4
- import { MastraStorage, createStorageErrorId, WorkflowsStorage, normalizePerPage, MemoryStorage, calculatePagination, ScoresStorage, SCORERS_SCHEMA, TABLE_THREADS, TABLE_MESSAGES, TABLE_RESOURCES, TABLE_SCORERS, TABLE_WORKFLOW_SNAPSHOT } from '@mastra/core/storage';
4
+ import { MemoryStorage, createStorageErrorId, normalizePerPage, calculatePagination, ScoresStorage, SCORERS_SCHEMA, WorkflowsStorage, MastraStorage, TABLE_SCORERS, TABLE_WORKFLOW_SNAPSHOT, TABLE_RESOURCES, TABLE_MESSAGES, TABLE_THREADS } from '@mastra/core/storage';
5
5
  import { Entity, Service } from 'electrodb';
6
6
  import { MessageList } from '@mastra/core/agent';
7
7
  import { saveScorePayloadSchema } from '@mastra/core/evals';
@@ -2401,19 +2401,6 @@ var DynamoDBStore = class extends MastraStorage {
2401
2401
  );
2402
2402
  }
2403
2403
  }
2404
- get supports() {
2405
- return {
2406
- selectByIncludeResourceScope: true,
2407
- resourceWorkingMemory: true,
2408
- hasColumn: false,
2409
- createTable: false,
2410
- deleteMessages: true,
2411
- observability: false,
2412
- indexManagement: false,
2413
- listScoresBySpan: true,
2414
- agents: false
2415
- };
2416
- }
2417
2404
  /**
2418
2405
  * Validates that the required DynamoDB table exists and is accessible.
2419
2406
  * This does not check the table structure - it assumes the table
@@ -2504,6 +2491,6 @@ var DynamoDBStore = class extends MastraStorage {
2504
2491
  }
2505
2492
  };
2506
2493
 
2507
- export { DynamoDBStore };
2494
+ export { DynamoDBStore, MemoryStorageDynamoDB, ScoresStorageDynamoDB, WorkflowStorageDynamoDB };
2508
2495
  //# sourceMappingURL=index.js.map
2509
2496
  //# sourceMappingURL=index.js.map