@mastra/chroma 0.11.4-alpha.0 → 0.11.4

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.4-alpha.1 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,37 @@
1
1
  # @mastra/chroma
2
2
 
3
+ ## 0.11.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 8660c1b: Updating Chroma integration and adding support for Chroma Cloud
8
+ - 03997ae: Update peerdeps
9
+ - Updated dependencies [227c7e6]
10
+ - Updated dependencies [12cae67]
11
+ - Updated dependencies [fd3a3eb]
12
+ - Updated dependencies [6faaee5]
13
+ - Updated dependencies [4232b14]
14
+ - Updated dependencies [a89de7e]
15
+ - Updated dependencies [5a37d0c]
16
+ - Updated dependencies [4bde0cb]
17
+ - Updated dependencies [cf4f357]
18
+ - Updated dependencies [ad888a2]
19
+ - Updated dependencies [481751d]
20
+ - Updated dependencies [2454423]
21
+ - Updated dependencies [194e395]
22
+ - Updated dependencies [a722c0b]
23
+ - Updated dependencies [c30bca8]
24
+ - Updated dependencies [3b5fec7]
25
+ - Updated dependencies [a8f129d]
26
+ - @mastra/core@0.14.0
27
+
28
+ ## 0.11.4-alpha.1
29
+
30
+ ### Patch Changes
31
+
32
+ - 03997ae: Update peerdeps
33
+ - @mastra/core@0.14.0-alpha.7
34
+
3
35
  ## 0.11.4-alpha.0
4
36
 
5
37
  ### 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.4",
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.30",
33
+ "@mastra/core": "0.14.0",
34
+ "@internal/types-builder": "0.0.5",
35
+ "@internal/storage-test-utils": "0.0.26"
36
36
  },
37
37
  "peerDependencies": {
38
- "@mastra/core": ">=0.10.7-0 <0.14.0-0"
38
+ "@mastra/core": ">=0.10.7-0 <0.15.0-0"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "tsup --silent --config tsup.config.ts",