- add a new, undocumented method: getServiceUrlForEscherKeyId. Can be used in tests where you want to mock an escher request but do not want to hardcode the service url twice.
- update axios to latest
- update packages, get rid of package-lock.json and no longer fix down dependencies
- update lodash to fix audit warning
- fix typos
- update axios dependency to fix audit warning
- throw more descriptive error when called with an escher key not found in integrations
- update outdated dependencies
- Increased default timeout of requests. (No timeout can be achieved with passing in 0 as timeout).
- Note in documentation that only absolute urls work
escherCredentialScope
andescherSecret
can be explicitly passed in when making request.