Bumped version.

This commit is contained in:
Chris Kleeschulte 2017-11-02 13:54:19 -04:00
parent 8400b9980b
commit 038f50f91d
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.30",
"version": "5.0.0-beta.31",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -465,9 +465,9 @@
}
},
"bitcore-node": {
"version": "5.0.0-beta.30",
"resolved": "https://registry.npmjs.org/bitcore-node/-/bitcore-node-5.0.0-beta.30.tgz",
"integrity": "sha512-ztHx7IkCbNSo7AfR37infRA8Xh7ArV5ygxF+9ILEnHbomQcJcoXLQ3LT87/nuZZ1ZtCBn6s+vSxUuJOmoNZw0g==",
"version": "5.0.0-beta.31",
"resolved": "https://registry.npmjs.org/bitcore-node/-/bitcore-node-5.0.0-beta.31.tgz",
"integrity": "sha512-p0JTLFoGIZOh17geQ/ovHc7kVaQGtf6o3CJdEbjQUIfo+oT+20Jt+XXQuF+VLOqKZaOVP5fPiHWKXKqZ7JFDIQ==",
"requires": {
"async": "2.5.0",
"bcoin": "github:bitpay/bcoin#46ecd2c4ed3b7fbcadd9cfe10b0f5d64e4c5088d",
@ -1621,9 +1621,9 @@
"integrity": "sha1-BTfLedr1m1mhpRff9wbIbsA5Fi4="
},
"insight-api": {
"version": "5.0.0-beta.30",
"resolved": "https://registry.npmjs.org/insight-api/-/insight-api-5.0.0-beta.30.tgz",
"integrity": "sha512-esUkIH42NOAJRKvEN2h/9yeKUUZF6RS/YztSmo0STpnZznO+IOes3aKo8bGaMVmzWtm3sbdahx5BVj6SXG+8Zg==",
"version": "5.0.0-beta.31",
"resolved": "https://registry.npmjs.org/insight-api/-/insight-api-5.0.0-beta.31.tgz",
"integrity": "sha512-VGIPuG5ElrhNCb5O/w9EjLIP4C0LmJhExNXidhR/Gi4ElxQFDKMf5lDED+IUR5rY7SOR0YzaHX2AnU65j6FiEw==",
"requires": {
"JSONStream": "1.3.1",
"async": "2.5.0",
@ -1646,7 +1646,7 @@
}
},
"insight-ui": {
"version": "github:bitpay/insight#bc49b1ded5b4f86770f1e1be0cf568487e1daf86"
"version": "github:bitpay/insight#efb275ba99ff6c717b7a7bcca7df2dfe128c5db0"
},
"ipaddr.js": {
"version": "1.4.0",

View File

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