chore: bump package versions to 1.38.0

This commit is contained in:
philknows
2025-12-10 11:44:00 -05:00
parent 34d4b7352f
commit 62d3e49f28
20 changed files with 106 additions and 106 deletions

View File

@@ -3,7 +3,7 @@
"packages/*" "packages/*"
], ],
"npmClient": "yarn", "npmClient": "yarn",
"version": "1.37.0", "version": "1.38.0",
"stream": true, "stream": true,
"command": { "command": {
"version": { "version": {

View File

@@ -11,7 +11,7 @@
"bugs": { "bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues" "url": "https://github.com/ChainSafe/lodestar/issues"
}, },
"version": "1.37.0", "version": "1.38.0",
"type": "module", "type": "module",
"exports": { "exports": {
".": { ".": {
@@ -76,10 +76,10 @@
"dependencies": { "dependencies": {
"@chainsafe/persistent-merkle-tree": "^1.2.1", "@chainsafe/persistent-merkle-tree": "^1.2.1",
"@chainsafe/ssz": "^1.2.2", "@chainsafe/ssz": "^1.2.2",
"@lodestar/config": "^1.37.0", "@lodestar/config": "^1.38.0",
"@lodestar/params": "^1.37.0", "@lodestar/params": "^1.38.0",
"@lodestar/types": "^1.37.0", "@lodestar/types": "^1.38.0",
"@lodestar/utils": "^1.37.0", "@lodestar/utils": "^1.38.0",
"eventsource": "^2.0.2", "eventsource": "^2.0.2",
"qs": "^6.11.1" "qs": "^6.11.1"
}, },

View File

@@ -11,7 +11,7 @@
"bugs": { "bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues" "url": "https://github.com/ChainSafe/lodestar/issues"
}, },
"version": "1.37.0", "version": "1.38.0",
"type": "module", "type": "module",
"exports": { "exports": {
".": { ".": {
@@ -123,6 +123,7 @@
"@chainsafe/persistent-merkle-tree": "^1.2.1", "@chainsafe/persistent-merkle-tree": "^1.2.1",
"@chainsafe/prometheus-gc-stats": "^1.0.0", "@chainsafe/prometheus-gc-stats": "^1.0.0",
"@chainsafe/pubkey-index-map": "^3.0.0", "@chainsafe/pubkey-index-map": "^3.0.0",
"@chainsafe/snappy-wasm": "^0.5.0",
"@chainsafe/ssz": "^1.2.2", "@chainsafe/ssz": "^1.2.2",
"@chainsafe/threads": "^1.11.3", "@chainsafe/threads": "^1.11.3",
"@crate-crypto/node-eth-kzg": "0.9.1", "@crate-crypto/node-eth-kzg": "0.9.1",
@@ -140,18 +141,18 @@
"@libp2p/peer-id": "^5.1.0", "@libp2p/peer-id": "^5.1.0",
"@libp2p/prometheus-metrics": "^4.3.15", "@libp2p/prometheus-metrics": "^4.3.15",
"@libp2p/tcp": "^10.1.8", "@libp2p/tcp": "^10.1.8",
"@lodestar/api": "^1.37.0", "@lodestar/api": "^1.38.0",
"@lodestar/config": "^1.37.0", "@lodestar/config": "^1.38.0",
"@lodestar/db": "^1.37.0", "@lodestar/db": "^1.38.0",
"@lodestar/fork-choice": "^1.37.0", "@lodestar/fork-choice": "^1.38.0",
"@lodestar/light-client": "^1.37.0", "@lodestar/light-client": "^1.38.0",
"@lodestar/logger": "^1.37.0", "@lodestar/logger": "^1.38.0",
"@lodestar/params": "^1.37.0", "@lodestar/params": "^1.38.0",
"@lodestar/reqresp": "^1.37.0", "@lodestar/reqresp": "^1.38.0",
"@lodestar/state-transition": "^1.37.0", "@lodestar/state-transition": "^1.38.0",
"@lodestar/types": "^1.37.0", "@lodestar/types": "^1.38.0",
"@lodestar/utils": "^1.37.0", "@lodestar/utils": "^1.38.0",
"@lodestar/validator": "^1.37.0", "@lodestar/validator": "^1.38.0",
"@multiformats/multiaddr": "^12.1.3", "@multiformats/multiaddr": "^12.1.3",
"datastore-core": "^10.0.2", "datastore-core": "^10.0.2",
"datastore-fs": "^10.0.6", "datastore-fs": "^10.0.6",
@@ -166,7 +167,6 @@
"multiformats": "^11.0.1", "multiformats": "^11.0.1",
"prom-client": "^15.1.0", "prom-client": "^15.1.0",
"qs": "^6.11.1", "qs": "^6.11.1",
"@chainsafe/snappy-wasm": "^0.5.0",
"strict-event-emitter-types": "^2.0.0", "strict-event-emitter-types": "^2.0.0",
"systeminformation": "^5.22.9", "systeminformation": "^5.22.9",
"uint8arraylist": "^2.4.7", "uint8arraylist": "^2.4.7",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@chainsafe/lodestar", "name": "@chainsafe/lodestar",
"version": "1.37.0", "version": "1.38.0",
"description": "Command line interface for lodestar", "description": "Command line interface for lodestar",
"author": "ChainSafe Systems", "author": "ChainSafe Systems",
"license": "Apache-2.0", "license": "Apache-2.0",
@@ -69,17 +69,17 @@
"@libp2p/crypto": "^5.0.15", "@libp2p/crypto": "^5.0.15",
"@libp2p/interface": "^2.7.0", "@libp2p/interface": "^2.7.0",
"@libp2p/peer-id": "^5.1.0", "@libp2p/peer-id": "^5.1.0",
"@lodestar/api": "^1.37.0", "@lodestar/api": "^1.38.0",
"@lodestar/beacon-node": "^1.37.0", "@lodestar/beacon-node": "^1.38.0",
"@lodestar/config": "^1.37.0", "@lodestar/config": "^1.38.0",
"@lodestar/db": "^1.37.0", "@lodestar/db": "^1.38.0",
"@lodestar/light-client": "^1.37.0", "@lodestar/light-client": "^1.38.0",
"@lodestar/logger": "^1.37.0", "@lodestar/logger": "^1.38.0",
"@lodestar/params": "^1.37.0", "@lodestar/params": "^1.38.0",
"@lodestar/state-transition": "^1.37.0", "@lodestar/state-transition": "^1.38.0",
"@lodestar/types": "^1.37.0", "@lodestar/types": "^1.38.0",
"@lodestar/utils": "^1.37.0", "@lodestar/utils": "^1.38.0",
"@lodestar/validator": "^1.37.0", "@lodestar/validator": "^1.38.0",
"@multiformats/multiaddr": "^12.1.3", "@multiformats/multiaddr": "^12.1.3",
"deepmerge": "^4.3.1", "deepmerge": "^4.3.1",
"ethers": "^6.7.0", "ethers": "^6.7.0",
@@ -94,7 +94,7 @@
"yargs": "^17.7.1" "yargs": "^17.7.1"
}, },
"devDependencies": { "devDependencies": {
"@lodestar/test-utils": "^1.37.0", "@lodestar/test-utils": "^1.38.0",
"@types/debug": "^4.1.7", "@types/debug": "^4.1.7",
"@types/inquirer": "^9.0.3", "@types/inquirer": "^9.0.3",
"@types/proper-lockfile": "^4.1.4", "@types/proper-lockfile": "^4.1.4",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@lodestar/config", "name": "@lodestar/config",
"version": "1.37.0", "version": "1.38.0",
"description": "Chain configuration required for lodestar", "description": "Chain configuration required for lodestar",
"author": "ChainSafe Systems", "author": "ChainSafe Systems",
"license": "Apache-2.0", "license": "Apache-2.0",
@@ -61,8 +61,8 @@
], ],
"dependencies": { "dependencies": {
"@chainsafe/ssz": "^1.2.2", "@chainsafe/ssz": "^1.2.2",
"@lodestar/params": "^1.37.0", "@lodestar/params": "^1.38.0",
"@lodestar/types": "^1.37.0", "@lodestar/types": "^1.38.0",
"@lodestar/utils": "^1.37.0" "@lodestar/utils": "^1.38.0"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "@lodestar/db", "name": "@lodestar/db",
"version": "1.37.0", "version": "1.38.0",
"description": "DB modules of Lodestar", "description": "DB modules of Lodestar",
"author": "ChainSafe Systems", "author": "ChainSafe Systems",
"homepage": "https://github.com/ChainSafe/lodestar#readme", "homepage": "https://github.com/ChainSafe/lodestar#readme",
@@ -44,12 +44,12 @@
}, },
"dependencies": { "dependencies": {
"@chainsafe/ssz": "^1.2.2", "@chainsafe/ssz": "^1.2.2",
"@lodestar/config": "^1.37.0", "@lodestar/config": "^1.38.0",
"@lodestar/utils": "^1.37.0", "@lodestar/utils": "^1.38.0",
"classic-level": "^1.4.1", "classic-level": "^1.4.1",
"it-all": "^3.0.4" "it-all": "^3.0.4"
}, },
"devDependencies": { "devDependencies": {
"@lodestar/logger": "^1.37.0" "@lodestar/logger": "^1.38.0"
} }
} }

View File

@@ -11,7 +11,7 @@
"bugs": { "bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues" "url": "https://github.com/ChainSafe/lodestar/issues"
}, },
"version": "1.37.0", "version": "1.38.0",
"type": "module", "type": "module",
"exports": { "exports": {
".": { ".": {
@@ -40,10 +40,10 @@
}, },
"dependencies": { "dependencies": {
"@chainsafe/blst": "^2.2.0", "@chainsafe/blst": "^2.2.0",
"@lodestar/config": "^1.37.0", "@lodestar/config": "^1.38.0",
"@lodestar/params": "^1.37.0", "@lodestar/params": "^1.38.0",
"@lodestar/reqresp": "^1.37.0", "@lodestar/reqresp": "^1.38.0",
"@lodestar/types": "^1.37.0", "@lodestar/types": "^1.38.0",
"uint8arraylist": "^2.4.7" "uint8arraylist": "^2.4.7"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "@lodestar/flare", "name": "@lodestar/flare",
"version": "1.37.0", "version": "1.38.0",
"description": "Beacon chain debugging tool", "description": "Beacon chain debugging tool",
"author": "ChainSafe Systems", "author": "ChainSafe Systems",
"license": "Apache-2.0", "license": "Apache-2.0",
@@ -50,12 +50,12 @@
"dependencies": { "dependencies": {
"@chainsafe/bls-keygen": "^0.4.0", "@chainsafe/bls-keygen": "^0.4.0",
"@chainsafe/blst": "^2.2.0", "@chainsafe/blst": "^2.2.0",
"@lodestar/api": "^1.37.0", "@lodestar/api": "^1.38.0",
"@lodestar/config": "^1.37.0", "@lodestar/config": "^1.38.0",
"@lodestar/params": "^1.37.0", "@lodestar/params": "^1.38.0",
"@lodestar/state-transition": "^1.37.0", "@lodestar/state-transition": "^1.38.0",
"@lodestar/types": "^1.37.0", "@lodestar/types": "^1.38.0",
"@lodestar/utils": "^1.37.0", "@lodestar/utils": "^1.38.0",
"source-map-support": "^0.5.21", "source-map-support": "^0.5.21",
"yargs": "^17.7.1" "yargs": "^17.7.1"
}, },

View File

@@ -11,7 +11,7 @@
"bugs": { "bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues" "url": "https://github.com/ChainSafe/lodestar/issues"
}, },
"version": "1.37.0", "version": "1.38.0",
"type": "module", "type": "module",
"exports": { "exports": {
".": { ".": {
@@ -40,11 +40,11 @@
}, },
"dependencies": { "dependencies": {
"@chainsafe/ssz": "^1.2.2", "@chainsafe/ssz": "^1.2.2",
"@lodestar/config": "^1.37.0", "@lodestar/config": "^1.38.0",
"@lodestar/params": "^1.37.0", "@lodestar/params": "^1.38.0",
"@lodestar/state-transition": "^1.37.0", "@lodestar/state-transition": "^1.38.0",
"@lodestar/types": "^1.37.0", "@lodestar/types": "^1.38.0",
"@lodestar/utils": "^1.37.0" "@lodestar/utils": "^1.38.0"
}, },
"keywords": [ "keywords": [
"ethereum", "ethereum",

View File

@@ -11,7 +11,7 @@
"bugs": { "bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues" "url": "https://github.com/ChainSafe/lodestar/issues"
}, },
"version": "1.37.0", "version": "1.38.0",
"type": "module", "type": "module",
"exports": { "exports": {
".": { ".": {
@@ -67,11 +67,11 @@
"@chainsafe/blst": "^2.2.0", "@chainsafe/blst": "^2.2.0",
"@chainsafe/persistent-merkle-tree": "^1.2.1", "@chainsafe/persistent-merkle-tree": "^1.2.1",
"@chainsafe/ssz": "^1.2.2", "@chainsafe/ssz": "^1.2.2",
"@lodestar/api": "^1.37.0", "@lodestar/api": "^1.38.0",
"@lodestar/config": "^1.37.0", "@lodestar/config": "^1.38.0",
"@lodestar/params": "^1.37.0", "@lodestar/params": "^1.38.0",
"@lodestar/types": "^1.37.0", "@lodestar/types": "^1.38.0",
"@lodestar/utils": "^1.37.0", "@lodestar/utils": "^1.38.0",
"mitt": "^3.0.0" "mitt": "^3.0.0"
}, },
"devDependencies": { "devDependencies": {

View File

@@ -11,7 +11,7 @@
"bugs": { "bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues" "url": "https://github.com/ChainSafe/lodestar/issues"
}, },
"version": "1.37.0", "version": "1.38.0",
"type": "module", "type": "module",
"exports": { "exports": {
".": { ".": {
@@ -62,14 +62,14 @@
}, },
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
"dependencies": { "dependencies": {
"@lodestar/utils": "^1.37.0", "@lodestar/utils": "^1.38.0",
"winston": "^3.8.2", "winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1", "winston-daily-rotate-file": "^4.7.1",
"winston-transport": "^4.5.0" "winston-transport": "^4.5.0"
}, },
"devDependencies": { "devDependencies": {
"@chainsafe/threads": "^1.11.3", "@chainsafe/threads": "^1.11.3",
"@lodestar/test-utils": "^1.37.0", "@lodestar/test-utils": "^1.38.0",
"@types/triple-beam": "^1.3.2", "@types/triple-beam": "^1.3.2",
"triple-beam": "^1.3.0" "triple-beam": "^1.3.0"
}, },

View File

@@ -1,6 +1,6 @@
{ {
"name": "@lodestar/params", "name": "@lodestar/params",
"version": "1.37.0", "version": "1.38.0",
"description": "Chain parameters required for lodestar", "description": "Chain parameters required for lodestar",
"author": "ChainSafe Systems", "author": "ChainSafe Systems",
"license": "Apache-2.0", "license": "Apache-2.0",

View File

@@ -11,7 +11,7 @@
"bugs": { "bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues" "url": "https://github.com/ChainSafe/lodestar/issues"
}, },
"version": "1.37.0", "version": "1.38.0",
"type": "module", "type": "module",
"exports": { "exports": {
".": { ".": {
@@ -59,13 +59,13 @@
"@ethereumjs/tx": "^4.1.2", "@ethereumjs/tx": "^4.1.2",
"@ethereumjs/util": "^8.0.6", "@ethereumjs/util": "^8.0.6",
"@ethereumjs/vm": "^6.4.2", "@ethereumjs/vm": "^6.4.2",
"@lodestar/api": "^1.37.0", "@lodestar/api": "^1.38.0",
"@lodestar/config": "^1.37.0", "@lodestar/config": "^1.38.0",
"@lodestar/light-client": "^1.37.0", "@lodestar/light-client": "^1.38.0",
"@lodestar/logger": "^1.37.0", "@lodestar/logger": "^1.38.0",
"@lodestar/params": "^1.37.0", "@lodestar/params": "^1.38.0",
"@lodestar/types": "^1.37.0", "@lodestar/types": "^1.38.0",
"@lodestar/utils": "^1.37.0", "@lodestar/utils": "^1.38.0",
"ethereum-cryptography": "^2.0.0", "ethereum-cryptography": "^2.0.0",
"find-up": "^6.3.0", "find-up": "^6.3.0",
"http-proxy": "^1.18.1", "http-proxy": "^1.18.1",
@@ -74,7 +74,7 @@
"yargs": "^17.7.1" "yargs": "^17.7.1"
}, },
"devDependencies": { "devDependencies": {
"@lodestar/test-utils": "^1.37.0", "@lodestar/test-utils": "^1.38.0",
"@types/http-proxy": "^1.17.10", "@types/http-proxy": "^1.17.10",
"@types/yargs": "^17.0.24", "@types/yargs": "^17.0.24",
"axios": "^1.3.4", "axios": "^1.3.4",

View File

@@ -11,7 +11,7 @@
"bugs": { "bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues" "url": "https://github.com/ChainSafe/lodestar/issues"
}, },
"version": "1.37.0", "version": "1.38.0",
"type": "module", "type": "module",
"exports": { "exports": {
".": { ".": {
@@ -46,9 +46,9 @@
"dependencies": { "dependencies": {
"@chainsafe/fast-crc32c": "^4.2.0", "@chainsafe/fast-crc32c": "^4.2.0",
"@libp2p/interface": "^2.7.0", "@libp2p/interface": "^2.7.0",
"@lodestar/config": "^1.37.0", "@lodestar/config": "^1.38.0",
"@lodestar/params": "^1.37.0", "@lodestar/params": "^1.38.0",
"@lodestar/utils": "^1.37.0", "@lodestar/utils": "^1.38.0",
"it-all": "^3.0.4", "it-all": "^3.0.4",
"it-pipe": "^3.0.1", "it-pipe": "^3.0.1",
"snappy": "^7.2.2", "snappy": "^7.2.2",
@@ -57,8 +57,8 @@
"uint8arraylist": "^2.4.7" "uint8arraylist": "^2.4.7"
}, },
"devDependencies": { "devDependencies": {
"@lodestar/logger": "^1.37.0", "@lodestar/logger": "^1.38.0",
"@lodestar/types": "^1.37.0", "@lodestar/types": "^1.38.0",
"libp2p": "2.9.0" "libp2p": "2.9.0"
}, },
"peerDependencies": { "peerDependencies": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@lodestar/spec-test-util", "name": "@lodestar/spec-test-util",
"version": "1.37.0", "version": "1.38.0",
"description": "Spec test suite generator from yaml test files", "description": "Spec test suite generator from yaml test files",
"author": "ChainSafe Systems", "author": "ChainSafe Systems",
"license": "Apache-2.0", "license": "Apache-2.0",
@@ -54,7 +54,7 @@
"blockchain" "blockchain"
], ],
"dependencies": { "dependencies": {
"@lodestar/utils": "^1.37.0", "@lodestar/utils": "^1.38.0",
"rimraf": "^4.4.1", "rimraf": "^4.4.1",
"snappyjs": "^0.7.0", "snappyjs": "^0.7.0",
"vitest": "^4.0.7" "vitest": "^4.0.7"

View File

@@ -11,7 +11,7 @@
"bugs": { "bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues" "url": "https://github.com/ChainSafe/lodestar/issues"
}, },
"version": "1.37.0", "version": "1.38.0",
"type": "module", "type": "module",
"exports": { "exports": {
".": { ".": {
@@ -62,10 +62,10 @@
"@chainsafe/pubkey-index-map": "^3.0.0", "@chainsafe/pubkey-index-map": "^3.0.0",
"@chainsafe/ssz": "^1.2.2", "@chainsafe/ssz": "^1.2.2",
"@chainsafe/swap-or-not-shuffle": "^1.2.1", "@chainsafe/swap-or-not-shuffle": "^1.2.1",
"@lodestar/config": "^1.37.0", "@lodestar/config": "^1.38.0",
"@lodestar/params": "^1.37.0", "@lodestar/params": "^1.38.0",
"@lodestar/types": "^1.37.0", "@lodestar/types": "^1.38.0",
"@lodestar/utils": "^1.37.0", "@lodestar/utils": "^1.38.0",
"bigint-buffer": "^1.1.5" "bigint-buffer": "^1.1.5"
}, },
"keywords": [ "keywords": [

View File

@@ -1,7 +1,7 @@
{ {
"name": "@lodestar/test-utils", "name": "@lodestar/test-utils",
"private": true, "private": true,
"version": "1.37.0", "version": "1.38.0",
"description": "Test utilities reused across other packages", "description": "Test utilities reused across other packages",
"author": "ChainSafe Systems", "author": "ChainSafe Systems",
"license": "Apache-2.0", "license": "Apache-2.0",
@@ -52,8 +52,8 @@
"dependencies": { "dependencies": {
"@chainsafe/bls-keystore": "^3.1.0", "@chainsafe/bls-keystore": "^3.1.0",
"@chainsafe/blst": "^2.2.0", "@chainsafe/blst": "^2.2.0",
"@lodestar/params": "^1.37.0", "@lodestar/params": "^1.38.0",
"@lodestar/utils": "^1.37.0", "@lodestar/utils": "^1.38.0",
"axios": "^1.3.4", "axios": "^1.3.4",
"tmp": "^0.2.1", "tmp": "^0.2.1",
"vitest": "^4.0.7" "vitest": "^4.0.7"

View File

@@ -11,7 +11,7 @@
"bugs": { "bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues" "url": "https://github.com/ChainSafe/lodestar/issues"
}, },
"version": "1.37.0", "version": "1.38.0",
"type": "module", "type": "module",
"exports": { "exports": {
".": { ".": {
@@ -77,7 +77,7 @@
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
"dependencies": { "dependencies": {
"@chainsafe/ssz": "^1.2.2", "@chainsafe/ssz": "^1.2.2",
"@lodestar/params": "^1.37.0", "@lodestar/params": "^1.38.0",
"ethereum-cryptography": "^2.0.0" "ethereum-cryptography": "^2.0.0"
}, },
"keywords": [ "keywords": [

View File

@@ -11,7 +11,7 @@
"bugs": { "bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues" "url": "https://github.com/ChainSafe/lodestar/issues"
}, },
"version": "1.37.0", "version": "1.38.0",
"type": "module", "type": "module",
"exports": { "exports": {
".": { ".": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@lodestar/validator", "name": "@lodestar/validator",
"version": "1.37.0", "version": "1.38.0",
"description": "A Typescript implementation of the validator client", "description": "A Typescript implementation of the validator client",
"author": "ChainSafe Systems", "author": "ChainSafe Systems",
"license": "Apache-2.0", "license": "Apache-2.0",
@@ -50,17 +50,17 @@
"dependencies": { "dependencies": {
"@chainsafe/blst": "^2.2.0", "@chainsafe/blst": "^2.2.0",
"@chainsafe/ssz": "^1.2.2", "@chainsafe/ssz": "^1.2.2",
"@lodestar/api": "^1.37.0", "@lodestar/api": "^1.38.0",
"@lodestar/config": "^1.37.0", "@lodestar/config": "^1.38.0",
"@lodestar/db": "^1.37.0", "@lodestar/db": "^1.38.0",
"@lodestar/params": "^1.37.0", "@lodestar/params": "^1.38.0",
"@lodestar/state-transition": "^1.37.0", "@lodestar/state-transition": "^1.38.0",
"@lodestar/types": "^1.37.0", "@lodestar/types": "^1.38.0",
"@lodestar/utils": "^1.37.0", "@lodestar/utils": "^1.38.0",
"strict-event-emitter-types": "^2.0.0" "strict-event-emitter-types": "^2.0.0"
}, },
"devDependencies": { "devDependencies": {
"@lodestar/test-utils": "^1.37.0", "@lodestar/test-utils": "^1.38.0",
"bigint-buffer": "^1.1.5", "bigint-buffer": "^1.1.5",
"rimraf": "^4.4.1" "rimraf": "^4.4.1"
} }