@devisfuture/mega-collection 2.4.2 → 2.4.3

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.
Files changed (2) hide show
  1. package/README.md +0 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,7 +9,6 @@ If this package saved you some time, a ⭐ on GitHub would be much appreciated.
9
9
  ## Table of Contents
10
10
 
11
11
  - [What does this package solve](#what-does-this-package-solve) – what problem this package helps with
12
- - [Features](#features) – what the package can do
13
12
  - [How it works](#how-it-works) – plain-English explanation of how each engine works internally
14
13
  - [Benchmarks](#benchmarks) – performance numbers and how to run them
15
14
  - [React demo](#react-demo) – example project and live demo
@@ -33,8 +32,6 @@ If this package saved you some time, a ⭐ on GitHub would be much appreciated.
33
32
  - [`TextSearchEngine<T>`](#textsearchenginet-search-module) – engine for text search
34
33
  - [`FilterEngine<T>`](#filterenginet-filter-module) – engine for filtering
35
34
  - [`SortEngine<T>`](#sortenginet-sort-module) – engine for sorting
36
- - [Types](#types) – TypeScript types you can import
37
- - [Build](#build) – commands for build and development
38
35
  - [Contributing](#contributing) – contribution rules
39
36
  - [Security](#security) – security policy
40
37
  - [License](#license) – license information
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devisfuture/mega-collection",
3
- "version": "2.4.2",
3
+ "version": "2.4.3",
4
4
  "description": "High-performance search, filter & sort engine for 100K+ item collections in JavaScript/TypeScript",
5
5
  "exports": {
6
6
  ".": {