@cloudflare/util-http
Advanced tools
Comparing version 1.0.18 to 1.1.0
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="1.1.0"></a> | ||
# [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) | ||
### Features | ||
* **framework-core:** UI-1438 test cmd for framework-core ([132a932](http://stash.cfops.it:7999/fe/stratus/commits/132a932)) | ||
<a name="1.0.18"></a> | ||
@@ -15,3 +26,3 @@ ## [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) | ||
<a name="1.0.17"></a> | ||
<a name="1.0.17"></a> | ||
@@ -22,3 +33,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> | ||
@@ -29,3 +40,3 @@ ## [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) | ||
<a name="1.0.15"></a> | ||
<a name="1.0.15"></a> | ||
@@ -32,0 +43,0 @@ ## [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) |
{ | ||
"name": "@cloudflare/util-http", | ||
"description": "Cloudflare HTTP Util", | ||
"version": "1.0.18", | ||
"version": "1.1.0", | ||
"main": "lib/index.js", | ||
@@ -27,3 +27,6 @@ "module": "es/index.js", | ||
"scripts": { | ||
"size": "size-limit" | ||
"size": "size-limit", | ||
"test": "framework-core test", | ||
"test-cov": "framework-core test --coverage", | ||
"test-watch": "framework-core test --watch" | ||
}, | ||
@@ -30,0 +33,0 @@ "size-limit": [ |
38832