dsh-data-quality 0.3.9 → 0.3.10

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/CHANGELOG.md CHANGED
@@ -5,6 +5,17 @@ All notable changes to this project are documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.3.10] - 2026-09-12
9
+
10
+ ### Changed
11
+
12
+ - Rename the four translated READMEs to `README-<lang>.md`. npm selects the package-page readme as the first markdown file matching its `{README,README.*}` glob (`@npmcli/package-json`, publish path), and that glob order puts `README.<lang>.md` ahead of `README.md` — so npm was serving the Simplified-Chinese file for this package too (measured on 15/15 sampled packages of the family). The new names sit outside the glob, so the English source is served again. No content changed apart from the language-switcher link each translation holds to its siblings, and the repo readme gate still passes. Takes effect with the next release; an already-published version cannot gain a corrected readme retroactively.
13
+ - Pin the `@deepseek-ai/dsh-*` dev/test dependencies to the published `0.1.5-rc.2` line and record `0.1.5-rc.2` in `dshWorkshop.compatibility.dshVersions`; the monthly Compat workflow now runs against `0.1.5-rc.2`. The peer range `>=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0` is unchanged, so no supported host line is dropped.
14
+
15
+ ### Fixed
16
+
17
+ - The release workflow claimed provenance but never passed the flag: it runs `npm publish --access public`, and npm only attests a token-based publish when `--provenance` is given explicitly. The publish step is now `npm publish --access public --provenance`, matching the rest of the family. Takes effect from the next release; an already-published version cannot gain attestations retroactively.
18
+
8
19
  ## [0.3.9] - 2026-09-10
9
20
 
10
21
  ### Changed
@@ -5,14 +5,14 @@
5
5
 
6
6
  Todo el cálculo es TypeScript puro dentro del proceso del harness — el modelo nunca hace las cuentas. Una costura de capacidad `ctx.dataQuality` (Service Definition / Provider local / Consumers de herramientas) expone tres herramientas para el modelo más un contrato congelado de verificación de citas entre plugins.
7
7
 
8
- [English](README.md) · [简体中文](README.zh.md) · [Español](README.es.md) · [Português](README.pt.md) · [हिन्दी](README.hi.md)
8
+ [English](README.md) · [简体中文](README-zh.md) · [Español](README-es.md) · [Português](README-pt.md) · [हिन्दी](README-hi.md)
9
9
  [![dsh-doctor](https://raw.githubusercontent.com/PerryLink/dsh-plugin-doctor/main/badges/PerryLink__dsh-data-quality.svg)](https://github.com/PerryLink/dsh-plugin-doctor#verified-徽章)
10
10
 
11
11
  ## Compatibility
12
12
 
13
13
  | Componente | Versión |
14
14
  |---|---|
15
- | DeepSeek Harness | `dsh-v0.1.5-rc.1` (adaptado el 2026-09-10): el sobre de sesión conserva su campo ignorable solo para compatibilidad de lectura de logs almacenados - Session.append aún no puede estamparlo, por lo que el comportamiento de la puerta no cambia. Verificado el 2026-09-10 contra el master checkout dsh-v0.1.5-rc.1 (cadena completa de puertas + smoke de instalación de perfil). |
15
+ | DeepSeek Harness | `dsh-v0.1.5-rc.2` (adaptado el 2026-09-10): el sobre de sesión conserva su campo ignorable solo para compatibilidad de lectura de logs almacenados - Session.append aún no puede estamparlo, por lo que el comportamiento de la puerta no cambia. Verificado el 2026-09-11 contra el master checkout dsh-v0.1.5-rc.2 (cadena completa de puertas + smoke de instalación de perfil). |
16
16
  | Node.js | `^22.19.0 \|\| >=24.0.0` |
17
17
  | Gestor de paquetes | `pnpm@11.7.0` |
18
18
  | Plataforma | Windows / macOS / Linux (plugin solo de host) |
@@ -169,7 +169,7 @@ pnpm run typecheck && pnpm run typecheck:ci && pnpm test && pnpm run build
169
169
  pnpm run verify:self-contained && pnpm run verify:artifacts && pnpm run verify:readme-sync && pnpm pack
170
170
  ```
171
171
 
172
- - Las pruebas ejecutan vitest contra los `Context`/`Session`/`ToolRuntime`/dominio de almacenamiento REALES de los peers 0.1.5-rc.1 (sin mocks de servicios escritos a mano) más specs de motor puros; cada regla de limpieza/verificación tiene casos positivos y negativos, y `verifyCitations` cubre los cuatro estados.
172
+ - Las pruebas ejecutan vitest contra los `Context`/`Session`/`ToolRuntime`/dominio de almacenamiento REALES de los peers 0.1.5-rc.2 (sin mocks de servicios escritos a mano) más specs de motor puros; cada regla de limpieza/verificación tiene casos positivos y negativos, y `verifyCitations` cubre los cuatro estados.
173
173
  - `scripts/loader-runner.mjs` arranca la composición real del Loader y ejecuta la cadena perfilar → limpiar → verificar contra `fixtures/` sin clave de API.
174
174
  - Release: `node scripts/release.mjs <x.y.z>` (nunca hace push; el tag dispara `release.yml`).
175
175
 
@@ -5,14 +5,14 @@
5
5
 
6
6
  सारी गणना harness प्रक्रिया के अंदर शुद्ध TypeScript है — मॉडल कभी हिसाब नहीं करता। `ctx.dataQuality` क्षमता सीम (Service Definition / लोकल Provider / टूल Consumer) तीन मॉडल टूल और एक जमे हुए क्रॉस-प्लगिन उद्धरण सत्यापन अनुबंध को उजागर करती है।
7
7
 
8
- [English](README.md) · [简体中文](README.zh.md) · [Español](README.es.md) · [Português](README.pt.md) · [हिन्दी](README.hi.md)
8
+ [English](README.md) · [简体中文](README-zh.md) · [Español](README-es.md) · [Português](README-pt.md) · [हिन्दी](README-hi.md)
9
9
  [![dsh-doctor](https://raw.githubusercontent.com/PerryLink/dsh-plugin-doctor/main/badges/PerryLink__dsh-data-quality.svg)](https://github.com/PerryLink/dsh-plugin-doctor#verified-徽章)
10
10
 
11
11
  ## Compatibility
12
12
 
13
13
  | घटक | संस्करण |
14
14
  |---|---|
15
- | DeepSeek Harness | `dsh-v0.1.5-rc.1` (2026-09-10 को अनुकूलित): सत्र लिफ़ाफ़ा अपना ignorable फ़ील्ड केवल संग्रहीत-लॉग पठन संगतता के लिए रखता है - Session.append अभी भी इसे स्टैम्प नहीं कर सकता, इसलिए गेट व्यवहार अपरिवर्तित है। 2026-09-10 को dsh-v0.1.5-rc.1 master checkout के विरुद्ध सत्यापित (पूर्ण गेट श्रृंखला + प्रोफ़ाइल इंस्टॉल स्मोक)। |
15
+ | DeepSeek Harness | `dsh-v0.1.5-rc.2` (2026-09-10 को अनुकूलित): सत्र लिफ़ाफ़ा अपना ignorable फ़ील्ड केवल संग्रहीत-लॉग पठन संगतता के लिए रखता है - Session.append अभी भी इसे स्टैम्प नहीं कर सकता, इसलिए गेट व्यवहार अपरिवर्तित है। 2026-09-11 को dsh-v0.1.5-rc.2 master checkout के विरुद्ध सत्यापित (पूर्ण गेट श्रृंखला + प्रोफ़ाइल इंस्टॉल स्मोक)। |
16
16
  | Node.js | `^22.19.0 \|\| >=24.0.0` |
17
17
  | पैकेज मैनेजर | `pnpm@11.7.0` |
18
18
  | प्लेटफ़ॉर्म | Windows / macOS / Linux (केवल होस्ट प्लगिन) |
@@ -169,7 +169,7 @@ pnpm run typecheck && pnpm run typecheck:ci && pnpm test && pnpm run build
169
169
  pnpm run verify:self-contained && pnpm run verify:artifacts && pnpm run verify:readme-sync && pnpm pack
170
170
  ```
171
171
 
172
- - टेस्ट 0.1.5-rc.1 peers के वास्तविक `Context`/`Session`/`ToolRuntime`/स्टोरेज डोमेन के विरुद्ध vitest चलाते हैं (हाथ से लिखे सेवा mock नहीं) और शुद्ध इंजन specs; हर क्लीन/सत्यापन नियम के सकारात्मक और नकारात्मक केस हैं, और `verifyCitations` चारों स्थितियों को कवर करता है।
172
+ - टेस्ट 0.1.5-rc.2 peers के वास्तविक `Context`/`Session`/`ToolRuntime`/स्टोरेज डोमेन के विरुद्ध vitest चलाते हैं (हाथ से लिखे सेवा mock नहीं) और शुद्ध इंजन specs; हर क्लीन/सत्यापन नियम के सकारात्मक और नकारात्मक केस हैं, और `verifyCitations` चारों स्थितियों को कवर करता है।
173
173
  - `scripts/loader-runner.mjs` वास्तविक Loader संयोजन बूट करता है और API कुंजी के बिना `fixtures/` पर प्रोफ़ाइल → क्लीन → सत्यापन श्रृंखला चलाता है।
174
174
  - रिलीज़: `node scripts/release.mjs <x.y.z>` (कभी push नहीं; टैग `release.yml` ट्रिगर करता है)।
175
175
 
@@ -5,14 +5,14 @@
5
5
 
6
6
  Todo o cálculo é TypeScript puro no processo do harness — o modelo nunca faz as contas. Uma costura de capacidade `ctx.dataQuality` (Service Definition / Provider local / Consumers de ferramentas) expõe três ferramentas para o modelo mais um contrato congelado de verificação de citações entre plugins.
7
7
 
8
- [English](README.md) · [简体中文](README.zh.md) · [Español](README.es.md) · [Português](README.pt.md) · [हिन्दी](README.hi.md)
8
+ [English](README.md) · [简体中文](README-zh.md) · [Español](README-es.md) · [Português](README-pt.md) · [हिन्दी](README-hi.md)
9
9
  [![dsh-doctor](https://raw.githubusercontent.com/PerryLink/dsh-plugin-doctor/main/badges/PerryLink__dsh-data-quality.svg)](https://github.com/PerryLink/dsh-plugin-doctor#verified-徽章)
10
10
 
11
11
  ## Compatibility
12
12
 
13
13
  | Componente | Versão |
14
14
  |---|---|
15
- | DeepSeek Harness | `dsh-v0.1.5-rc.1` (adaptado em 2026-09-10): o envelope de sessão mantém seu campo ignorable apenas para compatibilidade de leitura de logs armazenados - o Session.append ainda não consegue estampá-lo, então o comportamento da porta não muda. Verificado em 2026-09-10 contra o checkout master dsh-v0.1.5-rc.1 (cadeia completa de portas + smoke de instalação de perfil). |
15
+ | DeepSeek Harness | `dsh-v0.1.5-rc.2` (adaptado em 2026-09-10): o envelope de sessão mantém seu campo ignorable apenas para compatibilidade de leitura de logs armazenados - o Session.append ainda não consegue estampá-lo, então o comportamento da porta não muda. Verificado em 2026-09-11 contra o checkout master dsh-v0.1.5-rc.2 (cadeia completa de portas + smoke de instalação de perfil). |
16
16
  | Node.js | `^22.19.0 \|\| >=24.0.0` |
17
17
  | Gerenciador de pacotes | `pnpm@11.7.0` |
18
18
  | Plataforma | Windows / macOS / Linux (plugin apenas de host) |
@@ -169,7 +169,7 @@ pnpm run typecheck && pnpm run typecheck:ci && pnpm test && pnpm run build
169
169
  pnpm run verify:self-contained && pnpm run verify:artifacts && pnpm run verify:readme-sync && pnpm pack
170
170
  ```
171
171
 
172
- - Os testes correm vitest contra os `Context`/`Session`/`ToolRuntime`/domínio de armazenamento REAIS dos peers 0.1.5-rc.1 (sem mocks de serviços escritos à mão) mais specs de motores puros; cada regra de limpeza/verificação tem casos positivos e negativos, e `verifyCitations` cobre os quatro estados.
172
+ - Os testes correm vitest contra os `Context`/`Session`/`ToolRuntime`/domínio de armazenamento REAIS dos peers 0.1.5-rc.2 (sem mocks de serviços escritos à mão) mais specs de motores puros; cada regra de limpeza/verificação tem casos positivos e negativos, e `verifyCitations` cobre os quatro estados.
173
173
  - `scripts/loader-runner.mjs` arranca a composição real do Loader e executa a cadeia perfilar → limpar → verificar contra `fixtures/` sem chave de API.
174
174
  - Release: `node scripts/release.mjs <x.y.z>` (nunca faz push; a tag dispara `release.yml`).
175
175
 
@@ -5,14 +5,14 @@
5
5
 
6
6
  全部计算为 harness 进程内的纯 TypeScript —— 模型从不心算。`ctx.dataQuality` 能力缝隙(Service Definition / 本地 Provider / 工具 Consumer)对外提供三个模型工具,以及一份冻结的跨插件引用核查契约。
7
7
 
8
- [English](README.md) · [简体中文](README.zh.md) · [Español](README.es.md) · [Português](README.pt.md) · [हिन्दी](README.hi.md)
8
+ [English](README.md) · [简体中文](README-zh.md) · [Español](README-es.md) · [Português](README-pt.md) · [हिन्दी](README-hi.md)
9
9
  [![dsh-doctor](https://raw.githubusercontent.com/PerryLink/dsh-plugin-doctor/main/badges/PerryLink__dsh-data-quality.svg)](https://github.com/PerryLink/dsh-plugin-doctor#verified-徽章)
10
10
 
11
11
  ## Compatibility
12
12
 
13
13
  | 组件 | 版本 |
14
14
  |---|---|
15
- | DeepSeek Harness | `dsh-v0.1.5-rc.1`(2026-09-10 已适配):会话信封保留 ignorable 字段但仅用于存量日志读取兼容——Session.append 仍无法盖章,门控行为不变。已于 2026-09-10 对照 dsh-v0.1.5-rc.1 master 检出核验(完整门禁链 + profile 安装冒烟)。 |
15
+ | DeepSeek Harness | `dsh-v0.1.5-rc.2`(2026-09-10 已适配):会话信封保留 ignorable 字段但仅用于存量日志读取兼容——Session.append 仍无法盖章,门控行为不变。已于 2026-09-11 对照 dsh-v0.1.5-rc.2 master 检出核验(完整门禁链 + profile 安装冒烟)。 |
16
16
  | Node.js | `^22.19.0 \|\| >=24.0.0` |
17
17
  | 包管理器 | `pnpm@11.7.0` |
18
18
  | 平台 | Windows / macOS / Linux(纯宿主插件) |
@@ -169,7 +169,7 @@ pnpm run typecheck && pnpm run typecheck:ci && pnpm test && pnpm run build
169
169
  pnpm run verify:self-contained && pnpm run verify:artifacts && pnpm run verify:readme-sync && pnpm pack
170
170
  ```
171
171
 
172
- - 测试用 vitest 跑 0.1.5-rc.1 peers 的真实 `Context`/`Session`/`ToolRuntime`/storage domain(不手写服务 mock)加纯引擎用例;每类清洗/核查规则都有正反用例,`verifyCitations` 覆盖四种状态。
172
+ - 测试用 vitest 跑 0.1.5-rc.2 peers 的真实 `Context`/`Session`/`ToolRuntime`/storage domain(不手写服务 mock)加纯引擎用例;每类清洗/核查规则都有正反用例,`verifyCitations` 覆盖四种状态。
173
173
  - `scripts/loader-runner.mjs` 以真实 Loader 组合启动,并在无 API key 下对 `fixtures/` 执行 梳理 → 清洗 → 核查 链路。
174
174
  - 发布:`node scripts/release.mjs <x.y.z>`(绝不 push;tag 触发 `release.yml`)。
175
175
 
package/README.md CHANGED
@@ -12,13 +12,13 @@
12
12
 
13
13
  All computation is plain TypeScript in the harness process — the model never does the math. A `ctx.dataQuality` capability seam (Service Definition / local Provider / tool Consumers) exposes three model tools plus a frozen cross-plugin citation-checking contract.
14
14
 
15
- [English](README.md) · [简体中文](README.zh.md) · [Español](README.es.md) · [Português](README.pt.md) · [हिन्दी](README.hi.md)
15
+ [English](README.md) · [简体中文](README-zh.md) · [Español](README-es.md) · [Português](README-pt.md) · [हिन्दी](README-hi.md)
16
16
 
17
17
  ## Compatibility
18
18
 
19
19
  | Component | Version |
20
20
  |---|---|
21
- | DeepSeek Harness | `dsh-v0.1.5-rc.1` (adapted 2026-09-10): the session envelope keeps its ignorable field for stored-log read compatibility only - Session.append still cannot stamp it, so audit-gate behavior is unchanged. Verified 2026-09-10 against the dsh-v0.1.5-rc.1 master checkout (full gate chain + profile install smoke). |
21
+ | DeepSeek Harness | `dsh-v0.1.5-rc.2` (adapted 2026-09-10): the session envelope keeps its ignorable field for stored-log read compatibility only - Session.append still cannot stamp it, so audit-gate behavior is unchanged. Verified 2026-09-11 against the dsh-v0.1.5-rc.2 master checkout (full gate chain + profile install smoke). |
22
22
  | Node.js | `^22.19.0 \|\| >=24.0.0` |
23
23
  | Package manager | `pnpm@11.7.0` |
24
24
  | Platform | Windows / macOS / Linux (host-only plugin) |
@@ -176,7 +176,7 @@ pnpm run typecheck && pnpm run typecheck:ci && pnpm test && pnpm run build
176
176
  pnpm run verify:self-contained && pnpm run verify:artifacts && pnpm run verify:readme-sync && pnpm pack
177
177
  ```
178
178
 
179
- - Tests run vitest against the REAL `Context`/`Session`/`ToolRuntime`/storage domain from the 0.1.5-rc.1 peers (no hand-written service mocks) plus pure engine specs; every clean/verify rule has positive and negative cases, and `verifyCitations` covers all four statuses.
179
+ - Tests run vitest against the REAL `Context`/`Session`/`ToolRuntime`/storage domain from the 0.1.5-rc.2 peers (no hand-written service mocks) plus pure engine specs; every clean/verify rule has positive and negative cases, and `verifyCitations` covers all four statuses.
180
180
  - `scripts/loader-runner.mjs` boots the real Loader composition and executes the profile → clean → verify chain against `fixtures/` without an API key.
181
181
  - Release: `node scripts/release.mjs <x.y.z>` (never pushes; the tag triggers `release.yml`).
182
182
 
package/lib/index.js CHANGED
@@ -1172,7 +1172,7 @@ function computeAccuracy(stats, table, declaredSchema) {
1172
1172
  * @module dsh-data-quality/version
1173
1173
  */
1174
1174
  /** The package version reported in persisted reports. */
1175
- const VERSION = "0.3.9";
1175
+ const VERSION = "0.3.10";
1176
1176
  /**
1177
1177
  * Version of the persisted report schema. Bump it whenever a report's
1178
1178
  * canonical shape changes in a way old consumers cannot read (the durable
@@ -4,7 +4,7 @@
4
4
  * @module dsh-data-quality/version
5
5
  */
6
6
  /** The package version reported in persisted reports. */
7
- export declare const VERSION = "0.3.9";
7
+ export declare const VERSION = "0.3.10";
8
8
  /**
9
9
  * Version of the persisted report schema. Bump it whenever a report's
10
10
  * canonical shape changes in a way old consumers cannot read (the durable
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,yDAAyD;AACzD,eAAO,MAAM,OAAO,UAAU,CAAA;AAE9B;;;;;GAKG;AACH,eAAO,MAAM,qBAAqB,IAAI,CAAA"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,yDAAyD;AACzD,eAAO,MAAM,OAAO,WAAW,CAAA;AAE/B;;;;;GAKG;AACH,eAAO,MAAM,qBAAqB,IAAI,CAAA"}
@@ -4,7 +4,7 @@
4
4
  * @module dsh-data-quality/version
5
5
  */
6
6
  /** The package version reported in persisted reports. */
7
- export const VERSION = '0.3.9';
7
+ export const VERSION = '0.3.10';
8
8
  /**
9
9
  * Version of the persisted report schema. Bump it whenever a report's
10
10
  * canonical shape changes in a way old consumers cannot read (the durable
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,yDAAyD;AACzD,MAAM,CAAC,MAAM,OAAO,GAAG,OAAO,CAAA;AAE9B;;;;;GAKG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,CAAA"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,yDAAyD;AACzD,MAAM,CAAC,MAAM,OAAO,GAAG,QAAQ,CAAA;AAE/B;;;;;GAKG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-data-quality",
3
- "version": "0.3.9",
3
+ "version": "0.3.10",
4
4
  "description": "Deterministic data profiling, cleaning, and verification for DeepSeek Harness: a ctx.dataQuality capability seam (Service Definition / local Provider / tool Consumers) with data_profile, data_clean, and data_verify model tools, a frozen cross-plugin verifyCitations contract, durable reports in a storage domain, and data-quality/* session events on hosts that support them.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,10 +27,10 @@
27
27
  "SUMMARY.md",
28
28
  "THIRD_PARTY_NOTICES.md",
29
29
  "README.md",
30
- "README.zh.md",
31
- "README.es.md",
32
- "README.pt.md",
33
- "README.hi.md",
30
+ "README-zh.md",
31
+ "README-es.md",
32
+ "README-pt.md",
33
+ "README-hi.md",
34
34
  "LICENSE"
35
35
  ],
36
36
  "sideEffects": false,
@@ -66,7 +66,7 @@
66
66
  "compatibility": {
67
67
  "dshVersions": [
68
68
  "0.1.2-rc.1",
69
- "0.1.5-rc.1"
69
+ "0.1.5-rc.2"
70
70
  ]
71
71
  },
72
72
  "capability": {
@@ -111,19 +111,19 @@
111
111
  "zod": "^4.4.3"
112
112
  },
113
113
  "devDependencies": {
114
- "@deepseek-ai/dsh-util-values": "0.1.5-rc.1",
115
- "@deepseek-ai/dsh-attachment": "0.1.5-rc.1",
114
+ "@deepseek-ai/dsh-util-values": "0.1.5-rc.2",
115
+ "@deepseek-ai/dsh-attachment": "0.1.5-rc.2",
116
116
  "@deepseek-ai/cordis": "^4.0.2",
117
117
  "@deepseek-ai/cordis-plugin-include": "^1.0.7",
118
118
  "@deepseek-ai/cordis-plugin-loader": "^1.0.3",
119
- "@deepseek-ai/dsh-agent": "0.1.5-rc.1",
120
- "@deepseek-ai/dsh-llm": "0.1.5-rc.1",
121
- "@deepseek-ai/dsh-session": "0.1.5-rc.1",
122
- "@deepseek-ai/dsh-storage": "0.1.5-rc.1",
123
- "@deepseek-ai/dsh-storage-domain": "0.1.5-rc.1",
124
- "@deepseek-ai/dsh-storage-json": "0.1.5-rc.1",
125
- "@deepseek-ai/dsh-system-prompt": "0.1.5-rc.1",
126
- "@deepseek-ai/dsh-tools": "0.1.5-rc.1",
119
+ "@deepseek-ai/dsh-agent": "0.1.5-rc.2",
120
+ "@deepseek-ai/dsh-llm": "0.1.5-rc.2",
121
+ "@deepseek-ai/dsh-session": "0.1.5-rc.2",
122
+ "@deepseek-ai/dsh-storage": "0.1.5-rc.2",
123
+ "@deepseek-ai/dsh-storage-domain": "0.1.5-rc.2",
124
+ "@deepseek-ai/dsh-storage-json": "0.1.5-rc.2",
125
+ "@deepseek-ai/dsh-system-prompt": "0.1.5-rc.2",
126
+ "@deepseek-ai/dsh-tools": "0.1.5-rc.2",
127
127
  "@deepseek-ai/schemastery": "^3.18.2",
128
128
  "@types/node": "^22.20.1",
129
129
  "@vitest/coverage-v8": "^3.2.7",
package/src/version.ts CHANGED
@@ -5,7 +5,7 @@
5
5
  */
6
6
 
7
7
  /** The package version reported in persisted reports. */
8
- export const VERSION = '0.3.9'
8
+ export const VERSION = '0.3.10'
9
9
 
10
10
  /**
11
11
  * Version of the persisted report schema. Bump it whenever a report's