Skip to content

Commit

Permalink
fix db version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSulpiride committed Apr 1, 2024
1 parent 20a83b8 commit 34af306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "db",
"version": "1.0.47-alpha",
"version": "1.0.48-alpha",
"description": "The DB module of Etherspot bundler client",
"author": "Etherspot",
"homepage": "https://github.com/etherspot/etherspot-bundler#readme",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@chainsafe/ssz": "0.10.1",
"@farcaster/rocksdb": "5.5.0",
"types": "^1.0.47-alpha"
"types": "^1.0.48-alpha"
},
"devDependencies": {
"@types/rocksdb": "3.0.1",
Expand Down

0 comments on commit 34af306

Please sign in to comment.