Replaced csprng with @lukeed/csprng (#6)

This commit is contained in:
Aleksandr Kraiz
2022-05-03 13:24:54 +04:00
committed by GitHub
parent 2d0cea557c
commit bc51d0d279
3 changed files with 23 additions and 43 deletions

View File

@@ -64,10 +64,10 @@
"dependencies": {
"@ethersproject/abstract-signer": "^5.6.0",
"@ethersproject/providers": "^5.6.2",
"@lukeed/csprng": "^1.0.1",
"bignumber.js": "^9.0.2",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"csprng": "^0.1.2",
"ethers": "^5.6.2",
"isomorphic-ws": "^4.0.1",
"just-clone": "^5.0.1",
@@ -77,11 +77,10 @@
"tiny-invariant": "^1.2.0",
"uuid": "^8.3.2",
"websocket-heartbeat-js": "^1.1.0",
"ws": "^8.5.0",
"zod": "^3.14.4"
},
"homepage": "https://github.com/orionprotocol/sdk#readme",
"files": [
"lib/**/*"
]
}
}