Bumped version.

This commit is contained in:
Chris Kleeschulte 2017-11-22 16:03:48 -05:00
parent e07dda5031
commit 79855ff4c2
No known key found for this signature in database
GPG Key ID: 33195D27EF6BDB7F
3 changed files with 3 additions and 3 deletions

View File

@ -129,7 +129,7 @@ console.log('[addresses.js.130]', e); //TODO
message: 'Invalid address: ' + e, message: 'Invalid address: ' + e,
code: 1 code: 1
}, res); }, res);
}; }
next(); next();
}; };

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "insight-api", "name": "insight-api",
"version": "5.0.0-beta.43", "version": "5.0.0-beta.44",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,7 +1,7 @@
{ {
"name": "insight-api", "name": "insight-api",
"description": "A Bitcoin blockchain REST and web socket API service for Bitcore Node.", "description": "A Bitcoin blockchain REST and web socket API service for Bitcore Node.",
"version": "5.0.0-beta.43", "version": "5.0.0-beta.44",
"repository": "git://github.com/bitpay/insight-api.git", "repository": "git://github.com/bitpay/insight-api.git",
"bugs": { "bugs": {
"url": "https://github.com/bitpay/insight-api/issues" "url": "https://github.com/bitpay/insight-api/issues"