@gmickel/gno 1.42.0 → 1.43.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/browser-extension/artifacts/{gno-browser-clipper-v1.42.0.zip → gno-browser-clipper-v1.43.0.zip} +0 -0
- package/browser-extension/artifacts/gno-browser-clipper-v1.43.0.zip.sha256 +1 -0
- package/browser-extension/dist/manifest.json +1 -1
- package/package.json +3 -1
- package/browser-extension/artifacts/gno-browser-clipper-v1.42.0.zip.sha256 +0 -1
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
c0ebec1aed09df105e0b8bacec38818b39b4173c25a0bdcaa6bd3a4774a2e548 gno-browser-clipper-v1.43.0.zip
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gmickel/gno",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.43.0",
|
|
4
4
|
"description": "Local semantic search for your documents. Index Markdown, PDF, and Office files with hybrid BM25 + vector search.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"embeddings",
|
|
@@ -79,6 +79,8 @@
|
|
|
79
79
|
"evals": "bun scripts/update-eval-scores.ts",
|
|
80
80
|
"eval": "bun --bun evalite",
|
|
81
81
|
"eval:hybrid": "bun --bun evalite evals/hybrid.eval.ts",
|
|
82
|
+
"eval:memory": "bun --bun evalite evals/memory.eval.ts --threshold 100",
|
|
83
|
+
"eval:memory:fixtures": "bun scripts/memory-eval-fixtures.ts",
|
|
82
84
|
"eval:hybrid:baseline": "bun scripts/hybrid-benchmark.ts --write",
|
|
83
85
|
"eval:hybrid:delta": "bun scripts/hybrid-benchmark.ts --delta",
|
|
84
86
|
"bench:ast-chunking": "bun scripts/ast-chunking-benchmark.ts",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
ec177daab101c5103251a566169c6c16abc667c61a17f1ca7a3c50e665a6896a gno-browser-clipper-v1.42.0.zip
|