v3.22.1
What's Changed
- Migrations by @cesarParra in #383
The previous version of Apex Reflection distributes a native binary for each OS. This was installed through a post install script when installing the npm library. But due to upcoming security updates by npm, post install scripts will be disabled by default. Due to the friction this will cause, the distribution method of this library now stops relying on that method, and instead distributes a WASM file as part of the bundle itself.
Full Changelog: v3.21.8...v3.22.1