v0.16.7
ConduitPlatform/Conduitv0.16.7Jul 3, 2024by kkopanidis
AI Summary
This is a minor patch release (v0.16.7) that focuses on improving CommonJS (CJS) compatibility in the grpc-sdk. The single change involves refactoring the SDK to use full named exports instead of default exports.
Key Highlights
- Refactored grpc-sdk to use full named exports for improved CJS compatibility
- Single PR change from contributor @kkopanidis
Full Release Notes
## What's Changed * refactor(grpc-sdk): switch to full named exports for cjs compatibility by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1090 **Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.16.6...v0.16.7