Compare commits

..

2 Commits

1 changed files with 9 additions and 4 deletions

View File

@ -10,7 +10,7 @@
},
"dependencies": {
"@chainsafe/as-sha256": "^0.3.1",
"@chainsafe/bls": "^7.1.1",
"@chainsafe/bls": "git+https://git.lumeweb.com/LumeWeb/chainsafe-bls.git",
"@chainsafe/blst": "^0.2.8",
"@chainsafe/ssz": "^0.10.2",
"@ethereumjs/block": "^4.2.1",
@ -42,22 +42,27 @@
"@lumeweb/interface-relay": "git+https://git.lumeweb.com/LumeWeb/interface-relay.git",
"@scure/bip39": "^1.2.0",
"@skynetlabs/skynet-nodejs": "^2.9.0",
"@types/lodash": "^4.14.192",
"@types/lodash": "^4.14.194",
"@types/node": "^18.15.11",
"@types/read": "^0.0.29",
"buffer": "^6.0.3",
"cli-progress": "^3.12.0",
"crypto-browserify": "^3.12.0",
"esbuild": "^0.17.15",
"esbuild": "^0.17.17",
"esbuild-plugin-wasm": "^1.0.0",
"prettier": "^2.8.7",
"process": "^0.11.10",
"read": "^2.0.0",
"read": "^2.1.0",
"typescript": "^5.0.4"
},
"browser": {
"crypto": "crypto-browserify",
"stream": "stream-browserify",
"path": "path-browserify"
},
"pnpm": {
"overrides": {
"@chainsafe/bls": "git+https://git.lumeweb.com/LumeWeb/chainsafe-bls.git"
}
}
}