@cloudflare/util-http
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -6,3 +6,11 @@ # Change Log | ||
<a name="1.0.14"></a> | ||
<a name="1.0.15"></a> | ||
## [1.0.15](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-http@1.0.14...@cloudflare/util-http@1.0.15) (2018-10-02) | ||
**Note:** Version bump only for package @cloudflare/util-http | ||
<a name="1.0.14"></a> | ||
## [1.0.14](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-http@1.0.13...@cloudflare/util-http@1.0.14) (2018-09-27) | ||
@@ -15,3 +23,3 @@ | ||
<a name="1.0.13"></a> | ||
<a name="1.0.13"></a> | ||
## [1.0.13](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-http@1.0.12...@cloudflare/util-http@1.0.13) (2018-09-25) | ||
@@ -18,0 +26,0 @@ |
{ | ||
"name": "@cloudflare/util-http", | ||
"description": "Cloudflare HTTP Util", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"main": "lib/index.js", | ||
@@ -15,3 +15,3 @@ "module": "es/index.js", | ||
"dependencies": { | ||
"@cloudflare/util-logger": "^1.0.11", | ||
"@cloudflare/util-logger": "^1.0.12", | ||
"isomorphic-fetch": "^2.2.1" | ||
@@ -26,3 +26,12 @@ }, | ||
"autoGeneratedReadme": true | ||
} | ||
}, | ||
"scripts": { | ||
"size": "size-limit" | ||
}, | ||
"size-limit": [ | ||
{ | ||
"path": "es/index.js", | ||
"limit": "7 KB" | ||
} | ||
] | ||
} |
37748