-
Notifications
You must be signed in to change notification settings - Fork 84
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(cookies): align RequestCookies
with ResponseCookies
#187
fix(cookies): align RequestCookies
with ResponseCookies
#187
Conversation
🦋 Changeset detectedLatest commit: d95e7a7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
RequestCookies
with ResponseCookiesRequestCookies
with ResponseCookies
Codecov Report
@@ Coverage Diff @@
## main #187 +/- ##
==========================================
- Coverage 87.91% 87.33% -0.58%
==========================================
Files 14 11 -3
Lines 1704 1058 -646
Branches 213 66 -147
==========================================
- Hits 1498 924 -574
+ Misses 192 128 -64
+ Partials 14 6 -8
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
RequestCookies
with ResponseCookies
RequestCookies
with ResponseCookies
* feat(cookies): align `RequestCookies` with ResponseCookies * add changeset * update docs with cookie methods * re-add some doc * revert formatting
No description provided.