cache-headers
Advanced tools
Comparing version 1.0.0-hella.3 to 1.0.0-hella.4
@@ -20,2 +20,5 @@ 'use strict'; | ||
var KEY_LAST_MODIFIED = 'lastModified'; | ||
var KEY_STALE_IF_ERROR = 'staleError'; | ||
var KEY_STALE_WHILE_REVALIDATE = 'staleRevalidate'; | ||
var KEY_SURROGATE_CONTROL = 'maxAge'; | ||
@@ -371,2 +374,6 @@ | ||
exports.middleware = middleware; | ||
exports.KEY_LAST_MODIFIED = KEY_LAST_MODIFIED; | ||
exports.KEY_STALE_IF_ERROR = KEY_STALE_IF_ERROR; | ||
exports.KEY_STALE_WHILE_REVALIDATE = KEY_STALE_WHILE_REVALIDATE; | ||
exports.KEY_SURROGATE_CONTROL = KEY_SURROGATE_CONTROL; | ||
exports.ONE_MINUTE = ONE_MINUTE; | ||
@@ -373,0 +380,0 @@ exports.TEN_MINUTES = TEN_MINUTES; |
{ | ||
"name": "cache-headers", | ||
"version": "1.0.0-hella.3", | ||
"version": "1.0.0-hella.4", | ||
"description": "Generate browser and cdn cache header values", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -21,2 +21,3 @@ /** | ||
export * from './headerTypes'; | ||
export * from './timeValues'; | ||
@@ -23,0 +24,0 @@ |
Sorry, the diff of this file is not supported yet
824583
2256