Bumped version.

This commit is contained in:
Chris Kleeschulte 2017-11-02 17:49:10 -04:00
parent 038f50f91d
commit 147a17e540
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.31",
"version": "5.0.0-beta.32",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -465,9 +465,9 @@
}
},
"bitcore-node": {
"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==",
"version": "5.0.0-beta.32",
"resolved": "https://registry.npmjs.org/bitcore-node/-/bitcore-node-5.0.0-beta.32.tgz",
"integrity": "sha512-83xDq0k/h8wtArh0CwZzSolLGU4gOYiwD/Ux8eDg4em1kj71ZvmSeOZFE/3kvQVSJ4ohRAVElZq/G7GDpoyA5w==",
"requires": {
"async": "2.5.0",
"bcoin": "github:bitpay/bcoin#46ecd2c4ed3b7fbcadd9cfe10b0f5d64e4c5088d",
@ -1621,9 +1621,9 @@
"integrity": "sha1-BTfLedr1m1mhpRff9wbIbsA5Fi4="
},
"insight-api": {
"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==",
"version": "5.0.0-beta.32",
"resolved": "https://registry.npmjs.org/insight-api/-/insight-api-5.0.0-beta.32.tgz",
"integrity": "sha512-kDoakyKVwPYxoZeX3pmgJA/ob2HuHiBIppz/pjzfEB0hI1Q7o6a/AoXaiCEzDvea71shP81Wzrfq6/d9W1ZwnA==",
"requires": {
"JSONStream": "1.3.1",
"async": "2.5.0",
@ -1646,7 +1646,7 @@
}
},
"insight-ui": {
"version": "github:bitpay/insight#efb275ba99ff6c717b7a7bcca7df2dfe128c5db0"
"version": "github:bitpay/insight#e87ad01707935c7e661b9c6e1bf167761aa1c37c"
},
"ipaddr.js": {
"version": "1.4.0",

View File

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