chore(release): 5.0.0-beta.1

This commit is contained in:
Jason Dreyzehner 2017-08-18 18:47:34 -04:00
parent b89864dc4b
commit 7e34c411f6
2 changed files with 30 additions and 73 deletions

80
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "bitcore-node", "name": "bitcore-node",
"version": "5.0.0", "version": "5.0.0-beta.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -323,7 +323,9 @@
"integrity": "sha1-sRMsBNzc5tNT1SDI8C3a+PmB+zQ=" "integrity": "sha1-sRMsBNzc5tNT1SDI8C3a+PmB+zQ="
}, },
"bitcore-lib": { "bitcore-lib": {
"version": "github:bitpay/bitcore-lib#e622ab2186512a670e3bcaaeeda9d146ca911eed", "version": "5.0.0-beta.1",
"resolved": "https://registry.npmjs.org/bitcore-lib/-/bitcore-lib-5.0.0-beta.1.tgz",
"integrity": "sha512-y8aCkNJQieCPacLpW9wdg6Un2iAC/5Nt7g/lRHhK6PwrXw7dxXwc7eZOd87oPGn6bAd4jBd8YTCqIqwpf3UQsA==",
"requires": { "requires": {
"bn.js": "2.0.4", "bn.js": "2.0.4",
"bs58": "2.0.0", "bs58": "2.0.0",
@ -338,40 +340,15 @@
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-2.0.4.tgz", "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-2.0.4.tgz",
"integrity": "sha1-Igp81nf38b+pNif/QZN3b+eBlIA=" "integrity": "sha1-Igp81nf38b+pNif/QZN3b+eBlIA="
}, },
"bs58": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/bs58/-/bs58-2.0.0.tgz",
"integrity": "sha1-crcTvtIjoKxRi72g484/SBfznrU="
},
"buffer-compare": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/buffer-compare/-/buffer-compare-1.0.0.tgz",
"integrity": "sha1-rKp6lm6Y7un64Usxw5pfFY+zxKI="
},
"elliptic": { "elliptic": {
"version": "3.0.3", "version": "3.0.3",
"resolved": "https://registry.npmjs.org/elliptic/-/elliptic-3.0.3.tgz", "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-3.0.3.tgz",
"integrity": "sha1-hlybQgv75VAGuflp+XoNLESWZZU=", "integrity": "sha1-hlybQgv75VAGuflp+XoNLESWZZU=",
"requires": { "requires": {
"bn.js": "2.0.4", "bn.js": "2.0.4",
"brorand": "1.0.5", "brorand": "1.1.0",
"hash.js": "1.0.3", "hash.js": "1.1.3",
"inherits": "2.0.1" "inherits": "2.0.1"
},
"dependencies": {
"brorand": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/brorand/-/brorand-1.0.5.tgz",
"integrity": "sha1-B7VMowKGq9Fxig4qgwgD79yb+gQ="
},
"hash.js": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.0.3.tgz",
"integrity": "sha1-EzL/ABVsCg/92CNgE9B7d6BFFXM=",
"requires": {
"inherits": "2.0.1"
}
}
} }
}, },
"inherits": { "inherits": {
@ -387,18 +364,15 @@
} }
}, },
"bitcore-p2p": { "bitcore-p2p": {
"version": "github:bitpay/bitcore-p2p#5de3ca9eabc1ad7dbeeb882e5b3f85c5f6a4ed9d", "version": "5.0.0-beta.1",
"resolved": "https://registry.npmjs.org/bitcore-p2p/-/bitcore-p2p-5.0.0-beta.1.tgz",
"integrity": "sha512-PePFFuPmrHIr4G7IHWAcFge8jo0PvXvaDS9DYGP3EYLeoYT0SQ5d4UtHIGCOrc4xdn7XaibiuMkHlv6PNCpLaw==",
"requires": { "requires": {
"bcoin": "github:bcoin-org/bcoin#886008a1822ce1da7fa8395ee7db4bcc1750a28a", "bcoin": "github:bcoin-org/bcoin#886008a1822ce1da7fa8395ee7db4bcc1750a28a",
"bitcore-lib": "github:bitpay/bitcore-lib#e622ab2186512a670e3bcaaeeda9d146ca911eed", "bitcore-lib": "5.0.0-beta.1",
"bloom-filter": "0.2.0", "bloom-filter": "0.2.0",
"buffers": "github:bitpay/node-buffers#04f4c4264e0d105db2b99b786843ed64f23230d8", "buffers": "github:bitpay/node-buffers#04f4c4264e0d105db2b99b786843ed64f23230d8",
"socks5-client": "0.3.6" "socks5-client": "0.3.6"
},
"dependencies": {
"buffers": {
"version": "github:bitpay/node-buffers#04f4c4264e0d105db2b99b786843ed64f23230d8"
}
} }
}, },
"bl": { "bl": {
@ -502,12 +476,25 @@
"inherits": "2.0.3" "inherits": "2.0.3"
} }
}, },
"bs58": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/bs58/-/bs58-2.0.0.tgz",
"integrity": "sha1-crcTvtIjoKxRi72g484/SBfznrU="
},
"buffer-compare": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/buffer-compare/-/buffer-compare-1.0.0.tgz",
"integrity": "sha1-rKp6lm6Y7un64Usxw5pfFY+zxKI="
},
"buffer-xor": { "buffer-xor": {
"version": "1.0.3", "version": "1.0.3",
"resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz",
"integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=", "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=",
"optional": true "optional": true
}, },
"buffers": {
"version": "github:bitpay/node-buffers#04f4c4264e0d105db2b99b786843ed64f23230d8"
},
"bytes": { "bytes": {
"version": "2.4.0", "version": "2.4.0",
"resolved": "https://registry.npmjs.org/bytes/-/bytes-2.4.0.tgz", "resolved": "https://registry.npmjs.org/bytes/-/bytes-2.4.0.tgz",
@ -2401,13 +2388,13 @@
} }
}, },
"mocha": { "mocha": {
"version": "3.4.2", "version": "3.5.0",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-3.4.2.tgz", "resolved": "https://registry.npmjs.org/mocha/-/mocha-3.5.0.tgz",
"integrity": "sha1-0O9NMyEm2/GNDWQMmzgt1IvpdZQ=", "integrity": "sha512-pIU2PJjrPYvYRqVpjXzj76qltO9uBYI7woYAMoxbSefsa+vqAfptjoeevd6bUgwD0mPIO+hv9f7ltvsNreL2PA==",
"requires": { "requires": {
"browser-stdout": "1.3.0", "browser-stdout": "1.3.0",
"commander": "2.9.0", "commander": "2.9.0",
"debug": "2.6.0", "debug": "2.6.8",
"diff": "3.2.0", "diff": "3.2.0",
"escape-string-regexp": "1.0.5", "escape-string-regexp": "1.0.5",
"glob": "7.1.1", "glob": "7.1.1",
@ -2426,14 +2413,6 @@
"graceful-readlink": "1.0.1" "graceful-readlink": "1.0.1"
} }
}, },
"debug": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.0.tgz",
"integrity": "sha1-vFlryr52F/Edn6FTYe3tVgi4SZs=",
"requires": {
"ms": "0.7.2"
}
},
"glob": { "glob": {
"version": "7.1.1", "version": "7.1.1",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.1.1.tgz", "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.1.tgz",
@ -2460,11 +2439,6 @@
"minimist": "0.0.8" "minimist": "0.0.8"
} }
}, },
"ms": {
"version": "0.7.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz",
"integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U="
},
"supports-color": { "supports-color": {
"version": "3.1.2", "version": "3.1.2",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz",

View File

@ -5,30 +5,13 @@
"node": ">=8.2.0" "node": ">=8.2.0"
}, },
"author": "BitPay <dev@bitpay.com>", "author": "BitPay <dev@bitpay.com>",
"version": "5.0.0", "version": "5.0.0-beta.1",
"main": "./index.js", "main": "./index.js",
"repository": "git://github.com/bitpay/bitcore-node.git", "repository": "git://github.com/bitpay/bitcore-node.git",
"homepage": "https://github.com/bitpay/bitcore-node", "homepage": "https://github.com/bitpay/bitcore-node",
"bugs": { "bugs": {
"url": "https://github.com/bitpay/bitcore-node/issues" "url": "https://github.com/bitpay/bitcore-node/issues"
}, },
"contributors": [
{
"name": "Christopher Jeffrey"
},
{
"name": "Braydon Fuller",
"email": "braydon@bitpay.com"
},
{
"name": "Chris Kleeschulte",
"email": "chrisk@bitpay.com"
},
{
"name": "Patrick Nagurny",
"email": "patrick@bitpay.com"
}
],
"bin": { "bin": {
"bitcore-node": "./bin/bitcore-node" "bitcore-node": "./bin/bitcore-node"
}, },
@ -51,8 +34,8 @@
"async": "^2.5.0", "async": "^2.5.0",
"bcoin": "bcoin-org/bcoin#886008a1822ce1da7fa8395ee7db4bcc1750a28a", "bcoin": "bcoin-org/bcoin#886008a1822ce1da7fa8395ee7db4bcc1750a28a",
"bitcoind-rpc": "^0.6.0", "bitcoind-rpc": "^0.6.0",
"bitcore-lib": "bitpay/bitcore-lib#transitional", "bitcore-lib": "5.0.0-beta.1",
"bitcore-p2p": "bitpay/bitcore-p2p#bcoin", "bitcore-p2p": "5.0.0-beta.1",
"body-parser": "^1.13.3", "body-parser": "^1.13.3",
"colors": "^1.1.2", "colors": "^1.1.2",
"commander": "^2.8.1", "commander": "^2.8.1",