Bumped version.

This commit is contained in:
Chris Kleeschulte 2017-10-11 16:42:03 -04:00
parent e1d1cc3ba5
commit dc19a0c0c9
No known key found for this signature in database
GPG Key ID: 33195D27EF6BDB7F
2 changed files with 14 additions and 14 deletions

20
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "bitcore",
"version": "5.0.0-beta.16",
"version": "5.0.0-beta.17",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -467,9 +467,9 @@
}
},
"bitcore-node": {
"version": "5.0.0-beta.16",
"resolved": "https://registry.npmjs.org/bitcore-node/-/bitcore-node-5.0.0-beta.16.tgz",
"integrity": "sha512-fsQ/Eooq12TzcdvmM0z5JBuJkQAeguUmtKNr8U8X3VdcbVAeaLnjT0gbCN4f9FNUhfZYLvCjnRODGLpDK0fHLQ==",
"version": "5.0.0-beta.17",
"resolved": "https://registry.npmjs.org/bitcore-node/-/bitcore-node-5.0.0-beta.17.tgz",
"integrity": "sha512-e8sx7H++568TM6UaVmJHRBrCUZkp0U6Ji2Sj5OItuBLo/ajrPoGFWlSTzIZZYBGyfOxCnlUwrF2UVCo8YsY4Bw==",
"requires": {
"async": "2.5.0",
"bcoin": "github:bitpay/bcoin#46ecd2c4ed3b7fbcadd9cfe10b0f5d64e4c5088d",
@ -1633,9 +1633,9 @@
"integrity": "sha1-BTfLedr1m1mhpRff9wbIbsA5Fi4="
},
"insight-api": {
"version": "5.0.0-beta.16",
"resolved": "https://registry.npmjs.org/insight-api/-/insight-api-5.0.0-beta.16.tgz",
"integrity": "sha512-H2tL//7T+v2tL1e1L7nnAn+6V+2SjiUkYUq0Vx3nFSXCKK+82PA5eSTJjLl7kiz9a72e909BkmhCldkJjHQOmQ==",
"version": "5.0.0-beta.17",
"resolved": "https://registry.npmjs.org/insight-api/-/insight-api-5.0.0-beta.17.tgz",
"integrity": "sha512-N9ZdPv0cWLzIkgMv5q1gMui7hJumePIV5YuhhKbjF0y0wEg4PFxGEifsxduhvIdokUeB2kn8im7pffxSahakbQ==",
"requires": {
"JSONStream": "1.3.1",
"async": "2.5.0",
@ -1658,9 +1658,9 @@
}
},
"insight-ui": {
"version": "5.0.0-beta.16",
"resolved": "https://registry.npmjs.org/insight-ui/-/insight-ui-5.0.0-beta.16.tgz",
"integrity": "sha512-YLK4rUB2AcJ/yCXruggrYHDWvZjdxT9gTb0BkBgZe+QptxPPIgImIQXQGh173o/9Dlz1v/6fHS51alwf4hwXGQ=="
"version": "5.0.0-beta.17",
"resolved": "https://registry.npmjs.org/insight-ui/-/insight-ui-5.0.0-beta.17.tgz",
"integrity": "sha512-Ciaj3IAGfVVxI12TadgrNrbwLrFgNZgF0P+JXjIAgURBKnBZVc9csNkv+lygakyLj8/8ZFfUSb8ISiPDRZXbrQ=="
},
"ipaddr.js": {
"version": "1.4.0",

View File

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