diff --git a/bun.lockb b/bun.lockb index 629e334..d8a2163 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 805ddc0..67e269e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "substreams-sink-clickhouse", - "version": "0.0.10", + "version": "0.0.11", "description": "Substreams Clickhouse sink module", "type": "module", "homepage": "https://github.com/pinax-network/substreams-sink-clickhouse", @@ -26,7 +26,7 @@ }, "dependencies": { "@clickhouse/client-web": "latest", - "@substreams/sink-entity-changes": "v0.3.3", + "@substreams/sink-entity-changes": "v0.3.4", "commander": "latest", "dotenv": "latest", "graphql": "^16.8.1",