fix: Bun compatibility for build scripts and runtime detection (#922)

This commit is contained in:
Mario Zechner 2026-01-23 17:38:26 +01:00
commit 2cdf608d51
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) ([#922](https://github.com/badlogic/pi-mono/pull/922) by [@dannote](https://github.com/dannote))
## [0.49.3] - 2026-01-22
### Added