Comparing version 4.0.1 to 4.0.2
@@ -0,1 +1,7 @@ | ||
### 4.0.2 | ||
* add property "defaults" to typedefs - **[@dbushong](https://github.com/dbushong)** [#107](https://github.com/groupon/gofer/pull/107) | ||
- [`2219a1c`](https://github.com/groupon/gofer/commit/2219a1ce4524dc546a044816a014ebf1aa8c4947) **fix:** add property "defaults" to typedefs | ||
### 4.0.1 | ||
@@ -2,0 +8,0 @@ |
@@ -40,2 +40,4 @@ import { SecureContext } from 'tls'; | ||
options(path: string, opts?: Gofer.FetchOpts): FetchResponse; | ||
defaults: Gofer.Opts; | ||
} | ||
@@ -42,0 +44,0 @@ |
{ | ||
"name": "gofer", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "A general purpose service client library", | ||
@@ -5,0 +5,0 @@ "license": "BSD-3-Clause", |
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
73372
1329