axiomhq / axiom-js

Official language bindings and library extensions for Axiom
https://axiom.co
MIT License
85 stars 13 forks source link

Fix type issues by upgrading fetch-retry from 5.0.3 to 6.00 #165

Closed russelldavis closed 3 months ago

russelldavis commented 3 months ago

The old version can cause several issues with types when used in a non-browser environment. For me, it's causing type errors in a cloudflare workers project.

See https://github.com/jonbern/fetch-retry/pull/88 for details.

schehata commented 3 months ago

thanks @russelldavis for your contribution <3 I have a created a new release with your changes.