@mastra/astra 0.11.3 → 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/astra@0.11.3-alpha.0 build /home/runner/work/mastra/mastra/stores/astra
2
+ > @mastra/astra@0.11.5 build /home/runner/work/mastra/mastra/stores/astra
3
3
  > tsup --silent --config tsup.config.ts
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,54 @@
1
1
  # @mastra/astra
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
+ - 03997ae: Update peerdeps
26
+ - Updated dependencies [227c7e6]
27
+ - Updated dependencies [12cae67]
28
+ - Updated dependencies [fd3a3eb]
29
+ - Updated dependencies [6faaee5]
30
+ - Updated dependencies [4232b14]
31
+ - Updated dependencies [a89de7e]
32
+ - Updated dependencies [5a37d0c]
33
+ - Updated dependencies [4bde0cb]
34
+ - Updated dependencies [cf4f357]
35
+ - Updated dependencies [ad888a2]
36
+ - Updated dependencies [481751d]
37
+ - Updated dependencies [2454423]
38
+ - Updated dependencies [194e395]
39
+ - Updated dependencies [a722c0b]
40
+ - Updated dependencies [c30bca8]
41
+ - Updated dependencies [3b5fec7]
42
+ - Updated dependencies [a8f129d]
43
+ - @mastra/core@0.14.0
44
+
45
+ ## 0.11.4-alpha.0
46
+
47
+ ### Patch Changes
48
+
49
+ - 03997ae: Update peerdeps
50
+ - @mastra/core@0.14.0-alpha.7
51
+
3
52
  ## 0.11.3
4
53
 
5
54
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/astra",
3
- "version": "0.11.3",
3
+ "version": "0.11.6",
4
4
  "description": "Astra DB provider for Mastra - includes vector store capabilities",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -29,12 +29,12 @@
29
29
  "tsup": "^8.5.0",
30
30
  "typescript": "^5.8.3",
31
31
  "vitest": "^3.2.4",
32
- "@internal/lint": "0.0.27",
33
- "@internal/types-builder": "0.0.2",
34
- "@mastra/core": "0.13.0"
32
+ "@internal/lint": "0.0.34",
33
+ "@mastra/core": "0.15.2",
34
+ "@internal/types-builder": "0.0.9"
35
35
  },
36
36
  "peerDependencies": {
37
- "@mastra/core": ">=0.10.7-0 <0.14.0-0"
37
+ "@mastra/core": ">=0.10.7-0 <0.16.0-0"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "tsup --silent --config tsup.config.ts",