Skip to content

v0.4.2

Choose a tag to compare

@ashenfad ashenfad released this 13 Jun 22:04
· 2 commits to main since this release

Publishes agex-ts 0.4.1.

agex-ts 0.4.1 — Patch

Resolve bare npm specifiers inside /helpers modules, not just action bodies. An import { createNoise2D } from 'simplex-noise' in a helper now routes through the host's namespace resolver (→ esm.sh in the studio), exactly like the same import in an action body. Previously the helper rewriter left unregistered bare imports untouched, so the surviving import statement threw the opaque "Cannot use import statement outside a module" at evaluation time — and npm packages worked in action bodies but not helpers.

Tag is the monotonic repo release counter; agex-ts is the only package changed in this release.