updating bitcore-lib-cash version

This commit is contained in:
Justin Langston 2018-02-28 00:17:43 -05:00 committed by GitHub
parent ed4250b4b6
commit da5fbe6c94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ {
"name": "bitcore-p2p-cash", "name": "bitcore-p2p-cash",
"version": "1.1.2", "version": "1.2.0",
"description": "Interface to the bitcoin P2P network for bitcore", "description": "Interface to the bitcoin P2P network for bitcore",
"author": "BitPay <dev@bitpay.com>", "author": "BitPay <dev@bitpay.com>",
"main": "index.js", "main": "index.js",
@ -11,6 +11,10 @@
"build": "gulp" "build": "gulp"
}, },
"contributors": [ "contributors": [
{
"name": "Justin Langston",
"email": "justin@bitpay.com"
},
{ {
"name": "Yemel Jardi", "name": "Yemel Jardi",
"email": "yemel@bitpay.com" "email": "yemel@bitpay.com"
@ -56,7 +60,7 @@
"url": "https://github.com/bitpay/bitcore-p2p.git" "url": "https://github.com/bitpay/bitcore-p2p.git"
}, },
"dependencies": { "dependencies": {
"bitcore-lib-cash": "^0.15.1", "bitcore-lib-cash": "^0.16.3",
"bloom-filter": "^0.2.0", "bloom-filter": "^0.2.0",
"buffers": "bitpay/node-buffers#v0.1.2-bitpay", "buffers": "bitpay/node-buffers#v0.1.2-bitpay",
"socks5-client": "^0.3.6" "socks5-client": "^0.3.6"