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

Removed node packages usage in core Emmett package #66

Merged
merged 1 commit into from
May 17, 2024

Conversation

oskardudycz
Copy link
Collaborator

Removed the accidental usage of randomUUID function from node:crypto package that was causing compatibility issues on frontend.

Added also the ESLint rule to prevent such things to happen in the future.

Bumped version to 0.9.0

Fixes #64

Removed the accidental usage of `randomUUID` function from `node:crypto` package that was causing compatibility issues on frontend.

Added also the ESLint rule to prevent such things to happen in the future.

Bumped version to 0.9.0

Fixes #64
@oskardudycz oskardudycz added this to the 0.9.0 milestone May 17, 2024
@oskardudycz oskardudycz added bug Something isn't working dependencies Pull requests that update a dependency file core web labels May 17, 2024
@oskardudycz oskardudycz merged commit 1f8db48 into main May 17, 2024
3 checks passed
@oskardudycz oskardudycz deleted the node-api-usage branch May 17, 2024 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core dependencies Pull requests that update a dependency file web
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot use inMemoryEventstore in Browser
1 participant