@cloudflare/util-http
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="1.1.1"></a> | ||
## [1.1.1](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-http@1.1.0...@cloudflare/util-http@1.1.1) (2018-10-29) | ||
**Note:** Version bump only for package @cloudflare/util-http | ||
<a name="1.1.0"></a> | ||
@@ -18,3 +26,3 @@ # [1.1.0](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-http@1.0.18...@cloudflare/util-http@1.1.0) (2018-10-25) | ||
<a name="1.0.18"></a> | ||
<a name="1.0.18"></a> | ||
## [1.0.18](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-http@1.0.17...@cloudflare/util-http@1.0.18) (2018-10-12) | ||
@@ -27,3 +35,3 @@ | ||
<a name="1.0.17"></a> | ||
<a name="1.0.17"></a> | ||
@@ -34,3 +42,3 @@ ## [1.0.17](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-http@1.0.16...@cloudflare/util-http@1.0.17) (2018-10-05) | ||
<a name="1.0.16"></a> | ||
<a name="1.0.16"></a> | ||
@@ -37,0 +45,0 @@ ## [1.0.16](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-http@1.0.15...@cloudflare/util-http@1.0.16) (2018-10-03) |
{ | ||
"name": "@cloudflare/util-http", | ||
"description": "Cloudflare HTTP Util", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"main": "lib/index.js", | ||
@@ -29,3 +29,3 @@ "module": "es/index.js", | ||
"test": "framework-core test", | ||
"test-cov": "framework-core test --coverage", | ||
"test-coverage": "framework-core test --coverage", | ||
"test-watch": "framework-core test --watch" | ||
@@ -32,0 +32,0 @@ }, |
39054