Bumped version.

This commit is contained in:
Chris Kleeschulte 2017-10-02 16:35:33 -04:00
parent 9cbc66743d
commit d3515e12c9
No known key found for this signature in database
GPG Key ID: 33195D27EF6BDB7F
2 changed files with 19 additions and 19 deletions

36
package-lock.json generated
View File

@ -1,9 +1,18 @@
{ {
"name": "insight-api", "name": "insight-api",
"version": "5.0.0-beta.13", "version": "5.0.0-beta.14",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "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": { "abstract-leveldown": {
"version": "2.6.2", "version": "2.6.2",
"resolved": "https://registry.npmjs.org/abstract-leveldown/-/abstract-leveldown-2.6.2.tgz", "resolved": "https://registry.npmjs.org/abstract-leveldown/-/abstract-leveldown-2.6.2.tgz",
@ -1027,15 +1036,6 @@
"resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz",
"integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=" "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"
}
},
"leveldown": { "leveldown": {
"version": "1.7.0-0", "version": "1.7.0-0",
"resolved": "https://registry.npmjs.org/leveldown/-/leveldown-1.7.0-0.tgz", "resolved": "https://registry.npmjs.org/leveldown/-/leveldown-1.7.0-0.tgz",
@ -2249,14 +2249,6 @@
"integrity": "sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA=", "integrity": "sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA=",
"dev": true "dev": true
}, },
"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": { "string-width": {
"version": "1.0.2", "version": "1.0.2",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
@ -2267,6 +2259,14 @@
"strip-ansi": "3.0.1" "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"
}
},
"strip-ansi": { "strip-ansi": {
"version": "3.0.1", "version": "3.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",

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.13", "version": "5.0.0-beta.14",
"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"