@mastra/clickhouse 0.0.0-vnext-inngest-20250506123700 → 0.0.0-vnext-inngest-20250507093737

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @mastra/clickhouse
2
2
 
3
- ## 0.0.0-vnext-inngest-20250506123700
3
+ ## 0.0.0-vnext-inngest-20250507093737
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -20,7 +20,7 @@
20
20
  - Updated dependencies [17826a9]
21
21
  - Updated dependencies [fba031f]
22
22
  - Updated dependencies [51e6923]
23
- - @mastra/core@0.0.0-vnext-inngest-20250506123700
23
+ - @mastra/core@0.0.0-vnext-inngest-20250507093737
24
24
 
25
25
  ## 0.3.2-alpha.5
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/clickhouse",
3
- "version": "0.0.0-vnext-inngest-20250506123700",
3
+ "version": "0.0.0-vnext-inngest-20250507093737",
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-vnext-inngest-20250506123700"
24
+ "@mastra/core": "0.0.0-vnext-inngest-20250507093737"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@microsoft/api-extractor": "^7.52.5",
@@ -30,7 +30,7 @@
30
30
  "tsup": "^8.4.0",
31
31
  "typescript": "^5.8.2",
32
32
  "vitest": "^3.1.2",
33
- "@internal/lint": "0.0.0-vnext-inngest-20250506123700"
33
+ "@internal/lint": "0.0.0-vnext-inngest-20250507093737"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting",