File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const compress = require('koa-compress');
1717const conditional = require ( 'koa-conditional-get' ) ;
1818const cors = require ( 'kcors' ) ;
1919const errorHandler = require ( 'koa-better-error-handler' ) ;
20- const etag = require ( 'koa- etag' ) ;
20+ const etag = require ( '@ koa/ etag' ) ;
2121const json = require ( 'koa-json' ) ;
2222const koa404Handler = require ( 'koa-404-handler' ) ;
2323const koaConnect = require ( 'koa-connect' ) ;
Original file line number Diff line number Diff line change 1111 " Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)"
1212 ],
1313 "dependencies" : {
14+ "@koa/etag" : " ^5.0.2" ,
1415 "@koa/router" : " ^13.1.1" ,
1516 "@ladjs/i18n" : " ^10.0.0" ,
1617 "@ladjs/koa-simple-ratelimit" : " ^4.1.1" ,
3233 "koa-compress" : " ^5.1.1" ,
3334 "koa-conditional-get" : " ^3.0.0" ,
3435 "koa-connect" : " ^2.1.0" ,
35- "koa-etag" : " 4.0.0" ,
3636 "koa-json" : " ^2.0.2" ,
3737 "lodash" : " ^4.17.21" ,
3838 "multimatch" : " 5" ,
You can’t perform that action at this time.
0 commit comments