@cloudflare/util-http
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="1.2.3"></a> | ||
## [1.2.3](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-http@1.2.2...@cloudflare/util-http@1.2.3) (2019-01-16) | ||
**Note:** Version bump only for package @cloudflare/util-http | ||
<a name="1.2.2"></a> | ||
@@ -15,3 +23,3 @@ ## [1.2.2](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-http@1.2.0...@cloudflare/util-http@1.2.2) (2018-11-19) | ||
<a name="1.2.0"></a> | ||
<a name="1.2.0"></a> | ||
# [1.2.0](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-http@1.1.1...@cloudflare/util-http@1.2.0) (2018-10-30) | ||
@@ -27,3 +35,3 @@ | ||
<a name="1.1.1"></a> | ||
<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) | ||
@@ -36,3 +44,3 @@ | ||
<a name="1.1.0"></a> | ||
<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) | ||
@@ -39,0 +47,0 @@ |
@@ -29,2 +29,3 @@ declare module '@cloudflare/util-http' { | ||
parameters?: IKVPairs; | ||
body?: any; | ||
} | ||
@@ -36,3 +37,5 @@ | ||
type TRequestSugarFunction = ( | ||
...args: [string, THttpUtilOptions | TCallback, TCallback] | ||
arg1: string, | ||
arg2: THttpUtilOptions | TCallback, | ||
arg3?: TCallback | ||
) => Promise<IWrappedResponse>; | ||
@@ -39,0 +42,0 @@ |
{ | ||
"name": "@cloudflare/util-http", | ||
"description": "Cloudflare HTTP Util", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "module": "es/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41591
883