unum-cloud / usearch

Fast Open-Source Search & Clustering engine × for Vectors & 🔜 Strings × in C++, C, Python, JavaScript, Rust, Java, Objective-C, Swift, C#, GoLang, and Wolfram 🔍
https://unum-cloud.github.io/usearch/
Apache License 2.0
1.93k stars 109 forks source link

Support ES module import #351

Closed plurch closed 4 months ago

plurch commented 4 months ago

Enables importing like this:

import * as usearch from 'usearch'

https://nodejs.org/api/packages.html#conditional-exports

Without this fix I was seeing this error message:

Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in .../node_modules/usearch/package.json
ashvardanian commented 4 months ago

:tada: This PR is included in version 2.9.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: