@dzhechkov/memory 0.2.20 → 0.2.21

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
@@ -9,7 +9,7 @@
9
9
  },
10
10
  {
11
11
  "path": "README.md",
12
- "sha256": "9f48bf4e1b45d539be0478df0abeb43c10bffc6a8dc43a247d41a521254536da"
12
+ "sha256": "6ae2da1d09bbe9ce6e3742079d659690f5c505a39eb187806c5f5be4c2d3a7d4"
13
13
  },
14
14
  {
15
15
  "path": "dist/backend.d.ts",
@@ -173,7 +173,7 @@
173
173
  },
174
174
  {
175
175
  "path": "package.json",
176
- "sha256": "308ba5ec95c7f2403d52522c4a92e8aac51bd0c514a68517658b4906900bbcd3"
176
+ "sha256": "cd706c6ae1def0fd6e4bdb9c84e0d95239a24bda69eb8f70b47377189c26fc14"
177
177
  },
178
178
  {
179
179
  "path": "src/backend.ts",
@@ -217,5 +217,5 @@
217
217
  }
218
218
  ]
219
219
  },
220
- "signature": "s+Nrd0LXNPnN8qKkeIdScdM2meQp7ow1fvWUhRpYdepVas6CFzlxM4qwBBjrP6EnchUVqnu2lu856TFsRpQrBA=="
220
+ "signature": "HZbuFkEr2m7sCfqEpoQvK8RH++xeSYo2l+EYQ5O5ibJfg9WsL8gdFFSLJMu6iDgBcU4LkfJ8LXYxL7aPr+qbDQ=="
221
221
  }
package/README.md CHANGED
@@ -94,7 +94,7 @@ test/sqlite-backend.test.ts` покраснел; форму реестра пр
94
94
 
95
95
  ## Status
96
96
 
97
- `0.2.20` — a signature-only republish; `0.2.11` shipped with a stale manifest. No behaviour changes.
97
+ `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.
98
98
 
99
99
  `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
100
100
  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.20",
3
+ "version": "0.2.21",
4
4
  "description": "Harness memory layer - backend cascade, Reflexion feedback, and the host-memory bridge.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -26,6 +26,13 @@
26
26
  ".dz-manifest.json",
27
27
  "sbom.json"
28
28
  ],
29
+ "scripts": {
30
+ "build": "tsc -p tsconfig.json",
31
+ "test": "vitest run",
32
+ "test:watch": "vitest",
33
+ "typecheck": "tsc -p tsconfig.json --noEmit",
34
+ "lint": "tsc -p tsconfig.json --noEmit"
35
+ },
29
36
  "optionalDependencies": {
30
37
  "better-sqlite3": "^11.0.0"
31
38
  },
@@ -49,12 +56,5 @@
49
56
  "homepage": "https://github.com/djd1m/dz-harness/tree/main/packages/@dzhechkov/memory#readme",
50
57
  "bugs": {
51
58
  "url": "https://github.com/djd1m/dz-harness/issues"
52
- },
53
- "scripts": {
54
- "build": "tsc -p tsconfig.json",
55
- "test": "vitest run",
56
- "test:watch": "vitest",
57
- "typecheck": "tsc -p tsconfig.json --noEmit",
58
- "lint": "tsc -p tsconfig.json --noEmit"
59
59
  }
60
- }
60
+ }
package/sbom.json CHANGED
@@ -25,7 +25,7 @@
25
25
  "hashes": [
26
26
  {
27
27
  "alg": "SHA-256",
28
- "content": "9f48bf4e1b45d539be0478df0abeb43c10bffc6a8dc43a247d41a521254536da"
28
+ "content": "6ae2da1d09bbe9ce6e3742079d659690f5c505a39eb187806c5f5be4c2d3a7d4"
29
29
  }
30
30
  ]
31
31
  },
@@ -439,7 +439,7 @@
439
439
  },
440
440
  {
441
441
  "name": "dz:canonical-json-sha256-v2",
442
- "value": "308ba5ec95c7f2403d52522c4a92e8aac51bd0c514a68517658b4906900bbcd3"
442
+ "value": "cd706c6ae1def0fd6e4bdb9c84e0d95239a24bda69eb8f70b47377189c26fc14"
443
443
  }
444
444
  ]
445
445
  },