From 00dbeae2b525bf08b8c8ae6c6e29d2b0f9b69b72 Mon Sep 17 00:00:00 2001 From: Julien Rousseau Date: Wed, 1 Nov 2023 11:48:44 -0400 Subject: [PATCH] updated entity changes package --- bun.lockb | Bin 9295 -> 9295 bytes package.json | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bun.lockb b/bun.lockb index 1ff7fccdb0f1f7fcb79eb211ce036cc75f1be4b3..f601d779d813ed345c2199f0f12e3a9c48c50455 100755 GIT binary patch delta 178 zcmV;j08RhTNY6-+E+F{2m{B~+@sBxa#*j3~E4z!D3^UYId0kf?S7Xk_Z0002%07M!;R+C`@ g7PBA{SOJp|5`E;> zgY-=MzvolmZ(hqU&LjYGgDxY)t_O7vN}C0QG8iWd2-$3|5I)PsXtdc)Y6?4$x~*8k F1OTGKPQCyD diff --git a/package.json b/package.json index f474bb4..648395c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "substreams-sink-clickhouse", - "version": "0.0.7", + "version": "0.0.8", "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.2", + "@substreams/sink-entity-changes": "v0.3.3", "commander": "latest", "dotenv": "latest", "graphql": "^16.8.1",