@devisfuture/mega-collection 2.0.2 → 2.0.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 +1 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,11 +6,7 @@
6
6
 
7
7
  If this package saved you some time, a ⭐ on GitHub would be much appreciated.
8
8
 
9
- # @devisfuture/mega-collection
10
-
11
- > Tools to search, filter, and sort large arrays in JavaScript / TypeScript.
12
-
13
- ## Navigation
9
+ ## Table of Contents
14
10
 
15
11
  - [What does this package solve](#what-does-this-package-solve) – what problem this package helps with
16
12
  - [Features](#features) – what the package can do
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devisfuture/mega-collection",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "High-performance search, filter & sort engine for 100K+ item collections in JavaScript/TypeScript",
5
5
  "exports": {
6
6
  ".": {