From 87587fc58a264512d84b43ba4991cf9ebef9bb6a Mon Sep 17 00:00:00 2001 From: Serhii Nanovskyi Date: Mon, 7 Oct 2019 15:14:40 +0300 Subject: [PATCH 1/2] Update @virgilsecurity/crypto-types --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 93834d3..210c828 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "react-native": "^0.60.4" }, "dependencies": { - "@virgilsecurity/crypto-types": "^0.1.3", + "@virgilsecurity/crypto-types": "^0.2.0", "buffer": "^5.2.1" } } From 048c1ca3f9b02c396d53c9cf232329e107773ea0 Mon Sep 17 00:00:00 2001 From: Serhii Nanovskyi Date: Mon, 7 Oct 2019 15:15:05 +0300 Subject: [PATCH 2/2] Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 210c828..0597c2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-virgil-crypto", - "version": "0.3.1", + "version": "0.3.2", "description": "React Native Bridge for Virgil Crypto Library", "main": "index.js", "typings": "index.d.ts",