You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use readFile instead of import attributes for JSON import
Avoids Node version compatibility issues with `with { type: "json" }`
(Node 22+) vs `assert { type: "json" }` (deprecated, errors on Node 22+).
Uses readFile with caching for the 189KB schema payload. Adds a copy
step to the build so the generated JSON lands in dist-esm/.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments