@yoch/frozenminisearch 1.2.2 → 1.2.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoch/frozenminisearch",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "description": "Read-only Node.js full-text search — compact frozen indexes and binary snapshots",
5
5
  "main": "dist/cjs/index.cjs",
6
6
  "module": "dist/es/index.js",
@@ -127,6 +127,8 @@
127
127
  "benchmark:diff": "node --expose-gc benchmarks/diffBaseline.js",
128
128
  "benchmark:diff:run": "npm run build && node --expose-gc benchmarks/diffBaseline.js --run",
129
129
  "benchmark:targeted": "npm run build && node --expose-gc benchmarks/scripts/targeted-failures.mjs",
130
+ "benchmark:finalize": "npm run build && node --expose-gc benchmarks/scripts/finalize-search.mjs",
131
+ "benchmark:autosuggest": "npm run build && node --expose-gc benchmarks/scripts/autosuggest-search.mjs",
130
132
  "benchmark:targeted:compare": "node benchmarks/scripts/targeted-failures.mjs --compare",
131
133
  "benchmark:history:analyze": "node benchmarks/scripts/analyze-history.mjs",
132
134
  "benchmark:history:vs-mutable": "node benchmarks/scripts/analyze-history.mjs --vs-mutable",