From 050d3e087b3ce2c9dd892a96daf215402292aa2c Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 25 Jun 2020 21:14:32 +0300 Subject: chore: update which-types --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 1a21fcf..e21de51 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "feathers-mongoose": "^8.3.0", "lodash": "^4.17.15", "mongoose": "^5.9.18", - "which-types": "^1.4.0" + "which-types": "^1.4.1" }, "repository": { "type": "git", -- cgit v1.2.3 From fd484a217c77dba42c29fae1cfdb2390422da847 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 25 Jun 2020 21:25:18 +0300 Subject: feat: add logger and handle eveyrthing nicely --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') diff --git a/package.json b/package.json index e21de51..c6e4038 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "@feathersjs/authentication": "^4.5.3", "@feathersjs/authentication-local": "^4.5.4", "@feathersjs/configuration": "^4.5.3", + "@feathersjs/errors": "^4.5.3", "@feathersjs/express": "^4.5.4", "@feathersjs/feathers": "^4.5.3", "@feathersjs/socketio": "^4.5.4", -- cgit v1.2.3