Skip to content

v0.8.1 — npm native loader ships

Latest

Choose a tag to compare

@ThibautMelen ThibautMelen released this 10 Jul 18:04

0.8.1 — 2026-07-10

Fixed

  • The npm native package ships its loadernative.js/native.d.ts
    are napi-generated and were gitignored; the publish job checks out fresh
    and never regenerates them, and npm silently drops missing files
    entries, so every fresh npm i @supernovae-st/qrcode-ai-scanner since
    0.5.0 failed at require time (Cannot find module './native.js') — the
    per-platform binaries were fine, the 300-byte loader was the hole. Caught
    by the first true fresh-consumer smoke. The generated pair is now
    committed (stable: it derives from binaryName+targets, not code) and
    npm pack proves the tarball. The wasm package was never affected.