Bumped version.

This commit is contained in:
Chris Kleeschulte 2017-10-01 19:22:07 -04:00
parent a4851a6e36
commit c6596ac15d
No known key found for this signature in database
GPG Key ID: 33195D27EF6BDB7F
2 changed files with 32 additions and 32 deletions

56
package-lock.json generated
View File

@ -1,18 +1,9 @@
{
"name": "bitcore",
"version": "5.0.0-beta.12",
"version": "5.0.0-beta.13",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"JSONStream": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.1.tgz",
"integrity": "sha1-cH92HgHa6eFvG8+TcDt4xwlmV5o=",
"requires": {
"jsonparse": "1.3.1",
"through": "2.3.8"
}
},
"abstract-leveldown": {
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/abstract-leveldown/-/abstract-leveldown-2.6.2.tgz",
@ -467,9 +458,9 @@
}
},
"bitcore-node": {
"version": "5.0.0-beta.11",
"resolved": "https://registry.npmjs.org/bitcore-node/-/bitcore-node-5.0.0-beta.11.tgz",
"integrity": "sha512-ohC2xkx+jLlnQjF3pUm9qCGyjAqAYG5Yw4cKZ8xzStojYtoLI7TALhOTzF9XNISgijP8hrMXgEI0MX67RaWs2w==",
"version": "5.0.0-beta.13",
"resolved": "https://registry.npmjs.org/bitcore-node/-/bitcore-node-5.0.0-beta.13.tgz",
"integrity": "sha512-sneJG7S6AgK9A/ODJnTghq3OC4wXiCpqCS04bwzWhzwUOrAH3qg2Qdo+0DRLyKgEVhMBpntzjEKGV7EL5ZoyVg==",
"requires": {
"async": "2.5.0",
"bcoin": "github:bitpay/bcoin#46ecd2c4ed3b7fbcadd9cfe10b0f5d64e4c5088d",
@ -1633,17 +1624,17 @@
"integrity": "sha1-BTfLedr1m1mhpRff9wbIbsA5Fi4="
},
"insight-api": {
"version": "5.0.0-beta.11",
"resolved": "https://registry.npmjs.org/insight-api/-/insight-api-5.0.0-beta.11.tgz",
"integrity": "sha512-BHVM1GVGzKEGwHzyu3K+qOPdd08yvU8TeiaoXy2eJiI7W+2CdfvEXhpbi5TAtRwwR+bwOmrEYXq0nMJoW6dV0A==",
"version": "5.0.0-beta.13",
"resolved": "https://registry.npmjs.org/insight-api/-/insight-api-5.0.0-beta.13.tgz",
"integrity": "sha512-Y7zAskbidS27euEU9wlo3kX1geHl9Bi3ijkJ565nbYifJnSAaygu/sSZx+dEGQRAIXwZuLkF0U6jzRj87jmLWA==",
"requires": {
"JSONStream": "1.3.1",
"async": "2.5.0",
"bcoin": "github:bcoin-org/bcoin#886008a1822ce1da7fa8395ee7db4bcc1750a28a",
"bitcore-lib": "5.0.0-beta.1",
"bitcore-message": "1.0.4",
"body-parser": "1.17.2",
"compression": "1.7.0",
"JSONStream": "1.3.1",
"lodash": "2.4.2",
"lru-cache": "4.1.1",
"morgan": "1.8.2",
@ -1658,9 +1649,9 @@
}
},
"insight-ui": {
"version": "5.0.0-beta.1",
"resolved": "https://registry.npmjs.org/insight-ui/-/insight-ui-5.0.0-beta.1.tgz",
"integrity": "sha512-025Hn6PoANsGUrtpWFx+rdjMEKDsCPyFebQ/5pLUl41WbCgphj/8N/efDvpfHqJjCea1ppRpGCpBC8obv0VYwg=="
"version": "5.0.0-beta.13",
"resolved": "https://registry.npmjs.org/insight-ui/-/insight-ui-5.0.0-beta.13.tgz",
"integrity": "sha512-VwmcrESrFm2ohjdQwGinzvqqoaf25nOCopcLOHhOvDFD1P+tm5SnTaSrmuKISdq42pyXECsafTGJuPnLi5YXwQ=="
},
"ipaddr.js": {
"version": "1.4.0",
@ -1875,6 +1866,15 @@
"resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz",
"integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA="
},
"JSONStream": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.1.tgz",
"integrity": "sha1-cH92HgHa6eFvG8+TcDt4xwlmV5o=",
"requires": {
"jsonparse": "1.3.1",
"through": "2.3.8"
}
},
"jsprim": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz",
@ -3152,6 +3152,14 @@
"resolved": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz",
"integrity": "sha1-+vUbnrdKrvOzrPStX2Gr8ky3uT4="
},
"string_decoder": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
"integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
"requires": {
"safe-buffer": "5.1.1"
}
},
"string-width": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
@ -3162,14 +3170,6 @@
"strip-ansi": "3.0.1"
}
},
"string_decoder": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
"integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
"requires": {
"safe-buffer": "5.1.1"
}
},
"stringstream": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz",

View File

@ -1,6 +1,6 @@
{
"name": "bitcore",
"version": "5.0.0-beta.12",
"version": "5.0.0-beta.13",
"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.12",
"insight-api": "5.0.0-beta.12",
"insight-ui": "5.0.0-beta.12"
"bitcore-node": "5.0.0-beta.13",
"insight-api": "5.0.0-beta.13",
"insight-ui": "5.0.0-beta.13"
},
"license": "MIT",
"devDependencies": {