Bumped version.

This commit is contained in:
Chris Kleeschulte 2017-10-24 17:53:43 -04:00
parent 80375eb752
commit c8f183153c
No known key found for this signature in database
GPG Key ID: 33195D27EF6BDB7F
2 changed files with 12 additions and 12 deletions

16
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "bitcore",
"version": "5.0.0-beta.24",
"version": "5.0.0-beta.25",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -465,9 +465,9 @@
}
},
"bitcore-node": {
"version": "5.0.0-beta.24",
"resolved": "https://registry.npmjs.org/bitcore-node/-/bitcore-node-5.0.0-beta.24.tgz",
"integrity": "sha512-p8tPfwgI8sltGWCof3ms/ruM0cNFuIkSFg+BzKFc7ZqHL4LX7L+1yV5nJ35j94tPxCauL70UWswSbYmwTOjgUg==",
"version": "5.0.0-beta.25",
"resolved": "https://registry.npmjs.org/bitcore-node/-/bitcore-node-5.0.0-beta.25.tgz",
"integrity": "sha512-pLgIyO2zNnGCo6ApsSz09icL7B+l9Jqn7bdwOdASHmnA9leELItq2O89iLgK9wUEcDr5gukjIbN6M6QTekxPdQ==",
"requires": {
"async": "2.5.0",
"bcoin": "github:bitpay/bcoin#46ecd2c4ed3b7fbcadd9cfe10b0f5d64e4c5088d",
@ -1621,9 +1621,9 @@
"integrity": "sha1-BTfLedr1m1mhpRff9wbIbsA5Fi4="
},
"insight-api": {
"version": "5.0.0-beta.24",
"resolved": "https://registry.npmjs.org/insight-api/-/insight-api-5.0.0-beta.24.tgz",
"integrity": "sha512-50onFTOsXFzcGKJpj2bQbo3v2ES1HDl+zW5YqzaYIFmycm+MPb1JNxk4Xay7co2L45rx2YO6bnHFFtUifHxedg==",
"version": "5.0.0-beta.25",
"resolved": "https://registry.npmjs.org/insight-api/-/insight-api-5.0.0-beta.25.tgz",
"integrity": "sha512-a6n8SvXH0sKt3bioc5NDkuVmwYBUlpXP1n7XHdXaC+fXzGJsG4FLAHme3D2ixC5Wes7K8zAxK71LlGhbi3ibqQ==",
"requires": {
"JSONStream": "1.3.1",
"async": "2.5.0",
@ -1646,7 +1646,7 @@
}
},
"insight-ui": {
"version": "github:bitpay/insight#f34006e513d1cac9e5d856197e45a2723f5d5970"
"version": "github:bitpay/insight#825180729275529eda8a1a63bf9735b460ee143d"
},
"ipaddr.js": {
"version": "1.4.0",

View File

@ -1,6 +1,6 @@
{
"name": "bitcore",
"version": "5.0.0-beta.24",
"version": "5.0.0-beta.25",
"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.24",
"insight-api": "5.0.0-beta.24",
"insight-ui": "bitpay/insight#v5.0.0-beta.24"
"bitcore-node": "5.0.0-beta.25",
"insight-api": "5.0.0-beta.25",
"insight-ui": "bitpay/insight#v5.0.0-beta.25"
},
"license": "MIT",
"devDependencies": {