Skip to content

Releases: pliancy/egnyte-resellers-node

v1.2.10

16 Jul 22:45
Compare
Choose a tag to compare

1.2.10 (2021-07-16)

Bug Fixes

  • ci: use npx for auto-commit pinst command [skip ci] (edb6356)
  • npm: switch scope/github url to pliancy org (946ea83)

v1.2.9

16 Jul 15:52
Compare
Choose a tag to compare

1.2.9 (2021-07-16)

Bug Fixes

  • ci: use npx for auto-commit pinst command (fdf2874)

v1.2.8

16 Jul 15:49
Compare
Choose a tag to compare

1.2.8 (2021-07-16)

Bug Fixes

  • ci: re-enable pinst when copying updated package.json back to repo (6ee9e6b)
  • install: disable postinstall hook on publish (b13ab28)

Axios Timeout Fix

02 Apr 14:08
Compare
Choose a tag to compare

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

01 Apr 14:06
Compare
Choose a tag to compare

Release Notes:

- Fix lint for GH Actions