You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(publish-ts): publish one bundled package with all .node binaries
The napi multi-package flow (create-npm-dir/artifacts/prepublish) is broken/fiddly in this CLI
version (create-npm-dir errors, prepublish needs pre-existing npm/ dirs). Pivot: bundle all 3
platform .node into the single main package; the generated index.js loads the right one per platform
via its local-file fallback (verified). files now includes *.node.
0 commit comments