@mastra/dynamodb 0.14.7-alpha.0 → 0.15.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @mastra/dynamodb
2
2
 
3
+ ## 0.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 376913a: Update peerdeps of @mastra/core
8
+
9
+ ### Patch Changes
10
+
11
+ - 6f5eb7a: Throw if an empty or whitespace-only threadId is passed when getting messages
12
+ - 376913a: Update peerdeps
13
+ - Updated dependencies [8fbf79e]
14
+ - Updated dependencies [fd83526]
15
+ - Updated dependencies [d0b90ab]
16
+ - Updated dependencies [6f5eb7a]
17
+ - Updated dependencies [a01cf14]
18
+ - Updated dependencies [a9e50ee]
19
+ - Updated dependencies [5397eb4]
20
+ - Updated dependencies [c9f4e4a]
21
+ - Updated dependencies [0acbc80]
22
+ - @mastra/core@0.16.0
23
+
24
+ ## 0.15.0-alpha.1
25
+
26
+ ### Minor Changes
27
+
28
+ - 376913a: Update peerdeps of @mastra/core
29
+
30
+ ### Patch Changes
31
+
32
+ - 376913a: Update peerdeps
33
+ - Updated dependencies [8fbf79e]
34
+ - @mastra/core@0.16.0-alpha.1
35
+
3
36
  ## 0.14.7-alpha.0
4
37
 
5
38
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/dynamodb",
3
- "version": "0.14.7-alpha.0",
3
+ "version": "0.15.0",
4
4
  "description": "DynamoDB storage adapter for Mastra",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -28,7 +28,7 @@
28
28
  "electrodb": "^3.4.3"
29
29
  },
30
30
  "peerDependencies": {
31
- "@mastra/core": ">=0.15.3-0 <0.16.0-0"
31
+ "@mastra/core": ">=0.16.0-0 <0.17.0-0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@microsoft/api-extractor": "^7.52.8",
@@ -40,10 +40,10 @@
40
40
  "tsup": "^8.5.0",
41
41
  "typescript": "^5.8.3",
42
42
  "vitest": "^3.2.4",
43
- "@internal/lint": "0.0.35",
44
- "@mastra/core": "0.16.0-alpha.0",
45
- "@internal/storage-test-utils": "0.0.31",
46
- "@internal/types-builder": "0.0.10"
43
+ "@internal/lint": "0.0.36",
44
+ "@mastra/core": "0.16.0",
45
+ "@internal/types-builder": "0.0.11",
46
+ "@internal/storage-test-utils": "0.0.32"
47
47
  },
48
48
  "homepage": "https://mastra.ai",
49
49
  "repository": {