js icon indicating copy to clipboard operation
js copied to clipboard

[Bug]: Latest build (2.5.5-0) currently broken

Open drewzh opened this issue 1 year ago • 1 comments

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.

Screenshot 2024-10-08 at 11 28 58

Relevant console output

No response

drewzh avatar Oct 08 '24 10:10 drewzh

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.

bsacharski avatar Dec 18 '24 19:12 bsacharski