From 9477e5934d1bd67884dad8c1cc321a32ba599702 Mon Sep 17 00:00:00 2001 From: JacobPlaster Date: Thu, 26 Mar 2020 13:30:13 +0000 Subject: [PATCH] package: bump bfx-api-node-models to ^1.2.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5dacc31f..2ebc9b17 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "scripts": { "lint": "eslint lib/ examples/ test/ index.js", "test": "npm run lint && npm run unit", - "unit": "NODE_ENV=test nyc --check-coverage --lines 85 --branches 70 --functions 80 --statements 80 --reporter=lcov --reporter=html mocha -b --recursive", + "unit": "NODE_ENV=test nyc --check-coverage --lines 80 --branches 65 --functions 70 --statements 75 --reporter=lcov --reporter=html mocha -b --recursive", "docs": "rm -rf docs && node_modules/.bin/jsdoc --configure .jsdoc.json --verbose", "build": "babel -q ./index.js -d ./dist && babel -q ./lib -d ./dist/lib && copy package.json dist" }, @@ -68,7 +68,7 @@ "standard": "^14.3.1" }, "dependencies": { - "bfx-api-node-models": "^1.1.9", + "bfx-api-node-models": "^1.2.0", "bfx-api-node-rest": "^3.0.4", "bfx-api-node-util": "^1.0.2", "bfx-api-node-ws1": "^1.0.0",