@mastra/dynamodb 0.12.0 → 0.12.1-alpha.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/dynamodb",
3
- "version": "0.12.0",
3
+ "version": "0.12.1-alpha.0",
4
4
  "description": "DynamoDB storage adapter for Mastra",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "src"
24
24
  ],
25
25
  "dependencies": {
26
- "@aws-sdk/client-dynamodb": "^3.828.0",
26
+ "@aws-sdk/client-dynamodb": "^3.839.0",
27
27
  "@aws-sdk/lib-dynamodb": "^3.830.0",
28
28
  "electrodb": "^3.4.3"
29
29
  },
@@ -39,10 +39,10 @@
39
39
  "eslint": "^9.29.0",
40
40
  "tsup": "^8.5.0",
41
41
  "typescript": "^5.8.3",
42
- "vitest": "^3.2.3",
43
- "@internal/lint": "0.0.14",
44
- "@internal/storage-test-utils": "0.0.10",
45
- "@mastra/core": "0.10.7"
42
+ "vitest": "^3.2.4",
43
+ "@internal/lint": "0.0.17",
44
+ "@internal/storage-test-utils": "0.0.13",
45
+ "@mastra/core": "0.10.11-alpha.0"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting",
@@ -1363,4 +1363,4 @@ describe('DynamoDBStore Integration Tests', () => {
1363
1363
  ).toBeNull();
1364
1364
  });
1365
1365
  }); // End Generic Storage Methods describe
1366
- }); // End Main Describe
1366
+ });