- Add setId function
- Bump word-wrap from 1.2.3 to 1.2.4.
- Bump semver from 6.3.0 to 6.3.1.
- Drop support for node versions prior to 14
- Remove uuid so that module no longer has any prod depdencenies
- Update dev dev dependencies
- Include Typescript definitions
Change implementation to AsyncLocalStorage, no change to public API however minimum supported node version is not v12.17.0
bindId
and withId
now return the return value of the work
function passed
to them as a parameter.