v1.9.1
Ironclad/rivetv1.9.1Oct 16, 2023by abrenneke
AI Summary
This is a minor patch release (v1.9.1) for Ironclad/rivet that addresses a bug fix and makes a configuration change. The release fixes an issue where the bundle was not correctly aliasing ESM modules like `lodash-es` to their CommonJS counterpart `lodash` when requiring rivet-node.
Key Highlights
- Fixed module aliasing issue where ESM modules like `lodash-es` were not being aliased to `lodash` correctly
- Turned off caching on ReadDirectoryNode
Full Release Notes
## Changes - Turned off caching on ReadDirectoryNode ## Bug Fixes - Fix `require`ing rivet-node, bundle was not aliasing esm modules like `lodash-es` to `lodash` correctly.