@voltro/plugin-clickhouse 0.1.3 → 0.1.4

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voltro/plugin-clickhouse",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "ClickHouse AnalyticsSink. Native HTTP ingest into a ClickHouse cluster — self-hosted OR ClickHouse Cloud. Production-grade OLAP for high-cardinality events with millisecond aggregate queries over billions of rows.",
5
5
  "keywords": [
6
6
  "voltro",
@@ -33,8 +33,8 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@clickhouse/client": "^1.23.1",
36
- "@voltro/logger": "0.1.3",
37
- "@voltro/runtime": "0.1.3"
36
+ "@voltro/logger": "0.1.4",
37
+ "@voltro/runtime": "0.1.4"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "effect": "^3.21.4"