cacheability
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -0,1 +1,7 @@ | ||
#### 1.0.5 (2018-06-11) | ||
##### Chores | ||
* **dependencies:** Add @babel/polyfill as dependency. ([2b88968a](https://github.com/dylanaubrey/cacheability/commit/2b88968a52a7a0f7b2833bad09e8cca5b4778908)) | ||
#### 1.0.4 (2018-06-07) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "cacheability", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A utility class to parse, store and print http cache headers.", | ||
@@ -54,2 +54,5 @@ "author": "Dylan Aubrey <dylanaubrey@gmail.com>", | ||
}, | ||
"dependencies": { | ||
"@babel/polyfill": "7.0.0-beta.44" | ||
}, | ||
"peerDependencies": { | ||
@@ -56,0 +59,0 @@ "isomorphic-fetch": "^2.2.1", |
255737
3
+ Added@babel/polyfill@7.0.0-beta.44(transitive)
+ Addedcore-js@2.6.12(transitive)
+ Addedregenerator-runtime@0.11.1(transitive)