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.
We have updated the
@fartlabs/jsonxarchitecture 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:
2. Verify and Check
Run your repository's formatting, linting, type-checking, and test pipelines to ensure the new engine integration is clean:
3. Version Bump
Once all checks pass, gracefully bump the version in your own
deno.json(c)and push to trigger your release pipelines.