@devisfuture/mega-collection 2.5.1 → 2.5.2

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -155,7 +155,7 @@ These fields are used for indexes.
155
155
  Indexes are built lazily on first use inside that shared state, so engine creation stays fast.
156
156
  If you skip `fields`, everything still works, but the engine may scan the full array.
157
157
 
158
- ### Import
158
+ ### Important
159
159
 
160
160
  This section demonstrates extracting the final result after chained `search`, `sort`, and `filter` calls. Engine methods return an iterable/array-like result that may be evaluated, which enables convenient chaining.
161
161
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devisfuture/mega-collection",
3
- "version": "2.5.1",
3
+ "version": "2.5.2",
4
4
  "description": "High-performance search, filter & sort engine for 100K+ item collections in JavaScript/TypeScript",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {