glesys-api
Advanced tools
Comparing version 5.0.0 to 5.0.1
# Changelog | ||
## 5.0.1 (2019-12-02) | ||
* Fixed lint errors. | ||
## 5.0.0 (2019-12-02) | ||
@@ -3,0 +6,0 @@ * Dropped support for Node < 10. |
@@ -38,3 +38,3 @@ 'use strict'; | ||
headers: { | ||
Authorization: `Basic ${this.token}`, | ||
'Authorization': `Basic ${this.token}`, | ||
'User-Agent': this.userAgent, | ||
@@ -41,0 +41,0 @@ }, |
{ | ||
"name": "glesys-api", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Node.js wrapper for the GleSYS API.", | ||
@@ -5,0 +5,0 @@ "main": "lib/glesys.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
52678