Breaking Change (patch due to 0.3.0 being released < 10 minutes ago)
Types are no longer exported from the main entry point. Import them from the /types subpath instead:
- import type { AdapterFactory } from '@boringnode/queue'
+ import type { AdapterFactory } from '@boringnode/queue/types'Also added missing type exports: AdapterFactory, DispatchManyResult, JobRecord, JobRetention, JobStatus.