13.5.0
What's Changed
- New: Added CLI commands under projects:
list-schedules,create-schedule, andget-schedulefor managing project schedules. - Packaging/build: Updated packaging to support explicit ESM/CJS outputs with exports. main now points to dist/index.cjs, module to dist/index.js, and exports include type and entry-point mappings. This enables better compatibility for both ESM and CommonJS users.
Full Changelog: 13.4.0...13.5.0