@voiceflow/logger
Advanced tools
Comparing version 1.5.6 to 1.5.7
{ | ||
"name": "@voiceflow/logger", | ||
"description": "Common logger for Voiceflow backend microservices", | ||
"version": "1.5.6", | ||
"version": "1.5.7", | ||
"author": "Frank Gu <frank@voiceflow.com>", | ||
@@ -54,2 +54,5 @@ "bugs": { | ||
}, | ||
"files": [ | ||
"build/" | ||
], | ||
"homepage": "https://github.com/voiceflow/logger#readme", | ||
@@ -73,5 +76,5 @@ "keywords": [ | ||
"test": "yarn test:run", | ||
"test:run": "NODE_ENV=test nyc ts-mocha --paths --opts ./config/tests/mocha.opts 'tests/**/*.{unit,it}.{ts,js}'", | ||
"test:dependencies": "depcheck", | ||
"test:integration": "NODE_ENV=test nyc --report-dir nyc_coverage_integration ts-mocha --paths --opts ./config/tests/mocha.opts 'tests/**/*.it.{ts,js}'", | ||
"test:run": "NODE_ENV=test nyc ts-mocha --paths --opts ./config/tests/mocha.opts 'tests/**/*.{unit,it}.{ts,js}'", | ||
"test:single": "NODE_ENV=test nyc ts-mocha --paths --opts ./config/tests/mocha.opts", | ||
@@ -78,0 +81,0 @@ "test:unit": "NODE_ENV=test nyc --report-dir=nyc_coverage_unit ts-mocha --paths --opts ./config/tests/mocha.opts 'tests/**/*.unit.{ts,js}'" |
24535
20
325