lambrohan / nestjs-meilisearch

Meilisearch module for nestjs applications.
https://www.npmjs.com/package/nestjs-meilisearch
MIT License
22 stars 7 forks source link

Module '"meilisearch"' has no exported member 'Document' #6

Closed lapwat closed 1 year ago

lapwat commented 1 year ago

Document type has been removed from meilisearch JS codebase in this PR.

We have this error when running the module.

Module '"meilisearch"' has no exported member 'Document'

Workaround in package.json:

"meilisearch": "^0.30.0",
"nestjs-meilisearch": "^2.1.2",