@mastra/clickhouse 0.2.7-alpha.7 → 0.2.7
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.
- package/.turbo/turbo-build.log +5 -5
- package/CHANGELOG.md +38 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -6,18 +6,18 @@
|
|
|
6
6
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
7
|
[34mCLI[39m tsup v8.4.0
|
|
8
8
|
[34mTSC[39m Build start
|
|
9
|
-
[32mTSC[39m ⚡️ Build success in
|
|
9
|
+
[32mTSC[39m ⚡️ Build success in 8492ms
|
|
10
10
|
[34mDTS[39m Build start
|
|
11
11
|
[34mCLI[39m Target: es2022
|
|
12
12
|
Analysis will use the bundled TypeScript version 5.8.2
|
|
13
13
|
[36mWriting package typings: /home/runner/work/mastra/mastra/stores/clickhouse/dist/_tsup-dts-rollup.d.ts[39m
|
|
14
14
|
Analysis will use the bundled TypeScript version 5.8.2
|
|
15
15
|
[36mWriting package typings: /home/runner/work/mastra/mastra/stores/clickhouse/dist/_tsup-dts-rollup.d.cts[39m
|
|
16
|
-
[32mDTS[39m ⚡️ Build success in
|
|
16
|
+
[32mDTS[39m ⚡️ Build success in 10434ms
|
|
17
17
|
[34mCLI[39m Cleaning output folder
|
|
18
18
|
[34mESM[39m Build start
|
|
19
19
|
[34mCJS[39m Build start
|
|
20
|
-
[32mESM[39m [1mdist/index.js [22m[32m25.49 KB[39m
|
|
21
|
-
[32mESM[39m ⚡️ Build success in 648ms
|
|
22
20
|
[32mCJS[39m [1mdist/index.cjs [22m[32m25.66 KB[39m
|
|
23
|
-
[32mCJS[39m ⚡️ Build success in
|
|
21
|
+
[32mCJS[39m ⚡️ Build success in 771ms
|
|
22
|
+
[32mESM[39m [1mdist/index.js [22m[32m25.49 KB[39m
|
|
23
|
+
[32mESM[39m ⚡️ Build success in 774ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,43 @@
|
|
|
1
1
|
# @mastra/clickhouse
|
|
2
2
|
|
|
3
|
+
## 0.2.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- dbbbf80: Added clickhouse storage
|
|
8
|
+
- 88fa727: Added getWorkflowRuns for libsql, pg, clickhouse and upstash as well as added route getWorkflowRunsHandler
|
|
9
|
+
- 4d67826: Fix eval writes, remove id column
|
|
10
|
+
- Updated dependencies [56c31b7]
|
|
11
|
+
- Updated dependencies [619c39d]
|
|
12
|
+
- Updated dependencies [5ae0180]
|
|
13
|
+
- Updated dependencies [fe56be0]
|
|
14
|
+
- Updated dependencies [93875ed]
|
|
15
|
+
- Updated dependencies [107bcfe]
|
|
16
|
+
- Updated dependencies [9bfa12b]
|
|
17
|
+
- Updated dependencies [515ebfb]
|
|
18
|
+
- Updated dependencies [5b4e19f]
|
|
19
|
+
- Updated dependencies [dbbbf80]
|
|
20
|
+
- Updated dependencies [a0967a0]
|
|
21
|
+
- Updated dependencies [fca3b21]
|
|
22
|
+
- Updated dependencies [88fa727]
|
|
23
|
+
- Updated dependencies [f37f535]
|
|
24
|
+
- Updated dependencies [a3f0e90]
|
|
25
|
+
- Updated dependencies [4d67826]
|
|
26
|
+
- Updated dependencies [6330967]
|
|
27
|
+
- Updated dependencies [8393832]
|
|
28
|
+
- Updated dependencies [6330967]
|
|
29
|
+
- Updated dependencies [99d43b9]
|
|
30
|
+
- Updated dependencies [d7e08e8]
|
|
31
|
+
- Updated dependencies [febc8a6]
|
|
32
|
+
- Updated dependencies [7599d77]
|
|
33
|
+
- Updated dependencies [0118361]
|
|
34
|
+
- Updated dependencies [619c39d]
|
|
35
|
+
- Updated dependencies [cafae83]
|
|
36
|
+
- Updated dependencies [8076ecf]
|
|
37
|
+
- Updated dependencies [8df4a77]
|
|
38
|
+
- Updated dependencies [304397c]
|
|
39
|
+
- @mastra/core@0.8.0
|
|
40
|
+
|
|
3
41
|
## 0.2.7-alpha.7
|
|
4
42
|
|
|
5
43
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/clickhouse",
|
|
3
|
-
"version": "0.2.7
|
|
3
|
+
"version": "0.2.7",
|
|
4
4
|
"description": "Clickhouse provider for Mastra - includes db storage capabilities",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@clickhouse/client": "^1.11.0",
|
|
23
|
-
"@mastra/core": "^0.8.0
|
|
23
|
+
"@mastra/core": "^0.8.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@microsoft/api-extractor": "^7.52.1",
|