Comparing version 5.0.2 to 5.0.3
@@ -0,1 +1,9 @@ | ||
### 5.0.3 - 2020-10-27 | ||
* docs: add warning to keepAlive options & update dependencies - **[@aaarichter](https://github.com/aaarichter)** [#117](https://github.com/groupon/gofer/pull/117) | ||
- [`4a1438a`](https://github.com/groupon/gofer/commit/4a1438a6ec0532971d96be23f9284768eee7c79d) ♻️ **chore:** update dependencies | ||
- [`e764b95`](https://github.com/groupon/gofer/commit/e764b95bea602f29c042e15389038b85176b0d90) 🎨 **style:** fix eslint issues | ||
- [`7fbedde`](https://github.com/groupon/gofer/commit/7fbedde0f3fbe280d707e89e5cf9e8396ca7b076) 📝 **docs:** add warning to keepAlive options | ||
### 5.0.2 - 2020-07-20 | ||
@@ -2,0 +10,0 @@ |
@@ -38,4 +38,5 @@ /* | ||
this.message = `${'API Request returned a response outside the status code range ' + | ||
'(code: '}${statusCode}, range: [${min}, ${max}])`; | ||
this.message = `${ | ||
'API Request returned a response outside the status code range ' + '(code: ' | ||
}${statusCode}, range: [${min}, ${max}])`; | ||
this.headers = headers; | ||
@@ -42,0 +43,0 @@ this.statusCode = statusCode; |
@@ -116,5 +116,5 @@ /* | ||
function buildUserAgent({ clientName, clientVersion, appName, appSha, fqdn }) { | ||
return `${clientName || 'noServiceName'}/${clientVersion || | ||
'noServiceVersion'} (${appName || 'noAppName'}/${appSha || | ||
'noAppSha'}; ${fqdn || 'noFQDN'})`; | ||
return `${clientName || 'noServiceName'}/${ | ||
clientVersion || 'noServiceVersion' | ||
} (${appName || 'noAppName'}/${appSha || 'noAppSha'}; ${fqdn || 'noFQDN'})`; | ||
} | ||
@@ -121,0 +121,0 @@ |
{ | ||
"name": "gofer", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "A general purpose service client library", | ||
@@ -31,3 +31,3 @@ "license": "BSD-3-Clause", | ||
"engines": { | ||
"node": ">=10" | ||
"node": ">=10.13" | ||
}, | ||
@@ -46,3 +46,3 @@ "mocha": { | ||
"dependencies": { | ||
"debug": "^4.1.1", | ||
"debug": "^4.2.0", | ||
"lodash.isobjectlike": "^4.0.0", | ||
@@ -55,15 +55,15 @@ "lodash.isplainobject": "^4.0.6", | ||
"assertive": "^5.0.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-groupon": "^8.1.1", | ||
"eslint-plugin-import": "^2.20.1", | ||
"eslint-plugin-mocha": "^6.3.0", | ||
"eslint-plugin-node": "^11.0.0", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"eslint": "^7.12.0", | ||
"eslint-config-groupon": "^10.0.1", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-mocha": "^8.0.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"form-data": "^3.0.0", | ||
"mocha": "^7.1.0", | ||
"mocha": "^8.2.0", | ||
"mochify": "^6.6.0", | ||
"nlm": "^4.1.1", | ||
"nlm": "^5.1.0", | ||
"npm-run-all": "^4.1.5", | ||
"nyc": "^15.0.0", | ||
"prettier": "^1.19.1", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.1.2", | ||
"self-signed": "^1.3.1" | ||
@@ -70,0 +70,0 @@ }, |
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
78668
1344
Updateddebug@^4.2.0