dedsession 4.8.2 → 4.8.3

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ import { execFile } from "child_process";
9
9
  // КОНФИГУРАЦИЯ
10
10
  // ============================================================================
11
11
  const CONFIG = {
12
- VERSION: "4.8.2",
12
+ VERSION: "4.8.3",
13
13
  // v3.1: числовая версия схемы памяти. Растёт при изменении структуры memory/*.json.
14
14
  // context_quick сравнивает её с index.schemaVersion и тихо до-мигрирует один раз на репо.
15
15
  SCHEMA_VERSION: 4,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dedsession",
3
- "version": "4.8.2",
3
+ "version": "4.8.3",
4
4
  "description": "MCP server with Memory System v3.1 - Project Digest, schema auto-migration, sparse detailed save, faster save",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",