Releases: pliancy/egnyte-resellers-node
Releases · pliancy/egnyte-resellers-node
v1.2.10
v1.2.9
v1.2.8
Axios Timeout Fix
If a weird value was given for Egnyte._config.timeoutMs
('30000,'
, for instance), axios would throw a timeout error immediately on any request. This change defaults that value to 20000 if the given value cannot be parsed as an integer.
Fix GH Actions Build/Test
Release Notes:
- Fix lint for GH Actions