hama on-device NLP
← Back to blog

3/16/2026

[Release] hama v1.3.7: Browser exports

Version 1.3.7 aligns Python and TypeScript on the same release number and fixes the published browser export map in hama-js.

  • Aligned Python hama and TypeScript hama-js on version 1.3.7 for cross-runtime release parity.
  • Fixed hama-js browser export targets for:
    • hama-js/browser
    • hama-js/g2p/browser
    • hama-js/asr/browser
  • Browser package exports now point at dist/browser/browser.js instead of the nonexistent dist/browser/index.js.
  • Python package behavior is unchanged in this release; the Python change is version alignment only.