v0.2.62
What's Changed
- fix(vtz): fix bin stubs, @types extraction, and platform-specific deps by @viniciusdacal in #2564
- fix(runtime): cpSync symlink loops + CJS named exports by @viniciusdacal in #2571
- fix(runtime): readdir recursive should not follow symlinks infinitely by @viniciusdacal in #2570
- fix(vtz,codegen): child_process ops and tsc type compatibility by @viniciusdacal in #2573
- fix(runtime): mutable dynamic import wrappers for spyOn (#2535) by @viniciusdacal in #2575
- fix(agents): react-loop toolContext undefined (#2548) by @viniciusdacal in #2577
- fix(pm): resolve and persist optional platform-specific dependencies (#2531) by @viniciusdacal in #2584
- fix(runtime): CJS interop — dead-code exports, aliased named exports, built-in require by @viniciusdacal in #2583
- fix(compiler): make codegen-poc and openapi-generator tests pass under vtz test by @viniciusdacal in #2578
- fix(runtime): correct SSR Fast Refresh import path for @vertz/ui/internals by @viniciusdacal in #2585
- fix(runtime): process.stdout.write must not append newline by @viniciusdacal in #2589
- fix(runtime): CJS require() resolves exports field, execSync uses shell (#2580, #2581) by @viniciusdacal in #2588
- fix(server,testing): align .test-d.ts type tests with current API surface (#2540) by @viniciusdacal in #2590
- fix(vtz): implement missing Node.js compatibility ops (#2521) by @viniciusdacal in #2591
- fix(runtime): CJS relative path exports + array fallback (#2586, #2587) by @viniciusdacal in #2594
- fix(runtime): align deps resolver condition priority with ESM resolver (#2592) by @viniciusdacal in #2596
- fix(runtime): add path traversal validation to deps resolvers (#2593) by @viniciusdacal in #2597
- fix(runtime,db): fix 8 failing @vertz/db test files under vtz test (#2543) by @viniciusdacal in #2598
- fix(og): replace Bun-specific APIs with portable Node.js alternatives (#2556) by @viniciusdacal in #2595
- fix(runtime): fix strip_leftover_typescript scoping bug (#2576) by @viniciusdacal in #2603
- fix(examples,orchestrator): align with current API surface (#2557) by @viniciusdacal in #2601
- fix(ui,runtime): resolve 10 failing UI test files under vtz test (#2542) by @viniciusdacal in #2604
- fix(runtime,ui-primitives): fix composed component test failures (#2541) by @viniciusdacal in #2613
- fix(mdx): remove Bun dependency from @vertz/mdx (#2611) by @viniciusdacal in #2612
- fix(runtime): add vm module to ESM resolution layer by @viniciusdacal in #2614
- fix(runtime,server): fix auth server-instance test failure by @viniciusdacal in #2619
- fix(runtime): accept CJS main fields without ./ prefix by @viniciusdacal in #2616
- fix(runtime): add credentials support to Request polyfill (#2551) by @viniciusdacal in #2615
- fix(runtime): fix process.env spread and expectTypeOf chaining by @viniciusdacal in #2617
- fix(codegen): replace non-existent toStartWith matcher with toMatch by @viniciusdacal in #2620
- fix(runtime,cli): add missing Node.js APIs — process.chdir, generateKeyPairSync, mock (#2538) by @viniciusdacal in #2618
- fix(theme-shadcn): fix app-shell, primitive-styles, and styles test failures by @viniciusdacal in #2621
- fix(runtime): add P-384 EC curve support and fix mock shadowing by @viniciusdacal in #2622
- fix(runtime): add process.stdout/stdin/exit to global bootstrap by @viniciusdacal in #2623
- fix(sqlite): migrate @vertz/sqlite from bunup to @vertz/build by @viniciusdacal in #2624
- fix(runtime): fix runtime adapter integration tests (#2554) by @viniciusdacal in #2626
- fix(vtz): force-exit test runner to prevent CI hangs (#2607) by @viniciusdacal in #2625
- fix(sqlite): add missing test script to prevent CI failure (#2608) by @viniciusdacal in #2627
- fix(vtz): runtime detection tests support vtz runner (#2537) by @viniciusdacal in #2628
- fix(compiler): auto-hoist variables referenced in mock factories (#2610) by @viniciusdacal in #2629
- fix(runtime): preserve variables named 'type' in TS strip pass by @viniciusdacal in #2630
- fix(runtime): walk full PATH in cli.sh to find native binary (#2609) by @viniciusdacal in #2637
- chore: version packages by @github-actions[bot] in #2569
- fix(runtime): expand perf_hooks stub and polyfill import.meta.dirname by @viniciusdacal in #2639
Full Changelog: v0.2.61...v0.2.62