Bumped version.

This commit is contained in:
Chris Kleeschulte 2017-10-26 17:56:59 -04:00
parent 45ec2f4db5
commit e2dd798b62
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", "name": "bitcore",
"version": "5.0.0-beta.26", "version": "5.0.0-beta.27",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -465,9 +465,9 @@
} }
}, },
"bitcore-node": { "bitcore-node": {
"version": "5.0.0-beta.26", "version": "5.0.0-beta.27",
"resolved": "https://registry.npmjs.org/bitcore-node/-/bitcore-node-5.0.0-beta.26.tgz", "resolved": "https://registry.npmjs.org/bitcore-node/-/bitcore-node-5.0.0-beta.27.tgz",
"integrity": "sha512-iSJJQn/eP2y8yKKCw6o5Np5WrAB+YtZlW/xZqjQtzOw7GjZkeqJY/4SV7JytvfJS0rvGBh7Zh2jjINC4c1+iNg==", "integrity": "sha512-+JMCal0IMou8RU/XnrJtBk9ImlQaSHSweH1AkXVVbB/POqDGmnGG8wyTKHfUHm8mlxJIxQe83DoHVs8mrZK6cA==",
"requires": { "requires": {
"async": "2.5.0", "async": "2.5.0",
"bcoin": "github:bitpay/bcoin#46ecd2c4ed3b7fbcadd9cfe10b0f5d64e4c5088d", "bcoin": "github:bitpay/bcoin#46ecd2c4ed3b7fbcadd9cfe10b0f5d64e4c5088d",
@ -1621,9 +1621,9 @@
"integrity": "sha1-BTfLedr1m1mhpRff9wbIbsA5Fi4=" "integrity": "sha1-BTfLedr1m1mhpRff9wbIbsA5Fi4="
}, },
"insight-api": { "insight-api": {
"version": "5.0.0-beta.26", "version": "5.0.0-beta.27",
"resolved": "https://registry.npmjs.org/insight-api/-/insight-api-5.0.0-beta.26.tgz", "resolved": "https://registry.npmjs.org/insight-api/-/insight-api-5.0.0-beta.27.tgz",
"integrity": "sha512-+gcRaWRsuAoSycpcqDQZw3jww/fn27RpYLuY7B920piJLtB2BL/b+ithLDyswiPSyqWRWbJOuQcaaCEhVRXkOw==", "integrity": "sha512-1M8piZBFbCpC9YtgzydMSM+PP1ZSSJTQqyPaik+E+PiwZcH7BEW8EWcAAyk98lFNjwlLA8UNQKltQegU4OdY3Q==",
"requires": { "requires": {
"JSONStream": "1.3.1", "JSONStream": "1.3.1",
"async": "2.5.0", "async": "2.5.0",
@ -1646,7 +1646,7 @@
} }
}, },
"insight-ui": { "insight-ui": {
"version": "github:bitpay/insight#59c4bf2765401e1839fd5282395875d2df0eb72c" "version": "github:bitpay/insight#d4bb931f37ec1692d2776946dbdc369d32d607ff"
}, },
"ipaddr.js": { "ipaddr.js": {
"version": "1.4.0", "version": "1.4.0",

View File

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