fergiemcdowall / search-index

A persistent, network resilient, full text search library for the browser and Node.js
MIT License
1.38k stars 149 forks source link

Handle deprecation warning #584

Closed mistermoe closed 2 years ago

mistermoe commented 2 years ago

the lru-cache lib has deprecated the reset method in favor of clear. Using reset produces the following warning:

[LRU_CACHE_METHOD_reset] DeprecationWarning: The reset method is deprecated. Please use cache.clear() instead.
mistermoe commented 2 years ago

@fergiemcdowall got one more for ya.

fergiemcdowall commented 2 years ago

Nice fix @mistermoe - thanks👍🙂

fergiemcdowall commented 2 years ago

Will publish to npm ASAP