@mastra/clickhouse 0.0.0-revert-schema-20250416221206 → 0.0.0-vnextWorkflows-20250417075051
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/CHANGELOG.md +13 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @mastra/clickhouse
|
|
2
2
|
|
|
3
|
-
## 0.0.0-
|
|
3
|
+
## 0.0.0-vnextWorkflows-20250417075051
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -13,7 +13,18 @@
|
|
|
13
13
|
- Updated dependencies [8a8a73b]
|
|
14
14
|
- Updated dependencies [fe3ae4d]
|
|
15
15
|
- Updated dependencies [6f92295]
|
|
16
|
-
- @mastra/core@0.0.0-
|
|
16
|
+
- @mastra/core@0.0.0-vnextWorkflows-20250417075051
|
|
17
|
+
|
|
18
|
+
## 0.3.0-alpha.3
|
|
19
|
+
|
|
20
|
+
### Minor Changes
|
|
21
|
+
|
|
22
|
+
- fe3ae4d: Remove \_\_ functions in storage and move to storage proxy to make sure init is called
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- Updated dependencies [fe3ae4d]
|
|
27
|
+
- @mastra/core@0.9.0-alpha.3
|
|
17
28
|
|
|
18
29
|
## 0.2.11-alpha.2
|
|
19
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/clickhouse",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-vnextWorkflows-20250417075051",
|
|
4
4
|
"description": "Clickhouse provider for Mastra - includes db storage capabilities",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@clickhouse/client": "^1.11.0",
|
|
24
|
-
"@mastra/core": "0.0.0-
|
|
24
|
+
"@mastra/core": "0.0.0-vnextWorkflows-20250417075051"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@microsoft/api-extractor": "^7.52.1",
|