@cloudflare/util-http
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.0.6](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-http@2.0.5...@cloudflare/util-http@2.0.6) (2020-02-12) | ||
**Note:** Version bump only for package @cloudflare/util-http | ||
## [2.0.5](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-http@2.0.2...@cloudflare/util-http@2.0.5) (2020-02-02) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@cloudflare/util-http", | ||
"description": "Cloudflare HTTP Util", | ||
"version": "2.0.5", | ||
"main": "lib/index.js", | ||
"version": "2.0.6", | ||
"main": "src/index.ts", | ||
"module": "es/index.js", | ||
@@ -12,2 +12,3 @@ "types": "./dist/index.d.ts", | ||
"publishConfig": { | ||
"main": "lib/index.js", | ||
"registry": "http://registry.npmjs.org/", | ||
@@ -17,3 +18,3 @@ "access": "public" | ||
"dependencies": { | ||
"@cloudflare/util-logger": "^1.0.22", | ||
"@cloudflare/util-logger": "^1.0.23", | ||
"isomorphic-fetch": "^2.2.1" | ||
@@ -34,3 +35,3 @@ }, | ||
}, | ||
"gitHead": "8d0306d0234211b5ebadd5d08d2ac6200fbb472f" | ||
"gitHead": "88916f170a5a79963b140a5eb6158ed2277f3ac6" | ||
} |
47023
11
916