Third-party notices
August 22, 2026 ยท View on GitHub
dsh-data-quality bundles no third-party source code. All TypeScript/JavaScript
sources in this repository are original works by the dsh-data-quality contributors,
licensed under Apache-2.0 (see LICENSE).
The package depends on the following software. None of it is bundled into the published tarball except where noted; these are install-time dependencies:
| Package | Version range | License | Purpose |
|---|---|---|---|
| tsdown | ^0.22.14 | MIT | Build-time bundling of lib/ (a regular dependency so the git-install channel's prepare script can build) |
| typescript | ^5.9.0 | Apache-2.0 | Build-time declaration emission (lib/types/) |
| zod | ^4.4.3 | MIT | Runtime value schema for the data_quality storage-domain table (bundled into lib/) |
| @deepseek-ai/cordis | ^4.0.1 (peer) | See package | The plugin runtime |
| @deepseek-ai/schemastery | ^3.18.0 (peer) | See package | Configuration schema |
@deepseek-ai/dsh-* peers | 0.1.1-rc.2 (peer) | See packages | Official harness seams (dsh-session, dsh-tools, dsh-storage, dsh-storage-domain) |
At runtime the plugin only talks to the harness services listed as peerDependencies; it performs no network requests and stores no credentials.