@tpsdev-ai/flair-bench 0.29.0 → 0.30.0

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/dist/version.d.ts CHANGED
@@ -5,4 +5,4 @@
5
5
  * attribute edge cases in a published dist/ build. test/version-sync.test.ts
6
6
  * asserts this stays equal to package.json's "version" field.
7
7
  */
8
- export declare const TOOL_VERSION = "0.29.0";
8
+ export declare const TOOL_VERSION = "0.30.0";
package/dist/version.js CHANGED
@@ -5,4 +5,4 @@
5
5
  * attribute edge cases in a published dist/ build. test/version-sync.test.ts
6
6
  * asserts this stays equal to package.json's "version" field.
7
7
  */
8
- export const TOOL_VERSION = "0.29.0";
8
+ export const TOOL_VERSION = "0.30.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tpsdev-ai/flair-bench",
3
- "version": "0.29.0",
3
+ "version": "0.30.0",
4
4
  "description": "Standalone embedding recall benchmark for flair — run real recall numbers (p@3/MRR) against any GGUF embedding model, batch-compare, get a host-aware recommendation, and share redacted results. No flair install required.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",