@mastra/dynamodb 0.15.0-alpha.1 → 0.15.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @mastra/dynamodb
2
2
 
3
+ ## 0.15.1-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - dependencies updates: ([#7500](https://github.com/mastra-ai/mastra/pull/7500))
8
+ - Updated dependency [`electrodb@^3.4.5` ↗︎](https://www.npmjs.com/package/electrodb/v/3.4.5) (from `^3.4.3`, in `dependencies`)
9
+ - Updated dependencies [[`47b6dc9`](https://github.com/mastra-ai/mastra/commit/47b6dc94f4976d4f3d3882e8f19eb365bbc5976c), [`565d65f`](https://github.com/mastra-ai/mastra/commit/565d65fc16314a99f081975ec92f2636dff0c86d), [`4da3d68`](https://github.com/mastra-ai/mastra/commit/4da3d68a778e5c4d5a17351ef223289fe2f45a45), [`0b0bbb2`](https://github.com/mastra-ai/mastra/commit/0b0bbb24f4198ead69792e92b68a350f52b45cf3), [`d951f41`](https://github.com/mastra-ai/mastra/commit/d951f41771e4e5da8da4b9f870949f9509e38756), [`8049e2e`](https://github.com/mastra-ai/mastra/commit/8049e2e8cce80a00353c64894c62b695ac34e35e)]:
10
+ - @mastra/core@0.16.1-alpha.1
11
+
12
+ ## 0.15.0
13
+
14
+ ### Minor Changes
15
+
16
+ - 376913a: Update peerdeps of @mastra/core
17
+
18
+ ### Patch Changes
19
+
20
+ - 6f5eb7a: Throw if an empty or whitespace-only threadId is passed when getting messages
21
+ - 376913a: Update peerdeps
22
+ - Updated dependencies [8fbf79e]
23
+ - Updated dependencies [fd83526]
24
+ - Updated dependencies [d0b90ab]
25
+ - Updated dependencies [6f5eb7a]
26
+ - Updated dependencies [a01cf14]
27
+ - Updated dependencies [a9e50ee]
28
+ - Updated dependencies [5397eb4]
29
+ - Updated dependencies [c9f4e4a]
30
+ - Updated dependencies [0acbc80]
31
+ - @mastra/core@0.16.0
32
+
3
33
  ## 0.15.0-alpha.1
4
34
 
5
35
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/dynamodb",
3
- "version": "0.15.0-alpha.1",
3
+ "version": "0.15.1-alpha.0",
4
4
  "description": "DynamoDB storage adapter for Mastra",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -25,7 +25,7 @@
25
25
  "dependencies": {
26
26
  "@aws-sdk/client-dynamodb": "^3.859.0",
27
27
  "@aws-sdk/lib-dynamodb": "^3.859.0",
28
- "electrodb": "^3.4.3"
28
+ "electrodb": "^3.4.5"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "@mastra/core": ">=0.16.0-0 <0.17.0-0"
@@ -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
- "@internal/storage-test-utils": "0.0.31",
45
- "@internal/types-builder": "0.0.10",
46
- "@mastra/core": "0.16.0-alpha.1"
43
+ "@internal/lint": "0.0.36",
44
+ "@internal/storage-test-utils": "0.0.32",
45
+ "@mastra/core": "0.16.1-alpha.1",
46
+ "@internal/types-builder": "0.0.11"
47
47
  },
48
48
  "homepage": "https://mastra.ai",
49
49
  "repository": {