Skip to content

Commit

Permalink
v1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jkyberneees committed May 25, 2021
1 parent 237ebec commit 2aea459
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "http-cache-middleware",
"version": "1.3.7",
"version": "1.3.8",
"description": "HTTP Cache Middleware",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -30,14 +30,14 @@
"devDependencies": {
"chai": "^4.3.4",
"got": "^11.8.2",
"mocha": "^8.3.2",
"mocha": "^8.4.0",
"nyc": "^15.1.0",
"restana": "^4.9.0"
"restana": "^4.9.1"
},
"dependencies": {
"@tusbar/cache-control": "^0.5.0",
"cache-manager": "^3.4.3",
"matcher": "^3.0.0",
"matcher": "^4.0.0",
"middleware-if-unless": "^1.2.5",
"ms": "^2.1.3",
"on-http-end": "^1.0.2"
Expand Down

0 comments on commit 2aea459

Please sign in to comment.