@dzhechkov/memory 0.2.15 → 0.2.17

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "manifest": {
3
- "version": 1,
3
+ "version": 3,
4
4
  "pack": "memory",
5
5
  "files": [
6
6
  {
@@ -9,7 +9,7 @@
9
9
  },
10
10
  {
11
11
  "path": "README.md",
12
- "sha256": "1692ac688f5fa21299ce6813d25c61cf1c81ab9d0890f84c1e11725d1053b72b"
12
+ "sha256": "a6038888d9a9d5311acd5d14934bbe0982bc91e78997e6251df475d680b882ab"
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": "e286f9cc082f8e5d2d6620792eb89cc99c3debdc12f14cfd002d60cf74717835"
160
+ "sha256": "3c0858dc07775a7977d025c31e9166916295bedbdf9c127a80c5a9704487d8e1"
161
161
  },
162
162
  {
163
163
  "path": "src/backend.ts",
@@ -197,5 +197,5 @@
197
197
  }
198
198
  ]
199
199
  },
200
- "signature": "wVmTGC0/TRj5wmHDj21BhRBE0xu8BkrJ9MJAaQcnvMZsnM28mx9NICRukqJbbQzUt3kznayR6Jhvcu29JS/BCw=="
200
+ "signature": "o1+G6mXo+uHlnoPjNcEKTfsdV49e6QjDwdaM35PuBEuSSBG96S6s5WCP1xaCULAdKUxUbzkLrJiMMqIqaAvxBA=="
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.15` — a signature-only republish; `0.2.11` shipped with a stale manifest. No behaviour changes.
53
+ `0.2.17` — 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.15",
3
+ "version": "0.2.17",
4
4
  "description": "Harness memory layer - backend cascade, Reflexion feedback, and the host-memory bridge.",
5
5
  "type": "module",
6
6
  "license": "MIT",
package/sbom.json CHANGED
@@ -25,7 +25,7 @@
25
25
  "hashes": [
26
26
  {
27
27
  "alg": "SHA-256",
28
- "content": "1692ac688f5fa21299ce6813d25c61cf1c81ab9d0890f84c1e11725d1053b72b"
28
+ "content": "a6038888d9a9d5311acd5d14934bbe0982bc91e78997e6251df475d680b882ab"
29
29
  }
30
30
  ]
31
31
  },
@@ -392,10 +392,14 @@
392
392
  {
393
393
  "type": "file",
394
394
  "name": "package.json",
395
- "hashes": [
395
+ "properties": [
396
396
  {
397
- "alg": "SHA-256",
398
- "content": "e286f9cc082f8e5d2d6620792eb89cc99c3debdc12f14cfd002d60cf74717835"
397
+ "name": "dz:digest-basis",
398
+ "value": "package-json-ordered-conditions-v2"
399
+ },
400
+ {
401
+ "name": "dz:canonical-json-sha256-v2",
402
+ "value": "3c0858dc07775a7977d025c31e9166916295bedbdf9c127a80c5a9704487d8e1"
399
403
  }
400
404
  ]
401
405
  },