Compare commits

...

2 Commits

1 changed files with 9 additions and 4 deletions

View File

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