@mastra/chroma 0.10.3-alpha.0 → 0.10.3

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.
@@ -6,18 +6,18 @@
6
6
  CLI Using tsconfig: tsconfig.json
7
7
  CLI tsup v8.5.0
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 8140ms
9
+ TSC ⚡️ Build success in 8884ms
10
10
  DTS Build start
11
11
  CLI Target: es2022
12
12
  Analysis will use the bundled TypeScript version 5.8.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.8.3
15
15
  Writing package typings: /home/runner/work/mastra/mastra/stores/chroma/dist/_tsup-dts-rollup.d.cts
16
- DTS ⚡️ Build success in 7428ms
16
+ DTS ⚡️ Build success in 9546ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
- CJS dist/index.cjs 12.35 KB
21
- CJS ⚡️ Build success in 624ms
22
20
  ESM dist/index.js 12.30 KB
23
- ESM ⚡️ Build success in 624ms
21
+ ESM ⚡️ Build success in 820ms
22
+ CJS dist/index.cjs 12.35 KB
23
+ CJS ⚡️ Build success in 817ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @mastra/chroma
2
2
 
3
+ ## 0.10.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 63f6b7d: dependencies updates:
8
+ - Updated dependency [`chromadb@^2.4.6` ↗︎](https://www.npmjs.com/package/chromadb/v/2.4.6) (from `^2.2.0`, in `dependencies`)
9
+ - Updated dependencies [63f6b7d]
10
+ - Updated dependencies [12a95fc]
11
+ - Updated dependencies [4b0f8a6]
12
+ - Updated dependencies [51264a5]
13
+ - Updated dependencies [8e6f677]
14
+ - Updated dependencies [d70c420]
15
+ - Updated dependencies [ee9af57]
16
+ - Updated dependencies [36f1c36]
17
+ - Updated dependencies [2a16996]
18
+ - Updated dependencies [10d352e]
19
+ - Updated dependencies [9589624]
20
+ - Updated dependencies [53d3c37]
21
+ - Updated dependencies [751c894]
22
+ - Updated dependencies [577ce3a]
23
+ - Updated dependencies [9260b3a]
24
+ - @mastra/core@0.10.6
25
+
3
26
  ## 0.10.3-alpha.0
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/chroma",
3
- "version": "0.10.3-alpha.0",
3
+ "version": "0.10.3",
4
4
  "description": "Chroma vector store provider for Mastra",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -29,8 +29,8 @@
29
29
  "tsup": "^8.5.0",
30
30
  "typescript": "^5.8.3",
31
31
  "vitest": "^3.2.3",
32
- "@internal/lint": "0.0.12",
33
- "@mastra/core": "0.10.6-alpha.0"
32
+ "@internal/lint": "0.0.13",
33
+ "@mastra/core": "0.10.6"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "@mastra/core": ">=0.10.4-0 <0.11.0"