Skip to content

v0.1.4 — Fix npm package structure

Latest

Choose a tag to compare

@AssetExpand2 AssetExpand2 released this 11 Feb 06:06
· 3 commits to main since this release

Fixed

  • Re-published npm package with correct multi-target dist/ layout
  • v0.1.3 was incorrectly published with single-target Node.js build only
  • npm install icl-runtime now correctly includes:
    • dist/nodejs/ — CommonJS + ESM wrapper
    • dist/bundler/ — ES modules for Vite/Webpack/Rollup
    • dist/web/ — Browser with async init()
  • Conditional exports work as designed

Full Changelog: v0.1.3...v0.1.4