From ceebd652b7b4b231aa46241d95db648b77844220 Mon Sep 17 00:00:00 2001 From: Javed Khan Date: Tue, 10 Jul 2018 15:36:10 +0530 Subject: [PATCH] pkg: update bcrypto bcrypto@0.3.3 has a few API changes which breaks the integration with bcoin. Fix the version @0.3.2 for now. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cec871dd..463d462c 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dependencies": { "bcfg": "~0.1.0", "bclient": "~0.1.0", - "bcrypto": "~0.3.1", + "bcrypto": "0.3.2", "bdb": "~0.2.0", "bdns": "~0.1.0", "bevent": "~0.1.0",