@mastra/libsql 0.13.0-alpha.0 → 0.13.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,4 +1,4 @@
1
1
 
2
- > @mastra/libsql@0.13.0-alpha.0 build /home/runner/work/mastra/mastra/stores/libsql
2
+ > @mastra/libsql@0.13.0-alpha.1 build /home/runner/work/mastra/mastra/stores/libsql
3
3
  > tsup --silent --config tsup.config.ts
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # @mastra/libsql
2
2
 
3
+ ## 0.13.0
4
+
5
+ ### Minor Changes
6
+
7
+ - ea0c5f2: Add store support to new score api
8
+
9
+ ### Patch Changes
10
+
11
+ - 2871020: update safelyParseJSON to check for value of param when handling parse
12
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
13
+ - Updated dependencies [cb36de0]
14
+ - Updated dependencies [d0496e6]
15
+ - Updated dependencies [a82b851]
16
+ - Updated dependencies [ea0c5f2]
17
+ - Updated dependencies [41a0a0e]
18
+ - Updated dependencies [2871020]
19
+ - Updated dependencies [94f4812]
20
+ - Updated dependencies [e202b82]
21
+ - Updated dependencies [e00f6a0]
22
+ - Updated dependencies [4a406ec]
23
+ - Updated dependencies [b0e43c1]
24
+ - Updated dependencies [5d377e5]
25
+ - Updated dependencies [1fb812e]
26
+ - Updated dependencies [35c5798]
27
+ - @mastra/core@0.13.0
28
+
29
+ ## 0.13.0-alpha.1
30
+
31
+ ### Patch Changes
32
+
33
+ - 2871020: update safelyParseJSON to check for value of param when handling parse
34
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
35
+ - Updated dependencies [cb36de0]
36
+ - Updated dependencies [a82b851]
37
+ - Updated dependencies [41a0a0e]
38
+ - Updated dependencies [2871020]
39
+ - Updated dependencies [4a406ec]
40
+ - Updated dependencies [5d377e5]
41
+ - @mastra/core@0.13.0-alpha.2
42
+
3
43
  ## 0.13.0-alpha.0
4
44
 
5
45
  ### Minor Changes