v1.0.1
Changes
- Fix unhandled TCP errors (see #7). Thanks @uldissturms!
- Fix lock file version (see #9 ). Thanks @rhermes62!
- Preserve the metricScope function parameter typing using generics (see #10). Thanks @rhermes62!
- Fix dev dependency vulnerabilities (see #11). Thanks @rhermes62!
- Various linting fixes (see #12). Thanks @rhermes62!
Notes
The only issue you may run into when upgrading would involve #10 which fixes the type annotations being used in the metricScope. Specifically, we switched to using unknown instead of any to preserve types and prevent incorrect casting/assignments. This would likely only fail in the presence of a programming error which is why I decided this did not deserve a major revision.