-
Notifications
You must be signed in to change notification settings - Fork 539
Version Packages #5727
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
Version Packages #5727
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5727 +/- ##
=======================================
Coverage 52.85% 52.85%
=======================================
Files 1098 1098
Lines 58976 58976
Branches 4788 4788
=======================================
Hits 31173 31173
Misses 27087 27087
Partials 716 716
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
4833ebe
to
a05cc3f
Compare
a05cc3f
to
74be51f
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@thirdweb-dev/service-utils@0.5.1
Patch Changes
#5728
a077023
Thanks @jnsdls! - allow passingnull
to service scope, do not validate domains/bundleids when using secretKey auth method#5724
90a16da
Thanks @gregfromstl! - Accept Request in authorizeNodePR-Codex overview
This PR updates the version of the
@thirdweb-dev/service-utils
package from0.5.0
to0.5.1
, adds a changelog for the new version, and includes two notable bug fixes related to service scope and request authorization.Detailed summary
version
to0.5.1
inpackages/service-utils/package.json
0.5.1
inpackages/service-utils/CHANGELOG.md
null
to service scope; no validation for domains/bundle IDs withsecretKey
auth methodRequest
inauthorizeNode