@dzhechkov/memory 0.2.17 → 0.2.19
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 +6 -3
- 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": "181ebe32f45a413af10268ebd958c8d553fcc7b2019da63816bcf6515615b303"
|
|
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": "7a8dd2d7096e52f1f96317a019282bd5777ef5ece3ae3b76329e45ec2e4254e3"
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"path": "src/backend.ts",
|
|
@@ -197,5 +197,5 @@
|
|
|
197
197
|
}
|
|
198
198
|
]
|
|
199
199
|
},
|
|
200
|
-
"signature": "
|
|
200
|
+
"signature": "g6hBLxKR+FbD/0InLnNKcRLnJneki2fsFHoCwms8901MOnR9WmrEQKwVEkMD1+xYMJJGenhVxdbcDwvwqU4YBQ=="
|
|
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.19` — 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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dzhechkov/memory",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.19",
|
|
4
4
|
"description": "Harness memory layer - backend cascade, Reflexion feedback, and the host-memory bridge.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -43,10 +43,13 @@
|
|
|
43
43
|
},
|
|
44
44
|
"repository": {
|
|
45
45
|
"type": "git",
|
|
46
|
-
"url": "https://github.com/djd1m/dz-harness
|
|
46
|
+
"url": "git+https://github.com/djd1m/dz-harness.git",
|
|
47
47
|
"directory": "packages/@dzhechkov/memory"
|
|
48
48
|
},
|
|
49
|
-
"homepage": "https://github.com/djd1m/dz-harness
|
|
49
|
+
"homepage": "https://github.com/djd1m/dz-harness/tree/main/packages/@dzhechkov/memory#readme",
|
|
50
|
+
"bugs": {
|
|
51
|
+
"url": "https://github.com/djd1m/dz-harness/issues"
|
|
52
|
+
},
|
|
50
53
|
"scripts": {
|
|
51
54
|
"build": "tsc -p tsconfig.json",
|
|
52
55
|
"test": "vitest run",
|
package/sbom.json
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"hashes": [
|
|
26
26
|
{
|
|
27
27
|
"alg": "SHA-256",
|
|
28
|
-
"content": "
|
|
28
|
+
"content": "181ebe32f45a413af10268ebd958c8d553fcc7b2019da63816bcf6515615b303"
|
|
29
29
|
}
|
|
30
30
|
]
|
|
31
31
|
},
|
|
@@ -399,7 +399,7 @@
|
|
|
399
399
|
},
|
|
400
400
|
{
|
|
401
401
|
"name": "dz:canonical-json-sha256-v2",
|
|
402
|
-
"value": "
|
|
402
|
+
"value": "7a8dd2d7096e52f1f96317a019282bd5777ef5ece3ae3b76329e45ec2e4254e3"
|
|
403
403
|
}
|
|
404
404
|
]
|
|
405
405
|
},
|