@mashroom/mashroom-browser-cache
Advanced tools
Comparing version 1.4.5 to 1.5.0
@@ -7,3 +7,3 @@ { | ||
"license": "MIT", | ||
"version": "1.4.5", | ||
"version": "1.5.0", | ||
"files": [ | ||
@@ -15,7 +15,7 @@ "dist/**", | ||
"@babel/cli": "^7.8.4", | ||
"@mashroom/mashroom": "1.4.5", | ||
"@mashroom/mashroom-security": "1.4.5", | ||
"@mashroom/mashroom-utils": "1.4.5", | ||
"eslint": "^6.8.0", | ||
"jest": "^25.1.0" | ||
"@mashroom/mashroom": "1.5.0", | ||
"@mashroom/mashroom-security": "1.5.0", | ||
"@mashroom/mashroom-utils": "1.5.0", | ||
"eslint": "^7.0.0", | ||
"jest": "^26.0.1" | ||
}, | ||
@@ -22,0 +22,0 @@ "jest": { |
/* eslint-disable */ | ||
import {ExpressRequest, ExpressResponse} from '@mashroom/mashroom/type-definitions'; | ||
import type {ExpressRequest, ExpressResponse} from '@mashroom/mashroom/type-definitions'; | ||
// -------- Converted from index.js via https://flow-to-ts.netlify.com ---------- | ||
export interface MashroomCacheControlService { | ||
@@ -8,0 +6,0 @@ /** |
8066
96