| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| e2b@2.35.2 source code.tar.gz | 2026-07-23 | 1.7 MB | |
| e2b@2.35.2 source code.zip | 2026-07-23 | 2.1 MB | |
| README.md | 2026-07-23 | 617 Bytes | |
| Totals: 3 Items | 3.8 MB | 0 | |
Patch Changes
- f109898: Fix ESM bundle crashing at import time in Cloudflare Workers (and other edge runtimes) with
The argument 'path' must be a file URL object, a file URL string, or an absolute path string. Received 'undefined'. Barerequirecalls in the SDK source made the bundler emit an eagercreateRequire(import.meta.url)shim at module scope, which throws in workerd whereimport.meta.urlis undefined. SHA-256 hashing now uses WebCrypto directly,node:urlis imported statically like the other Node.js built-ins, and a bundle test fails if arequireshim ever reappears in the ESM bundle.