diff --git a/.gitignore b/.gitignore index d43d9c7..8c72b5d 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ docker-compose.yml *-linux *-macos *-win.exe -substreams-sink-webhook \ No newline at end of file +substreams-sink-webhook +bun.lockb diff --git a/bun.lockb b/bun.lockb deleted file mode 100644 index febad7a..0000000 Binary files a/bun.lockb and /dev/null differ diff --git a/package-lock.json b/package-lock.json index f083d84..2668ea8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,14 @@ { "name": "substreams-sink-webhook", - "version": "0.7.2", + "version": "0.7.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "substreams-sink-webhook", - "version": "0.7.2", + "version": "0.7.4", "dependencies": { + "@substreams/sink-database-changes": "^0.3.2", "@substreams/sink-entity-changes": "^0.3.4", "p-queue": "latest", "substreams-sink": "^0.13.4", @@ -354,6 +355,16 @@ "node": ">=18" } }, + "node_modules/@substreams/sink-database-changes": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@substreams/sink-database-changes/-/sink-database-changes-0.3.2.tgz", + "integrity": "sha512-9NOp1C54QOsunEbAf2fe3xGr0MtOf1P2b/M36Nf8t4no/NKUIDeCYLApzZR8/9Ra/mci6XXT/4P+Z1Pj5hU3Dg==", + "dependencies": { + "@bufbuild/protobuf": "latest", + "@sinclair/typebox": "latest", + "zod": "latest" + } + }, "node_modules/@substreams/sink-entity-changes": { "version": "0.3.4", "resolved": "https://registry.npmjs.org/@substreams/sink-entity-changes/-/sink-entity-changes-0.3.4.tgz",