Skip to content

v0.5.3

Choose a tag to compare

@squiggler-app squiggler-app released this 27 May 11:33
· 4 commits to main since this release
976eec6

Patch Changes

  • #18 c1a5a6e Thanks @RostiMelk! - Fix slides-dev crashing on Cannot find module 'slides-dev.ts' when run from a published install.

    The shim used tsx to load slides-dev.ts at runtime, which works in this repo's source tree but fails for consumers — published packages ship only dist/, not src/. The shim now prefers the compiled dist/dev/bin/slides-dev.js when present (the published case) and falls back to the .ts source via tsx only when running from a dev checkout.