Bugfixes
- Added / fixed some missing or incorrect exports from
zwave-js
:- The
CCAPI
type is now exported NODE_ID_BROADCAST
andNODE_ID_MAX
are now value exports- The
Endpoint
class is now exported - The
InterviewStage
enum is now exported
- The
- Several user-facing errors were converted from
Error
toZWaveError
in order to be consistent with other errors. - Warnings about insecure communication with a node because of missing security configuration are now emitted as
ZWaveError
s with codeZWaveErrorCodes.Controller_NodeInsecureCommunication
- Internal references to
@types/fs-extra
andjest
are no longer leaked, allowing users to consume this library withoutskipLibCheck
- Sent nonces are now transmitted using the
ACK
andAutoRoute
transmit options
Changes under the hood
SpyTransport
was moved to@zwave-js/testing
, a development-only testing package