v6 is for Jennie June
- Node >= 22.19
- Zod >= 4.3.4
- TypeScript support can be provided optionally or loaded asynchronously via a new Integration factory.
// either
new Integration({
+ typescript
});
// or
- new Integration();
+ await Integration.create();Full Changelog: v5.3.0...v6.0.0