-
-
Notifications
You must be signed in to change notification settings - Fork 530
fix(core): move to native compatible uuid #1753
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(core): move to native compatible uuid #1753
Conversation
🦋 Changeset detectedLatest commit: 3782282 The changes in this PR will be included in the next version bump. This PR includes changesets to release 9 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
View your CI Pipeline Execution ↗ for commit 3782282
☁️ Nx Cloud last updated this comment at |
looks to fix #1744 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1753 +/- ##
==========================================
+ Coverage 90.35% 90.47% +0.11%
==========================================
Files 38 38
Lines 1752 1784 +32
Branches 444 451 +7
==========================================
+ Hits 1583 1614 +31
- Misses 149 150 +1
Partials 20 20 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Somehow I missed some of my experimental code and it was included into the PR, this returns formId to a getter again |
900030d
to
47ce956
Compare
47ce956
to
6417a18
Compare
Implements @lukeed/uuid so we're not relying on crypto.getRandomValue in native environments.