@mastra/clickhouse 0.13.1-alpha.1 → 0.13.1

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.1-alpha.1 build /home/runner/work/mastra/mastra/stores/clickhouse
2
+ > @mastra/clickhouse@0.13.1-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,39 @@
1
1
  # @mastra/clickhouse
2
2
 
3
+ ## 0.13.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 3dd1d7b: dependencies updates:
8
+ - Updated dependency [`@clickhouse/client@^1.12.1` ↗︎](https://www.npmjs.com/package/@clickhouse/client/v/1.12.1) (from `^1.12.0`, in `dependencies`)
9
+ - 03997ae: Update peerdeps
10
+ - d6e39da: Load most recent snapshot from storage
11
+ - Updated dependencies [227c7e6]
12
+ - Updated dependencies [12cae67]
13
+ - Updated dependencies [fd3a3eb]
14
+ - Updated dependencies [6faaee5]
15
+ - Updated dependencies [4232b14]
16
+ - Updated dependencies [a89de7e]
17
+ - Updated dependencies [5a37d0c]
18
+ - Updated dependencies [4bde0cb]
19
+ - Updated dependencies [cf4f357]
20
+ - Updated dependencies [ad888a2]
21
+ - Updated dependencies [481751d]
22
+ - Updated dependencies [2454423]
23
+ - Updated dependencies [194e395]
24
+ - Updated dependencies [a722c0b]
25
+ - Updated dependencies [c30bca8]
26
+ - Updated dependencies [3b5fec7]
27
+ - Updated dependencies [a8f129d]
28
+ - @mastra/core@0.14.0
29
+
30
+ ## 0.13.1-alpha.2
31
+
32
+ ### Patch Changes
33
+
34
+ - 03997ae: Update peerdeps
35
+ - @mastra/core@0.14.0-alpha.7
36
+
3
37
  ## 0.13.1-alpha.1
4
38
 
5
39
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/clickhouse",
3
- "version": "0.13.1-alpha.1",
3
+ "version": "0.13.1",
4
4
  "description": "Clickhouse provider for Mastra - includes db storage capabilities",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -29,13 +29,13 @@
29
29
  "tsup": "^8.5.0",
30
30
  "typescript": "^5.8.3",
31
31
  "vitest": "^3.2.4",
32
- "@internal/storage-test-utils": "0.0.25",
33
- "@internal/types-builder": "0.0.4",
34
- "@internal/lint": "0.0.29",
35
- "@mastra/core": "0.14.0-alpha.4"
32
+ "@internal/lint": "0.0.30",
33
+ "@mastra/core": "0.14.0",
34
+ "@internal/types-builder": "0.0.5",
35
+ "@internal/storage-test-utils": "0.0.26"
36
36
  },
37
37
  "peerDependencies": {
38
- "@mastra/core": ">=0.13.0-0 <0.14.0-0"
38
+ "@mastra/core": ">=0.13.0-0 <0.15.0-0"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "tsup --silent --config tsup.config.ts",