@ladjs/web 17.0.1 → 17.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -226,7 +226,7 @@ class Web {
226
226
  });
227
227
 
228
228
  // override koa's undocumented error handler
229
- app.context.onerror = errorHandler(this.config.cookiesKey);
229
+ app.context.onerror = errorHandler();
230
230
 
231
231
  // adds request received hrtime and date symbols to request object
232
232
  // (which is used by Cabin internally to add `request.timestamp` to logs
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ladjs/web",
3
3
  "description": "Web server for Lad",
4
- "version": "17.0.1",
4
+ "version": "17.0.4",
5
5
  "author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/ladjs/web/issues",
@@ -31,7 +31,7 @@
31
31
  "koa": "^2.13.4",
32
32
  "koa-404-handler": "^0.1.0",
33
33
  "koa-basic-auth": "^4.0.0",
34
- "koa-better-error-handler": "^10.0.1",
34
+ "koa-better-error-handler": "^10.0.3",
35
35
  "koa-better-flash": "^0.0.4",
36
36
  "koa-better-timeout": "^0.0.6",
37
37
  "koa-bodyparser": "^4.3.0",
@@ -48,7 +48,7 @@
48
48
  "koa-meta": "^3.0.3",
49
49
  "koa-methodoverride": "^2.0.0",
50
50
  "koa-no-trailing-slash": "^2.1.0",
51
- "koa-redirect-loop": "^2.0.6",
51
+ "koa-redirect-loop": "^3.0.0",
52
52
  "koa-redis": "^4.0.1",
53
53
  "koa-views": "^8.0.0",
54
54
  "lodash": "^4.17.21",