@voiceflow/logger
Advanced tools
Comparing version 1.6.1 to 1.6.2
{ | ||
"name": "@voiceflow/logger", | ||
"description": "Common logger for Voiceflow backend microservices", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"author": "Frank Gu <frank@voiceflow.com>", | ||
@@ -32,6 +32,6 @@ "bugs": { | ||
"@typescript-eslint/parser": "^3.6.1", | ||
"@voiceflow/commitlint-config": "1.1.0", | ||
"@voiceflow/eslint-config": "5.0.0", | ||
"@voiceflow/git-branch-check": "1.2.0", | ||
"@voiceflow/prettier-config": "1.0.5", | ||
"@voiceflow/commitlint-config": "2.0.0", | ||
"@voiceflow/eslint-config": "6.0.0", | ||
"@voiceflow/git-branch-check": "1.2.3", | ||
"@voiceflow/prettier-config": "1.0.6", | ||
"chai": "^4.2.0", | ||
@@ -77,3 +77,2 @@ "commitizen": "^4.2.3", | ||
"lint:report": "yarn lint:output", | ||
"prepare": "yarn build", | ||
"test": "yarn test:run", | ||
@@ -80,0 +79,0 @@ "test:dependencies": "depcheck", |
26375
674