@mastra/chroma 0.11.4-alpha.0 → 0.11.6

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @mastra/chroma@0.11.4-alpha.0 build /home/runner/work/mastra/mastra/stores/chroma
2
+ > @mastra/chroma@0.11.5 build /home/runner/work/mastra/mastra/stores/chroma
3
3
  > tsup --silent --config tsup.config.ts
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,55 @@
1
1
  # @mastra/chroma
2
2
 
3
+ ## 0.11.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
8
+
9
+ - Updated dependencies []:
10
+ - @mastra/core@0.15.2
11
+
12
+ ## 0.11.5
13
+
14
+ ### Patch Changes
15
+
16
+ - [`95b2aa9`](https://github.com/mastra-ai/mastra/commit/95b2aa908230919e67efcac0d69005a2d5745298) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdeps @mastra/core
17
+
18
+ - Updated dependencies []:
19
+ - @mastra/core@0.15.1
20
+
21
+ ## 0.11.4
22
+
23
+ ### Patch Changes
24
+
25
+ - 8660c1b: Updating Chroma integration and adding support for Chroma Cloud
26
+ - 03997ae: Update peerdeps
27
+ - Updated dependencies [227c7e6]
28
+ - Updated dependencies [12cae67]
29
+ - Updated dependencies [fd3a3eb]
30
+ - Updated dependencies [6faaee5]
31
+ - Updated dependencies [4232b14]
32
+ - Updated dependencies [a89de7e]
33
+ - Updated dependencies [5a37d0c]
34
+ - Updated dependencies [4bde0cb]
35
+ - Updated dependencies [cf4f357]
36
+ - Updated dependencies [ad888a2]
37
+ - Updated dependencies [481751d]
38
+ - Updated dependencies [2454423]
39
+ - Updated dependencies [194e395]
40
+ - Updated dependencies [a722c0b]
41
+ - Updated dependencies [c30bca8]
42
+ - Updated dependencies [3b5fec7]
43
+ - Updated dependencies [a8f129d]
44
+ - @mastra/core@0.14.0
45
+
46
+ ## 0.11.4-alpha.1
47
+
48
+ ### Patch Changes
49
+
50
+ - 03997ae: Update peerdeps
51
+ - @mastra/core@0.14.0-alpha.7
52
+
3
53
  ## 0.11.4-alpha.0
4
54
 
5
55
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/chroma",
3
- "version": "0.11.4-alpha.0",
3
+ "version": "0.11.6",
4
4
  "description": "Chroma vector store provider for Mastra",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -29,13 +29,13 @@
29
29
  "tsup": "^8.5.0",
30
30
  "typescript": "^5.8.3",
31
31
  "vitest": "^3.2.4",
32
- "@internal/lint": "0.0.29",
33
- "@mastra/core": "0.14.0-alpha.1",
34
- "@internal/types-builder": "0.0.4",
35
- "@internal/storage-test-utils": "0.0.25"
32
+ "@internal/lint": "0.0.34",
33
+ "@internal/types-builder": "0.0.9",
34
+ "@internal/storage-test-utils": "0.0.30",
35
+ "@mastra/core": "0.15.2"
36
36
  },
37
37
  "peerDependencies": {
38
- "@mastra/core": ">=0.10.7-0 <0.14.0-0"
38
+ "@mastra/core": ">=0.10.7-0 <0.16.0-0"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "tsup --silent --config tsup.config.ts",