Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
1377: Export Task and EnqueuedTask r=bidoubiwa a=bidoubiwa

As per meilisearch#1343 Task and EnqueuedTask became classes but are not exported publically.  See issue meilisearch#1373 

In this PR, the new classes Task and EnqueuedTask are exported and importable by users of the package

Co-authored-by: Charlotte Vermandel <[email protected]>
  • Loading branch information
meili-bors[bot] and bidoubiwa authored Nov 3, 2022
2 parents f29fa0f + 03d0928 commit 58b237d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
export * from './types'
export * from './errors'
export * from './indexes'
export * from './enqueued-task'
export * from './task'
import { MeiliSearch } from './clients/node-client'

export { MeiliSearch }
Expand Down

0 comments on commit 58b237d

Please sign in to comment.