js
js copied to clipboard
[Bug]: Latest build (2.5.5-0) currently broken
Hardware
Not Applicable
Connection Type
HTTP
Firmware Version
NA
Description
Latest 2.5.5-0 release is curently failing to work within the host application as the exported module doesn't exist. Please see screenshot. I think the mechanism to generate the TS file is broken.
Relevant console output
No response
The exact same issue affects current (2.5.9-2) version - it's impossible to use the package, due to node trying to load index.ts files, whereas the dist contains only index.d.ts, index.js and index.js.map.
Manually adjusting the paths in package.json does the trick, though it's not something one could do in CI easily.