Skip to content

Commit

Permalink
Updating ETag middleware & router (underlying LRU cache updated)
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Nov 13, 2017
1 parent 230e05c commit 2acd048
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 51 deletions.
87 changes: 39 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tenso",
"description": "Tensō is an elastic REST API gateway for node.js",
"version": "5.2.10",
"version": "5.2.11",
"homepage": "http://avoidwork.github.io/tenso",
"author": "Jason Mulligan <[email protected]>",
"repository": {
Expand Down Expand Up @@ -44,12 +44,12 @@
"precise": "^1.1.0",
"retsu": "^2.0.3",
"tiny-coerce": "^1.0.1",
"tiny-etag": "^1.3.11",
"tiny-etag": "^1.3.12",
"tiny-merge": "^1.0.0",
"tiny-uuid4": "^1.0.1",
"tiny-xml": "^1.0.6",
"uws": "^8.14.1",
"woodland": "^3.0.5",
"woodland": "^3.0.6",
"yamljs": "^0.3.0"
},
"devDependencies": {
Expand Down

0 comments on commit 2acd048

Please sign in to comment.