Skip to content

Commit 206033b

Browse files
committed
chore: koa-etag is now @koa/etag
1 parent b75eeb7 commit 206033b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const compress = require('koa-compress');
1717
const conditional = require('koa-conditional-get');
1818
const cors = require('kcors');
1919
const errorHandler = require('koa-better-error-handler');
20-
const etag = require('koa-etag');
20+
const etag = require('@koa/etag');
2121
const json = require('koa-json');
2222
const koa404Handler = require('koa-404-handler');
2323
const koaConnect = require('koa-connect');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
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",
@@ -32,7 +33,6 @@
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",

0 commit comments

Comments
 (0)