notifications-node-client
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -0,1 +1,13 @@ | ||
## 5.0.2 - 2020-11-20 | ||
### Changed | ||
Correct incorrect description of parameter to be used by `NotifyClient.setProxy` | ||
## 5.0.1 - 2020-11-18 | ||
### Changed | ||
Remove unintentional global nature of variable `version` | ||
## 5.0.0 - 2020-09-02 | ||
@@ -2,0 +14,0 @@ |
@@ -339,6 +339,6 @@ var ApiClient = require('./api_client'), | ||
* | ||
* @param {String} url | ||
* @param {object} an axios proxy config | ||
*/ | ||
setProxy: function(url) { | ||
this.apiClient.setProxy(url); | ||
setProxy: function(proxyConfig) { | ||
this.apiClient.setProxy(proxyConfig); | ||
}, | ||
@@ -345,0 +345,0 @@ |
{ | ||
"name": "notifications-node-client", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"homepage": "https://docs.notifications.service.gov.uk/node.html", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
228326