1
0
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:
Bill 2018-11-20 20:21:38 +08:00
parent e869dbf9e0
commit d8b60bafd6
3 changed files with 3495 additions and 504 deletions

3995
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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",

View File

@ -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 {