@mastra/clickhouse 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/clickhouse@0.13.0-alpha.0 build /home/runner/work/mastra/mastra/stores/clickhouse
2
+ > @mastra/clickhouse@0.13.0-alpha.2 build /home/runner/work/mastra/mastra/stores/clickhouse
3
3
  > tsup --silent --config tsup.config.ts
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,54 @@
1
1
  # @mastra/clickhouse
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
+ - 3e9c2ff: dependencies updates:
12
+ - Updated dependency [`@clickhouse/client@^1.12.0` ↗︎](https://www.npmjs.com/package/@clickhouse/client/v/1.12.0) (from `^1.11.2`, in `dependencies`)
13
+ - 2871020: update safelyParseJSON to check for value of param when handling parse
14
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
15
+ - Updated dependencies [cb36de0]
16
+ - Updated dependencies [d0496e6]
17
+ - Updated dependencies [a82b851]
18
+ - Updated dependencies [ea0c5f2]
19
+ - Updated dependencies [41a0a0e]
20
+ - Updated dependencies [2871020]
21
+ - Updated dependencies [94f4812]
22
+ - Updated dependencies [e202b82]
23
+ - Updated dependencies [e00f6a0]
24
+ - Updated dependencies [4a406ec]
25
+ - Updated dependencies [b0e43c1]
26
+ - Updated dependencies [5d377e5]
27
+ - Updated dependencies [1fb812e]
28
+ - Updated dependencies [35c5798]
29
+ - @mastra/core@0.13.0
30
+
31
+ ## 0.13.0-alpha.2
32
+
33
+ ### Patch Changes
34
+
35
+ - 2871020: update safelyParseJSON to check for value of param when handling parse
36
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
37
+ - Updated dependencies [cb36de0]
38
+ - Updated dependencies [a82b851]
39
+ - Updated dependencies [41a0a0e]
40
+ - Updated dependencies [2871020]
41
+ - Updated dependencies [4a406ec]
42
+ - Updated dependencies [5d377e5]
43
+ - @mastra/core@0.13.0-alpha.2
44
+
45
+ ## 0.13.0-alpha.1
46
+
47
+ ### Patch Changes
48
+
49
+ - 3e9c2ff: dependencies updates:
50
+ - Updated dependency [`@clickhouse/client@^1.12.0` ↗︎](https://www.npmjs.com/package/@clickhouse/client/v/1.12.0) (from `^1.11.2`, in `dependencies`)
51
+
3
52
  ## 0.13.0-alpha.0
4
53
 
5
54
  ### Minor Changes