fix: Bun compatibility for build scripts and runtime detection

This commit is contained in:
Danila Poyarkov 2026-01-23 19:31:16 +03:00
parent 73734a23a1
commit 6d0c544e18
5 changed files with 12 additions and 8 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed Bun runtime detection for dynamic imports in browser-compatible modules (stream.ts, openai-codex-responses.ts, openai-codex.ts)
## [0.49.3] - 2026-01-22
### Added