[1.12.1] - 2025-07-07
Bug Fixes
- Bridge's error conversion logic now uses the
isPromise
node's utility function instead of aninstanceof Promise
check. The latter may give false negatives in Jest, resulting in not converting errors thrown from the Rust side. This has been causing Jest tests to fail withShutdownError: Worker has been shutdown
errors using TS SDK 1.12.0. (#1737)