Skip to content

Commit

Permalink
chore: release 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSulpiride committed Apr 30, 2024
1 parent 436d621 commit e8c68f2
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.5.4",
"version": "1.5.5",
"stream": "true",
"command": {
"version": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "root",
"private": true,
"version": "1.5.4",
"version": "1.5.5",
"engines": {
"node": ">=18.0.0"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "1.5.4",
"version": "1.5.5",
"description": "The API module of Etherspot bundler client",
"author": "Etherspot",
"homepage": "https://https://github.com/etherspot/skandha#readme",
Expand Down Expand Up @@ -29,18 +29,18 @@
},
"dependencies": {
"@fastify/cors": "9.0.1",
"@fastify/websocket": "10.0.1",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"ethers": "5.7.2",
"executor": "^1.5.4",
"executor": "^1.5.5",
"fastify": "4.25.2",
"@fastify/websocket": "10.0.1",
"monitoring": "^1.5.4",
"monitoring": "^1.5.5",
"pino": "8.11.0",
"pino-pretty": "10.0.0",
"reflect-metadata": "0.1.13",
"types": "^1.5.4",
"utils": "^1.5.4",
"types": "^1.5.5",
"utils": "^1.5.5",
"ws": "8.16.0"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cli",
"version": "1.5.4",
"version": "1.5.5",
"description": "> TODO: description",
"author": "zincoshine <[email protected]>",
"homepage": "https://https://github.com/etherspot/skandha#readme",
Expand Down Expand Up @@ -36,15 +36,15 @@
"@libp2p/peer-id-factory": "2.0.1",
"@libp2p/prometheus-metrics": "1.1.3",
"@multiformats/multiaddr": "12.1.3",
"api": "^1.5.4",
"db": "^1.5.4",
"executor": "^1.5.4",
"api": "^1.5.5",
"db": "^1.5.5",
"executor": "^1.5.5",
"find-up": "5.0.0",
"got": "12.5.3",
"js-yaml": "4.1.0",
"monitoring": "^1.5.4",
"node": "^1.5.4",
"types": "^1.5.4",
"monitoring": "^1.5.5",
"node": "^1.5.5",
"types": "^1.5.5",
"yargs": "17.6.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contracts",
"version": "1.5.4",
"version": "1.5.5",
"description": "Smart contracts of Etherspot bundler client",
"author": "Etherspot",
"homepage": "https://https://github.com/etherspot/skandha#readme",
Expand Down
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.5.4",
"version": "1.5.5",
"description": "The DB module of Etherspot bundler client",
"author": "Etherspot",
"homepage": "https://github.com/etherspot/etherspot-bundler#readme",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@chainsafe/ssz": "0.10.1",
"@farcaster/rocksdb": "5.5.0",
"types": "^1.5.4"
"types": "^1.5.5"
},
"devDependencies": {
"@types/rocksdb": "3.0.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/executor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "executor",
"version": "1.5.4",
"version": "1.5.5",
"description": "The Relayer module of Etherspot bundler client",
"author": "Etherspot",
"homepage": "https://https://github.com/etherspot/skandha#readme",
Expand Down Expand Up @@ -33,12 +33,12 @@
"@flashbots/ethers-provider-bundle": "0.6.2",
"async-mutex": "0.4.0",
"ethers": "5.7.2",
"monitoring": "^1.5.4",
"params": "^1.5.4",
"types": "^1.5.4",
"ws": "8.16.0",
"monitoring": "^1.5.5",
"params": "^1.5.5",
"strict-event-emitter-types": "2.0.0",
"utils": "^1.5.4"
"types": "^1.5.5",
"utils": "^1.5.5",
"ws": "8.16.0"
},
"devDependencies": {
"@types/ws": "8.2.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/monitoring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monitoring",
"version": "1.5.4",
"version": "1.5.5",
"description": "The Monitoring module of Etherspot bundler client",
"author": "Etherspot",
"homepage": "https://github.com/etherspot/etherspot-bundler#readme",
Expand Down Expand Up @@ -29,6 +29,6 @@
},
"dependencies": {
"prom-client": "^14.2.0",
"types": "^1.5.4"
"types": "^1.5.5"
}
}
16 changes: 8 additions & 8 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node",
"version": "1.5.4",
"version": "1.5.5",
"description": "The bundler node module of Etherspot bundler client",
"author": "Etherspot",
"homepage": "https://https://github.com/etherspot/skandha#readme",
Expand Down Expand Up @@ -54,24 +54,24 @@
"@multiformats/multiaddr": "11.4.0",
"@types/varint": "6.0.1",
"abstract-leveldown": "7.2.0",
"api": "^1.5.4",
"api": "^1.5.5",
"datastore-core": "8.0.1",
"db": "^1.5.4",
"db": "^1.5.5",
"ethers": "5.7.2",
"executor": "^1.5.4",
"executor": "^1.5.5",
"it-filter": "1.0.2",
"it-map": "1.0.5",
"it-sort": "1.0.0",
"it-take": "1.0.1",
"libp2p": "0.42.2",
"monitoring": "^1.5.4",
"params": "^1.5.4",
"monitoring": "^1.5.5",
"params": "^1.5.5",
"snappy": "7.2.2",
"snappyjs": "0.7.0",
"stream-to-it": "0.2.4",
"strict-event-emitter-types": "2.0.0",
"types": "^1.5.4",
"utils": "^1.5.4",
"types": "^1.5.5",
"utils": "^1.5.5",
"varint": "6.0.0",
"xxhash-wasm": "1.0.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/params/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "params",
"version": "1.5.4",
"version": "1.5.5",
"description": "Various bundler parameters",
"author": "Etherspot",
"homepage": "https://github.com/etherspot/skandha#readme",
Expand All @@ -26,8 +26,8 @@
"@eth-optimism/sdk": "3.2.3",
"@mantleio/sdk": "0.2.1",
"ethers": "5.7.2",
"types": "^1.5.4",
"utils": "^1.5.4"
"types": "^1.5.5",
"utils": "^1.5.5"
},
"scripts": {
"clean": "rm -rf lib && rm -f *.tsbuildinfo",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "types",
"version": "1.5.4",
"version": "1.5.5",
"description": "The types of Etherspot bundler client",
"author": "Etherspot",
"homepage": "https://https://github.com/etherspot/skandha#readme",
Expand Down
6 changes: 3 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "utils",
"version": "1.5.4",
"version": "1.5.5",
"description": "utils of Etherspot bundler client",
"author": "Etherspot",
"homepage": "https://https://github.com/etherspot/skandha#readme",
Expand Down Expand Up @@ -32,9 +32,9 @@
"any-signal": "3.0.1",
"bigint-buffer": "1.1.5",
"case": "^1.6.3",
"ethers": "5.7.2",
"pino": "8.11.0",
"pino-pretty": "10.0.0",
"types": "^1.5.4",
"ethers": "5.7.2"
"types": "^1.5.5"
}
}

0 comments on commit e8c68f2

Please sign in to comment.