cacheability
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -0,1 +1,7 @@ | ||
#### 1.0.10 (2018-06-24) | ||
##### Bug Fixes | ||
* **definitions:** Default export definition broken. ([739ab890](https://github.com/bad-batch/cacheability/commit/739ab8909463240527e7cdd2a1fa6fda84e14d04)) | ||
#### 1.0.9 (2018-06-24) | ||
@@ -2,0 +8,0 @@ |
@@ -32,3 +32,4 @@ import "core-js/modules/es6.symbol"; | ||
import "isomorphic-fetch"; | ||
export var Cacheability = function () { | ||
var Cacheability = function () { | ||
function Cacheability() { | ||
@@ -186,3 +187,5 @@ var args = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; | ||
}(); | ||
export { Cacheability as default }; | ||
Cacheability._headerKeys = ["cache-control", "etag"]; | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
export { Cacheability as default } from "./cacheability"; | ||
export { default } from "./cacheability"; | ||
//# sourceMappingURL=index.js.map |
@@ -164,3 +164,3 @@ "use strict"; | ||
Cacheability._headerKeys = ["cache-control", "etag"]; | ||
exports.Cacheability = Cacheability; | ||
exports.default = Cacheability; | ||
//# sourceMappingURL=index.js.map |
@@ -9,3 +9,3 @@ "use strict"; | ||
exports.default = cacheability_1.Cacheability; | ||
exports.default = cacheability_1.default; | ||
//# sourceMappingURL=index.js.map |
@@ -20,3 +20,3 @@ import "core-js/modules/es6.symbol"; | ||
import "isomorphic-fetch"; | ||
export class Cacheability { | ||
export default class Cacheability { | ||
constructor(args = {}) { | ||
@@ -23,0 +23,0 @@ const cacheControl = args.cacheControl, |
@@ -1,2 +0,2 @@ | ||
export { Cacheability as default } from "./cacheability"; | ||
export { default } from "./cacheability"; | ||
//# sourceMappingURL=index.js.map |
// Generated by dts-bundle v0.7.3 | ||
import "isomorphic-fetch"; | ||
export class Cacheability { | ||
export default class Cacheability { | ||
metadata: Metadata | undefined; | ||
@@ -6,0 +6,0 @@ constructor(args?: ConstructorArgs); |
{ | ||
"name": "cacheability", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "A utility class to parse, store and print http cache headers.", | ||
@@ -5,0 +5,0 @@ "author": "Dylan Aubrey <dylanaubrey@gmail.com>", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
586
245346