Bumped version.

This commit is contained in:
Chris Kleeschulte 2017-11-06 19:38:58 -05:00
parent 78ec4beb23
commit d434fdb1d7
No known key found for this signature in database
GPG Key ID: 33195D27EF6BDB7F
3 changed files with 16 additions and 16 deletions

16
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "bitcore",
"version": "5.0.0-beta.34",
"version": "5.0.0-beta.35",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -466,9 +466,9 @@
}
},
"bitcore-node": {
"version": "5.0.0-beta.34",
"resolved": "https://registry.npmjs.org/bitcore-node/-/bitcore-node-5.0.0-beta.34.tgz",
"integrity": "sha512-FIGEvWh3TGqes+Nq6Uye8OYpm7Ioa8wxHwLRWD8+JhtGV0jPgng5cRRp42vX43TGjkwxQGGYClS8+QZL+lrsow==",
"version": "5.0.0-beta.35",
"resolved": "https://registry.npmjs.org/bitcore-node/-/bitcore-node-5.0.0-beta.35.tgz",
"integrity": "sha512-Xlq4jVx8uijP3OMPpfw/wzbhkYf3lZ/F5sKk6OFsy9xm6PKMjThS8LwA0YFYf/M71cErKjKi6TrtfNvUEkUbLw==",
"requires": {
"async": "2.5.0",
"bcoin": "github:bitpay/bcoin#46ecd2c4ed3b7fbcadd9cfe10b0f5d64e4c5088d",
@ -1632,9 +1632,9 @@
"integrity": "sha1-BTfLedr1m1mhpRff9wbIbsA5Fi4="
},
"insight-api": {
"version": "5.0.0-beta.34",
"resolved": "https://registry.npmjs.org/insight-api/-/insight-api-5.0.0-beta.34.tgz",
"integrity": "sha512-TLoqz6aMbHEn5u7H4V+5SdQHshThoj7p1gfAF2K35dmJQCuxmLWxIZRShv588FFDxoyiX8gYML4oTlkKH6+oLQ==",
"version": "5.0.0-beta.35",
"resolved": "https://registry.npmjs.org/insight-api/-/insight-api-5.0.0-beta.35.tgz",
"integrity": "sha512-PjxCAuypvwqg4RtIi+J041HVd/9AEQkad80rAd+hF+vtprad5SLn6wqU6SLtr/5uQhE7zZESNHu+10xjqcACbQ==",
"requires": {
"JSONStream": "1.3.1",
"async": "2.5.0",
@ -1657,7 +1657,7 @@
}
},
"insight-ui": {
"version": "github:bitpay/insight#d5d6191dfb3bfaee790f887e7891fa0ca4a56162"
"version": "github:bitpay/insight#1e431f9140920295a314981a2ea000f617d1ace0"
},
"ipaddr.js": {
"version": "1.4.0",

View File

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

View File

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