From 4948e4e2658e110f9cc787411f6375037a81854e Mon Sep 17 00:00:00 2001 From: Sky Young Date: Thu, 25 Jul 2019 10:45:30 -0600 Subject: [PATCH] Update fcoin version --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3675cdd..46610e4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "flosight-api", "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", "bugs": { "url": "https://github.com/bitpay/flosight-api/issues" @@ -30,9 +30,9 @@ "dependencies": { "JSONStream": "^1.3.1", "async": "*", - "fcoin": "https://github.com/OstlerDev/fcoin#bcoin-1.0.2", + "fcoin": "^1.1.0", "flocore-lib": "^0.15.2", - "flocore-message": "^1.0.6", + "flocore-message": "^1.0.7", "body-parser": "^1.13.3", "compression": "^1.6.1", "lodash": "^2.4.1", @@ -42,7 +42,7 @@ }, "devDependencies": { "florincoind-rpc": "0.7.1", - "flocore-p2p": "5.0.0-beta.5", + "flocore-p2p": "^5.0.0-beta.8", "chai": "^3.5.0", "mkdirp": "^0.5.1", "mocha": "^2.4.5",