@dzhechkov/memory 0.2.13 → 0.2.14
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 +1 -1
- 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": "22466800d027dbf6573d3721d12dcccf244ec66787609ad3b5ab69846805b536"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"path": "dist/backend.d.ts",
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
159
|
"path": "package.json",
|
|
160
|
-
"sha256": "
|
|
160
|
+
"sha256": "4ef4c953943e00171373c5d33c4ad330ab37704552170a7903305037b30e8f5b"
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"path": "src/backend.ts",
|
|
@@ -197,5 +197,5 @@
|
|
|
197
197
|
}
|
|
198
198
|
]
|
|
199
199
|
},
|
|
200
|
-
"signature": "
|
|
200
|
+
"signature": "QA1zLC8Ylo3hPcolExDd0N+sR3g9CskjKwSIq0heVSUo5MmxtcJ0VgQUZQSLPG4vtwFufcDMSNocppQY5fa6Cw=="
|
|
201
201
|
}
|
package/README.md
CHANGED
|
@@ -50,7 +50,7 @@ are intentionally *not* hard dependencies — see
|
|
|
50
50
|
|
|
51
51
|
## Status
|
|
52
52
|
|
|
53
|
-
`0.2.
|
|
53
|
+
`0.2.14` — a signature-only republish; `0.2.11` shipped with a stale manifest. No behaviour changes.
|
|
54
54
|
|
|
55
55
|
`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
|
|
56
56
|
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": "22466800d027dbf6573d3721d12dcccf244ec66787609ad3b5ab69846805b536"
|
|
29
29
|
}
|
|
30
30
|
]
|
|
31
31
|
},
|
|
@@ -395,7 +395,7 @@
|
|
|
395
395
|
"hashes": [
|
|
396
396
|
{
|
|
397
397
|
"alg": "SHA-256",
|
|
398
|
-
"content": "
|
|
398
|
+
"content": "4ef4c953943e00171373c5d33c4ad330ab37704552170a7903305037b30e8f5b"
|
|
399
399
|
}
|
|
400
400
|
]
|
|
401
401
|
},
|