Bumped version.

This commit is contained in:
Chris Kleeschulte 2017-10-18 19:23:28 -04:00
parent 63a15d0241
commit c3ddeaff0c
No known key found for this signature in database
GPG Key ID: 33195D27EF6BDB7F
3 changed files with 13 additions and 13 deletions

16
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "bitcore",
"version": "5.0.0-beta.21",
"version": "5.0.0-beta.22",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -465,9 +465,9 @@
}
},
"bitcore-node": {
"version": "5.0.0-beta.21",
"resolved": "https://registry.npmjs.org/bitcore-node/-/bitcore-node-5.0.0-beta.21.tgz",
"integrity": "sha512-1LT0wflKpNPdYa6lgYmuRZDxPw3erAgyFdP72oYisM2ZK47OuN96aCS1bV0cST5OtldeCN6A55MKyAFnBrfhRA==",
"version": "5.0.0-beta.22",
"resolved": "https://registry.npmjs.org/bitcore-node/-/bitcore-node-5.0.0-beta.22.tgz",
"integrity": "sha512-SqNG5WErt/UQlB3vAa2bNk9GUJ9d6i3TY4612WdYPafug/vReheTGuyjIpPles1Lc1Q3yB2XmyIyBwvZFD5bmA==",
"requires": {
"async": "2.5.0",
"bcoin": "github:bitpay/bcoin#46ecd2c4ed3b7fbcadd9cfe10b0f5d64e4c5088d",
@ -1621,9 +1621,9 @@
"integrity": "sha1-BTfLedr1m1mhpRff9wbIbsA5Fi4="
},
"insight-api": {
"version": "5.0.0-beta.21",
"resolved": "https://registry.npmjs.org/insight-api/-/insight-api-5.0.0-beta.21.tgz",
"integrity": "sha512-1GLt+M2FHETBVjhaXCxPT5bQwYxThmdKnHOH9LzZ2GRehGUa34TWjrn2N4/waBkgCGMIy05F2j/X+9N4398XPQ==",
"version": "5.0.0-beta.22",
"resolved": "https://registry.npmjs.org/insight-api/-/insight-api-5.0.0-beta.22.tgz",
"integrity": "sha512-ZDY4OAyS9oAEvXCvFH7J1QXkddByU/fdFgveMNTx8szupmjYXuCheu1lopXCnbUAicVPoMsaTHOg1k8EeSjVuA==",
"requires": {
"JSONStream": "1.3.1",
"async": "2.5.0",
@ -1646,7 +1646,7 @@
}
},
"insight-ui": {
"version": "github:bitpay/insight#65f88ef14a752c898d89b9c176fae6e0c8b5c177"
"version": "github:bitpay/insight#a69ef92e3114be898bb0ce6f2a003166b2a84a26"
},
"ipaddr.js": {
"version": "1.4.0",

View File

@ -1,6 +1,6 @@
{
"name": "bitcore",
"version": "5.0.0-beta.21",
"version": "5.0.0-beta.22",
"description": "A platform to build bitcoin and blockchain-based applications.",
"engines": {
"node": ">=8.0.0"
@ -37,9 +37,9 @@
},
"dependencies": {
"bitcore-lib": "5.0.0-beta.1",
"bitcore-node": "5.0.0-beta.21",
"insight-api": "5.0.0-beta.21",
"insight-ui": "bitpay/insight#v5.0.0-beta.21"
"bitcore-node": "5.0.0-beta.22",
"insight-api": "5.0.0-beta.22",
"insight-ui": "bitpay/insight#v5.0.0-beta.22"
},
"license": "MIT",
"devDependencies": {

View File

@ -239,7 +239,7 @@ echo "Assuming projects at ${HOME}/source..."
releases="${2}"
if [ -z "${releases}" ]; then
bitcoreNode
#bitcoreNode
insightApi
insightUi
bitcore