@dzhechkov/memory 0.2.22 → 0.2.23
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/.dz-manifest.json +3 -3
- package/README.md +2 -2
- package/package.json +1 -1
- package/sbom.json +2 -2
package/.dz-manifest.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
11
|
"path": "README.md",
|
|
12
|
-
"sha256": "
|
|
12
|
+
"sha256": "e8c8db201cbcf2c7bbb7a4c577a9b53a77df09b84545a3883543b4bc1304281f"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"path": "dist/backend.d.ts",
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
"path": "package.json",
|
|
192
|
-
"sha256": "
|
|
192
|
+
"sha256": "dca75c7cf3545b17ccdefd71edf672c08b535045d8b767ab09fa172f87d249f5"
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
195
|
"path": "src/backend.ts",
|
|
@@ -237,5 +237,5 @@
|
|
|
237
237
|
}
|
|
238
238
|
]
|
|
239
239
|
},
|
|
240
|
-
"signature": "
|
|
240
|
+
"signature": "XVCn/0cmEKX2fDNZa5wIC67kw1KYGpxTqAMJee15khIJEgIAqL01m34QBfQKeEks64wRz3jAMgXFbS5Nilu0Ag=="
|
|
241
241
|
}
|
package/README.md
CHANGED
|
@@ -146,9 +146,9 @@ test/sqlite-backend.test.ts test/short-terms.test.ts` покраснел; фор
|
|
|
146
146
|
|
|
147
147
|
## Status
|
|
148
148
|
|
|
149
|
-
`0.2.
|
|
149
|
+
`0.2.23` — ONE shared `tokenize()` (`src/tokenize.ts`) for both backends: no length floor (one-character terms are searchable), Latin-only diacritic folding measured against FTS5 `unicode61 remove_diacritics=1` (one combining mark folds; two marks, Cyrillic `й`/`ё` do not), `hasSearchableTerms` / `noSearchableTermsReason` exported, a query that tokenizes to nothing returns `[]` (feature recall-short-terms, 2026-09-15; `@dzhechkov/harness-core` ≥ 0.8.35 re-exports the reason helper).
|
|
150
150
|
|
|
151
|
-
`0.2.
|
|
151
|
+
`0.2.21` — ships `openSqliteReadOnly` (read-only opener ladder: in-place → tmp copy → honest error; feature store-readonly-reads, 2026-09-12) — the export `@dzhechkov/harness-core` ≥ 0.8.31 imports; `0.2.19` was a signature-only republish; `0.2.11` shipped with a stale manifest.
|
|
152
152
|
|
|
153
153
|
`0.2.11` — a query that matched nothing returns nothing (see above). `0.2.10` — the lexical tokenizer is Unicode-aware. It split on `[^a-z0-9]+`, so every non-Latin letter
|
|
154
154
|
was a separator and a Cyrillic query produced **zero terms**: the FTS5 branch was skipped, relevance
|
package/package.json
CHANGED
package/sbom.json
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"hashes": [
|
|
26
26
|
{
|
|
27
27
|
"alg": "SHA-256",
|
|
28
|
-
"content": "
|
|
28
|
+
"content": "e8c8db201cbcf2c7bbb7a4c577a9b53a77df09b84545a3883543b4bc1304281f"
|
|
29
29
|
}
|
|
30
30
|
]
|
|
31
31
|
},
|
|
@@ -479,7 +479,7 @@
|
|
|
479
479
|
},
|
|
480
480
|
{
|
|
481
481
|
"name": "dz:canonical-json-sha256-v2",
|
|
482
|
-
"value": "
|
|
482
|
+
"value": "dca75c7cf3545b17ccdefd71edf672c08b535045d8b767ab09fa172f87d249f5"
|
|
483
483
|
}
|
|
484
484
|
]
|
|
485
485
|
},
|