Releases: n-car/rpc-node-toolkit
Releases · n-car/rpc-node-toolkit
Release list
rpc-node-toolkit 0.1.4
Added
- Packaged TypeScript and runtime consumer tests for ESM and CommonJS.
- Tarball validation with publint and Are the Types Wrong in CI and before publication.
- Compatibility documentation for Node.js and TypeScript consumers.
Fixed
- Corrected the constructable CommonJS root declaration and all named exports.
- Added a dedicated /safe declaration and made its named exports visible to Node.js ESM.
- Preserved all existing runtime identities and the 13 public properties.
npm package
- rpc-node-toolkit 0.1.4
rpc-node-toolkit 0.1.3
Patch release focused on examples and package onboarding.\n\nChanges:\n- Added runnable examples for batch requests, notifications, schema validation, and Safe Mode round-trips.\n- Added npm example scripts.\n- Clarified JavaScript package selection in the README.\n\nNo public API changes.