From c04ba4e28aee279a2f4a05a0e9459b66bf6ea0fd Mon Sep 17 00:00:00 2001 From: Trevor Wessel Date: Tue, 24 Sep 2019 14:36:09 -0600 Subject: [PATCH 1/2] eosjs-ecc version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 438db7756..59c29d1b6 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "babel-runtime": "6.26.0", - "eosjs-ecc": "4.0.4", + "eosjs-ecc": "4.0.7", "text-encoding": "0.7.0" }, "devDependencies": { From 37c20e1ac558c13bfcb06027f0b57293d030039d Mon Sep 17 00:00:00 2001 From: Trevor Wessel Date: Fri, 4 Oct 2019 14:09:56 -0600 Subject: [PATCH 2/2] eosjs version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 59c29d1b6..6fc0adde8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eosjs", - "version": "20.0.0", + "version": "20.0.1", "description": "Talk to eos API", "main": "dist/index.js", "scripts": {