Skip to content

All types are imported from /types subpath

Latest

Choose a tag to compare

@RomainLanz RomainLanz released this 15 Jan 17:39
v0.3.1
59556a0

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.