Update fcoin version

This commit is contained in:
Sky Young 2019-07-25 10:45:30 -06:00
parent e6f902dada
commit 4948e4e265

View File

@ -1,7 +1,7 @@
{ {
"name": "flosight-api", "name": "flosight-api",
"description": "A Florincoin blockchain REST and web socket API service for Flocore Node.", "description": "A Florincoin blockchain REST and web socket API service for Flocore Node.",
"version": "5.0.0-beta.72", "version": "5.0.0-beta.73",
"repository": "git://github.com/bitpay/flosight-api.git", "repository": "git://github.com/bitpay/flosight-api.git",
"bugs": { "bugs": {
"url": "https://github.com/bitpay/flosight-api/issues" "url": "https://github.com/bitpay/flosight-api/issues"
@ -30,9 +30,9 @@
"dependencies": { "dependencies": {
"JSONStream": "^1.3.1", "JSONStream": "^1.3.1",
"async": "*", "async": "*",
"fcoin": "https://github.com/OstlerDev/fcoin#bcoin-1.0.2", "fcoin": "^1.1.0",
"flocore-lib": "^0.15.2", "flocore-lib": "^0.15.2",
"flocore-message": "^1.0.6", "flocore-message": "^1.0.7",
"body-parser": "^1.13.3", "body-parser": "^1.13.3",
"compression": "^1.6.1", "compression": "^1.6.1",
"lodash": "^2.4.1", "lodash": "^2.4.1",
@ -42,7 +42,7 @@
}, },
"devDependencies": { "devDependencies": {
"florincoind-rpc": "0.7.1", "florincoind-rpc": "0.7.1",
"flocore-p2p": "5.0.0-beta.5", "flocore-p2p": "^5.0.0-beta.8",
"chai": "^3.5.0", "chai": "^3.5.0",
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"mocha": "^2.4.5", "mocha": "^2.4.5",