Merge pull request #7 from oipwg/update-flosight-api-5.0.0-beta.75

Update `flosight-api` to 5.0.0 beta.75
This commit is contained in:
Sky Young 2019-09-10 10:23:08 -06:00 committed by GitHub
commit c5e5d5a35e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 664 additions and 129 deletions

785
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@
"node": ">=8.0.0" "node": ">=8.0.0"
}, },
"author": "BitPay <dev@bitpay.com>", "author": "BitPay <dev@bitpay.com>",
"version": "5.0.4", "version": "5.0.5",
"main": "./index.js", "main": "./index.js",
"repository": "git://github.com/oipwg/flocore-node.git", "repository": "git://github.com/oipwg/flocore-node.git",
"homepage": "https://github.com/oipwg/flocore-node", "homepage": "https://github.com/oipwg/flocore-node",
@ -36,12 +36,12 @@
"commander": "^2.8.1", "commander": "^2.8.1",
"errno": "^0.1.4", "errno": "^0.1.4",
"express": "^4.13.3", "express": "^4.13.3",
"fcoin": "^1.1.0", "fcoin": "^1.1.1",
"flocore-lib": "^0.15.2", "flocore-lib": "^0.15.2",
"flocore-message": "^1.0.7", "flocore-message": "^1.0.7",
"flocore-p2p": "^5.0.0-beta.8", "flocore-p2p": "^5.0.0-beta.8",
"florincoind-rpc": "0.7.1", "florincoind-rpc": "0.7.1",
"flosight-api": "^5.0.0-beta.74", "flosight-api": "^5.0.0-beta.75",
"flosight-ui": "^5.0.0-beta.72", "flosight-ui": "^5.0.0-beta.72",
"leveldown": "^2.0.0", "leveldown": "^2.0.0",
"levelup": "^2.0.0", "levelup": "^2.0.0",
@ -60,7 +60,7 @@
"istanbul": "^0.4.3", "istanbul": "^0.4.3",
"jshint": "^2.9.2", "jshint": "^2.9.2",
"jshint-stylish": "^2.1.0", "jshint-stylish": "^2.1.0",
"mocha": "3.2.0", "mocha": "^6.2.0",
"proxyquire": "^1.3.1", "proxyquire": "^1.3.1",
"rimraf": "^2.4.2", "rimraf": "^2.4.2",
"sinon": "^1.15.4" "sinon": "^1.15.4"