@stll/text-search 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -150,4 +150,4 @@ declare class TextSearch {
150
150
  }
151
151
  //#endregion
152
152
  export { type Match, type PatternEntry, TextSearch, type TextSearchOptions };
153
- //# sourceMappingURL=index-BIQ38WSF.d.ts.map
153
+ //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stll/text-search",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Multi-engine text search orchestrator. Routes patterns to optimal engines: Aho-Corasick, RegexSet, or FuzzySearch.",
5
5
  "keywords": [
6
6
  "text-search",