Openhab-js npm releases

I’ve installed the openhab-js library with the custom installation method via npm. Noting the latest breaking changes to use the itemConfig object in addItem(...) and updateItem(...), I prefer writing my rules in the new style.

Is there a release schedule or similar when the changes will be published to npm and available for use?

Best,
C.

The breaking changes in addItem(…) and updateItem(…) should have been published with version 1.2.3, a few days after your post.

Regarding the release schedule: The JavaScript library maintainers (I am one of them) are currently thinking of a release schedule, but discussions are not completed yet.
One thing is sure: We will publish a new version before the next openHAB stable version is published.