Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove dependency on when in favor of native Promises #135

Merged
merged 1 commit into from
Aug 24, 2021

Conversation

markandrus
Copy link
Contributor

@markandrus markandrus commented Aug 18, 2021

when is a peculiar library that cannot be bundled by tools like esbuild. Additionally, Promise implementations are available in all currently supported Node releases, so we can remove this dependency without impacting user ability to override promiseFactory.

This should fix snowflakedb/snowflake-connector-nodejs#146 and allow other consumers of requestretry to bundle it with esbuild, too.

when is a peculiar library that cannot be bundled by tools like esbuild.
Additionally, Promise implementations are available in all currently supported
Node releases, so we can remove this dependency whithout impacting user ability
to override `promiseFactory`.
@FGRibreau
Copy link
Owner

Of course 👍 Doing it right now, it will trigger a major release though.
Done! Released in v6.0.0

@markandrus
Copy link
Contributor Author

Thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SNOW-291733: Get error when trying to create connection
2 participants