@devisfuture/mega-collection 1.0.3 → 1.0.7

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 +5 -6
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,11 +2,11 @@
2
2
  <img src="./illustration.png" alt="electron-modular illustration" width="640" />
3
3
  </p>
4
4
 
5
- [![codecov](https://codecov.io/gh/trae-op/mega-collection/graph/badge.svg?token=MZHSKKPV79)](https://codecov.io/gh/trae-op/mega-collection) [![TypeScript](https://img.shields.io/badge/TypeScript-%233178C6.svg?style=flat&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
5
+ [![codecov](https://codecov.io/gh/trae-op/mega-collection/branch/main/graph/badge.svg?token=MZHSKKPV79)](https://codecov.io/gh/trae-op/mega-collection) [![TypeScript](https://img.shields.io/badge/TypeScript-%233178C6.svg?style=flat&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
6
6
 
7
7
  # @devisfuture/mega-collection
8
8
 
9
- > Search, filter & sort engine for **50 K+** item collections in JavaScript / TypeScript.
9
+ > Search, filter & sort engine for **100K+** item collections in JavaScript / TypeScript.
10
10
 
11
11
  What does this package solve?
12
12
 
@@ -31,12 +31,11 @@ you only pull in `TextSearchEngine` the filter and sort logic won’t be include
31
31
 
32
32
  ## React demo
33
33
 
34
- A small repository demonstrates using `@devisfuture/mega-collection` in a React project:
35
-
36
- https://github.com/trae-op/quick-start_react_mega-collection
37
-
34
+ A small [repository](https://github.com/trae-op/quick-start_react_mega-collection) demonstrates using `@devisfuture/mega-collection` in a React project.
38
35
  The example shows search, filter, sort and merge all modules setups with a minimal UI.
39
36
 
37
+ A live build of the React app is available at [demo](https://trae-op.github.io/quick-start_react_mega-collection/), showcasing how the package works in a real application.
38
+
40
39
  ## Install
41
40
 
42
41
  ```bash
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@devisfuture/mega-collection",
3
- "version": "1.0.3",
4
- "description": "High-performance search, filter & sort engine for 10M+ item collections in JavaScript/TypeScript",
3
+ "version": "1.0.7",
4
+ "description": "High-performance search, filter & sort engine for 100K+ item collections in JavaScript/TypeScript",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./dist/index.d.mts",