From f8fee5a511bb576fb3ca5d1724e1187c2b8fb9dc Mon Sep 17 00:00:00 2001 From: gritschf Date: Tue, 30 Jul 2019 11:05:00 +0200 Subject: [PATCH] fix generics on SearchResults, add info method and add without 'id' --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 482c0e8..d8e7701 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flexsearch", - "version": "0.6.30", + "version": "0.6.31", "description": "Next-Generation full text search library with zero dependencies.", "homepage": "https://github.com/nextapps-de/flexsearch/", "author": "Thomas Wilkerling",