@mastra/chroma 0.2.0-alpha.9 → 0.2.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.
@@ -1,23 +1,23 @@
1
1
 
2
- > @mastra/chroma@0.2.0-alpha.9 build /home/runner/work/mastra/mastra/stores/chroma
3
- > tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake
2
+ > @mastra/chroma@0.2.1-alpha.0 build /home/runner/work/mastra/mastra/stores/chroma
3
+ > tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting
4
4
 
5
5
  CLI Building entry: src/index.ts
6
6
  CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.3.6
7
+ CLI tsup v8.4.0
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 6049ms
9
+ TSC ⚡️ Build success in 8498ms
10
10
  DTS Build start
11
11
  CLI Target: es2022
12
12
  Analysis will use the bundled TypeScript version 5.7.3
13
13
  Writing package typings: /home/runner/work/mastra/mastra/stores/chroma/dist/_tsup-dts-rollup.d.ts
14
14
  Analysis will use the bundled TypeScript version 5.7.3
15
15
  Writing package typings: /home/runner/work/mastra/mastra/stores/chroma/dist/_tsup-dts-rollup.d.cts
16
- DTS ⚡️ Build success in 8621ms
16
+ DTS ⚡️ Build success in 8847ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
- CJS dist/index.cjs 8.08 KB
21
- CJS ⚡️ Build success in 733ms
22
20
  ESM dist/index.js 8.05 KB
23
- ESM ⚡️ Build success in 733ms
21
+ ESM ⚡️ Build success in 533ms
22
+ CJS dist/index.cjs 8.08 KB
23
+ CJS ⚡️ Build success in 533ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,87 @@
1
1
  # @mastra/chroma
2
2
 
3
+ ## 0.2.1-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3729dbd]
8
+ - @mastra/core@0.5.1-alpha.0
9
+
10
+ ## 0.2.0
11
+
12
+ ### Minor Changes
13
+
14
+ - 8bee68a: Added implementations to support new operations for MastraVector interface for chroma store
15
+
16
+ ### Patch Changes
17
+
18
+ - 9e81f35: Fix query filter for vector search and rerank
19
+ - fd4a1d7: Update cjs bundling to make sure files are split
20
+ - Updated dependencies [a910463]
21
+ - Updated dependencies [59df7b6]
22
+ - Updated dependencies [22643eb]
23
+ - Updated dependencies [6feb23f]
24
+ - Updated dependencies [f2d6727]
25
+ - Updated dependencies [7a7a547]
26
+ - Updated dependencies [29f3a82]
27
+ - Updated dependencies [3d0e290]
28
+ - Updated dependencies [e9fbac5]
29
+ - Updated dependencies [301e4ee]
30
+ - Updated dependencies [ee667a2]
31
+ - Updated dependencies [dfbe4e9]
32
+ - Updated dependencies [dab255b]
33
+ - Updated dependencies [1e8bcbc]
34
+ - Updated dependencies [f6678e4]
35
+ - Updated dependencies [9e81f35]
36
+ - Updated dependencies [c93798b]
37
+ - Updated dependencies [a85ab24]
38
+ - Updated dependencies [dbd9f2d]
39
+ - Updated dependencies [59df7b6]
40
+ - Updated dependencies [caefaa2]
41
+ - Updated dependencies [c151ae6]
42
+ - Updated dependencies [52e0418]
43
+ - Updated dependencies [d79aedf]
44
+ - Updated dependencies [03236ec]
45
+ - Updated dependencies [3764e71]
46
+ - Updated dependencies [df982db]
47
+ - Updated dependencies [a171b37]
48
+ - Updated dependencies [506f1d5]
49
+ - Updated dependencies [02ffb7b]
50
+ - Updated dependencies [0461849]
51
+ - Updated dependencies [2259379]
52
+ - Updated dependencies [aeb5e36]
53
+ - Updated dependencies [f2301de]
54
+ - Updated dependencies [358f069]
55
+ - Updated dependencies [fd4a1d7]
56
+ - Updated dependencies [c139344]
57
+ - @mastra/core@0.5.0
58
+
59
+ ## 0.2.0-alpha.12
60
+
61
+ ### Patch Changes
62
+
63
+ - Updated dependencies [a85ab24]
64
+ - @mastra/core@0.5.0-alpha.12
65
+
66
+ ## 0.2.0-alpha.11
67
+
68
+ ### Patch Changes
69
+
70
+ - fd4a1d7: Update cjs bundling to make sure files are split
71
+ - Updated dependencies [7a7a547]
72
+ - Updated dependencies [c93798b]
73
+ - Updated dependencies [dbd9f2d]
74
+ - Updated dependencies [a171b37]
75
+ - Updated dependencies [fd4a1d7]
76
+ - @mastra/core@0.5.0-alpha.11
77
+
78
+ ## 0.2.0-alpha.10
79
+
80
+ ### Patch Changes
81
+
82
+ - Updated dependencies [a910463]
83
+ - @mastra/core@0.5.0-alpha.10
84
+
3
85
  ## 0.2.0-alpha.9
4
86
 
5
87
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/chroma",
3
- "version": "0.2.0-alpha.9",
3
+ "version": "0.2.1-alpha.0",
4
4
  "description": "Chroma vector store provider for Mastra",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -19,20 +19,20 @@
19
19
  "./package.json": "./package.json"
20
20
  },
21
21
  "dependencies": {
22
- "chromadb": "^1.9.4",
23
- "@mastra/core": "^0.5.0-alpha.9"
22
+ "chromadb": "^1.10.5",
23
+ "@mastra/core": "^0.5.1-alpha.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@microsoft/api-extractor": "^7.49.2",
27
- "@types/node": "^22.13.1",
28
- "tsup": "^8.0.1",
29
- "typescript": "^5.7.3",
30
- "vitest": "^3.0.4",
31
- "eslint": "^9.20.1",
32
- "@internal/lint": "0.0.0"
26
+ "@microsoft/api-extractor": "^7.52.1",
27
+ "@types/node": "^22.13.10",
28
+ "eslint": "^9.22.0",
29
+ "tsup": "^8.4.0",
30
+ "typescript": "^5.8.2",
31
+ "vitest": "^3.0.8",
32
+ "@internal/lint": "0.0.1"
33
33
  },
34
34
  "scripts": {
35
- "build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake",
35
+ "build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting",
36
36
  "build:watch": "pnpm build --watch",
37
37
  "test": "vitest run",
38
38
  "lint": "eslint ."