appbaseio / reactivesearch

Search UI components for React and Vue
https://opensource.appbase.io/reactivesearch
Apache License 2.0
4.89k stars 468 forks source link

Typescript definition files (.d.ts) not present on >3.34.3 #2043

Closed nwidynski closed 1 year ago

nwidynski commented 1 year ago

Issue Type: Bug + Enhancement

Platform: Web

Description: I'm trying to use the latest version of reactivesearch in a typescript project. Despite the documentation, and example provided in the docs, typescript definitions are not available.

Minimal reproduction of the problem with instructions:

  1. Step: npm install @appbaseio/reactivesearch@latest
  2. Step: Check the contents of node_modules/@appbaseio/
  3. Step: See that there are no .d.ts files available.

Reactivesearch version: >3.34.4

SavvyShah commented 1 year ago

Thanks for reporting the issue. It has been fixed. Could you upgrade to latest version(v3.38.1)?