Skip to content

Upgrade to jsonx v0.0.13 #13

@EthanThatOneKid

Description

@EthanThatOneKid

We have updated the @fartlabs/jsonx architecture to natively support JSR JSX runtimes and decoupled the utility components. Please update your repositories using the following steps:

1. Update Dependencies

Bump your jsonx dependencies to the latest version by running:

deno update jsr:@fartlabs/jsonx

2. Verify and Check

Run your repository's formatting, linting, type-checking, and test pipelines to ensure the new engine integration is clean:

deno fmt && deno lint && deno check \*\*/\*.ts \*\*/\*.tsx && deno test -A

3. Version Bump

Once all checks pass, gracefully bump the version in your own deno.json(c) and push to trigger your release pipelines.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions