chore(repo): version packages#319
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
687ab66 to
d6fc948
Compare
d6fc948 to
4656f9d
Compare
4656f9d to
2bf1e35
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
evlog@2.16.0
Minor Changes
#318
8080662Thanks @HugoRCD! - Add an optionalcodefield tocreateError/EvlogErrorso structured errors can carry a stable, machine-readable identifier for client branching, dashboards, and future error-catalog tooling. Foundation for an upcomingdefineErrorCatalogprimitive.codeis public and propagates through every existing serialization path with no breaking change:data.codevia the existingEvlogError.datagetter (Nitro v2/v3, Next.js, and any framework usingserializeEvlogErrorResponseget it for free).parseError(err)— newcodefield onParsedError. Extracted from EvlogError JSON, h3-styledata.code, and Node-styleError.code(e.g.'ENOENT','ECONNRESET') so existing system errors flow through the same client branch.event.error.codeso drains and dashboards can group, alert, and chart by code without parsing free-text messages.toString()— renders aCode:line for terminal pretty-print.Out of scope here (planned next):
defineErrorCatalogfor centralized typed code unions, plus the equivalent for audit actions.evlog-community-adapter-skeleton@2.0.0
Patch Changes
8080662]:evlog-community-enricher-skeleton@2.0.0
Patch Changes
8080662]:evlog-community-framework-skeleton@2.0.0
Patch Changes
8080662]: