From 42499bec936d0f85f12b82fcad22055d5cee2933 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 2 Apr 2015 15:26:17 -0300 Subject: [PATCH 1/4] update version --- package.json | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 9d9d755..bc6668d 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ }, "dependencies": { "async": "^0.9.0", - "bitcore-explorers": "^0.9.1", - "bitcore-wallet-utils": "^0.0.7", + "bitcore-explorers": "^0.10.3", + "bitcore-wallet-utils": "0.0.9", "body-parser": "^1.11.0", "coveralls": "^2.11.2", "express": "^4.10.0", @@ -54,11 +54,14 @@ "test": "./node_modules/.bin/mocha", "coveralls": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" }, - "contributors": [{ - "name": "Ivan Socolsky", - "email": "ivan@bitpay.com" - }, { - "name": "Matias Alejo Garcia", - "email": "ematiu@gmail.com" - }] + "contributors": [ + { + "name": "Ivan Socolsky", + "email": "ivan@bitpay.com" + }, + { + "name": "Matias Alejo Garcia", + "email": "ematiu@gmail.com" + } + ] } From 564bc76984b3716f2ca577dcc59b89211d8f7d17 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 2 Apr 2015 16:07:17 -0300 Subject: [PATCH 2/4] update versions --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bc6668d..1193547 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "bitcore-wallet-service", "description": "A service for Mutisig HD Bitcoin Wallets", "author": "BitPay Inc", - "version": "0.0.19", + "version": "0.0.20", "keywords": [ "bitcoin", "copay", @@ -19,8 +19,9 @@ }, "dependencies": { "async": "^0.9.0", + "bitcore": "^0.11.4", "bitcore-explorers": "^0.10.3", - "bitcore-wallet-utils": "0.0.9", + "bitcore-wallet-utils": "0.0.11", "body-parser": "^1.11.0", "coveralls": "^2.11.2", "express": "^4.10.0", From b0137eff4818a90b336ac7fd06414267ee9241a3 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 2 Apr 2015 17:01:44 -0300 Subject: [PATCH 3/4] update bitcore --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1193547..06861bd 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,9 @@ }, "dependencies": { "async": "^0.9.0", - "bitcore": "^0.11.4", + "bitcore": "^0.11.6", "bitcore-explorers": "^0.10.3", - "bitcore-wallet-utils": "0.0.11", + "bitcore-wallet-utils": "0.0.12", "body-parser": "^1.11.0", "coveralls": "^2.11.2", "express": "^4.10.0", From 93108ab1aa23e6b7aa207f845d9698f567b35405 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 2 Apr 2015 18:52:45 -0300 Subject: [PATCH 4/4] v0.0.21 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 06861bd..0f45b2d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "bitcore-wallet-service", "description": "A service for Mutisig HD Bitcoin Wallets", "author": "BitPay Inc", - "version": "0.0.20", + "version": "0.0.21", "keywords": [ "bitcoin", "copay",