mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
change package ursa to ursa-optional
This commit is contained in:
parent
e869dbf9e0
commit
d8b60bafd6
3995
package-lock.json
generated
3995
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -59,7 +59,7 @@
|
||||
"ethereumjs-util": "^6.0.0",
|
||||
"jsonwebtoken": "^8.3.0",
|
||||
"node-fetch": "^2.2.1",
|
||||
"ursa": "^0.9.4",
|
||||
"ursa-optional": "^0.9.10",
|
||||
"uuid": "^3.3.2",
|
||||
"web3": "1.0.0-beta.36",
|
||||
"web3-utils": "1.0.0-beta.36",
|
||||
|
@ -4,7 +4,7 @@ import Proof from "./Proof"
|
||||
import PublicKey from "./PublicKey"
|
||||
import Service from "./Service"
|
||||
|
||||
import * as ursa from "ursa"
|
||||
import * as ursa from "ursa-optional"
|
||||
import * as Web3 from "web3"
|
||||
|
||||
interface IDDO {
|
||||
|
Loading…
Reference in New Issue
Block a user