@mastra/mongodb 0.13.0-alpha.3 → 0.13.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 +28 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @mastra/mongodb
2
2
 
3
+ ## 0.13.0
4
+
5
+ ### Minor Changes
6
+
7
+ - ea0c5f2: Add store support to new score api
8
+
9
+ ### Patch Changes
10
+
11
+ - 494ceac: fix: trace mongo safeparse
12
+ - 2871020: update safelyParseJSON to check for value of param when handling parse
13
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
14
+ - 94baf89: fixed an issue where mongodb vector adapter would not properly use metadata filters
15
+ - Updated dependencies [cb36de0]
16
+ - Updated dependencies [d0496e6]
17
+ - Updated dependencies [a82b851]
18
+ - Updated dependencies [ea0c5f2]
19
+ - Updated dependencies [41a0a0e]
20
+ - Updated dependencies [2871020]
21
+ - Updated dependencies [94f4812]
22
+ - Updated dependencies [e202b82]
23
+ - Updated dependencies [e00f6a0]
24
+ - Updated dependencies [4a406ec]
25
+ - Updated dependencies [b0e43c1]
26
+ - Updated dependencies [5d377e5]
27
+ - Updated dependencies [1fb812e]
28
+ - Updated dependencies [35c5798]
29
+ - @mastra/core@0.13.0
30
+
3
31
  ## 0.13.0-alpha.3
4
32
 
5
33
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mongodb",
3
- "version": "0.13.0-alpha.3",
3
+ "version": "0.13.0",
4
4
  "description": "MongoDB provider for Mastra - includes vector store capabilities",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -31,10 +31,10 @@
31
31
  "tsup": "^8.5.0",
32
32
  "typescript": "^5.8.3",
33
33
  "vitest": "^3.2.4",
34
- "@internal/lint": "0.0.26",
35
- "@mastra/core": "0.13.0-alpha.2",
36
- "@internal/storage-test-utils": "0.0.22",
37
- "@internal/types-builder": "0.0.1"
34
+ "@internal/types-builder": "0.0.2",
35
+ "@internal/lint": "0.0.27",
36
+ "@mastra/core": "0.13.0",
37
+ "@internal/storage-test-utils": "0.0.23"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@mastra/core": ">=0.13.0-0 <0.14.0-0"