dsh-mcp-panel 0.6.12 → 0.6.13
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 +7 -0
- package/lib/client.js +1886 -919
- package/lib/client.js.map +1 -1
- package/lib/index.js +2 -2
- package/lib/{schemas-BhI7GrM5.js → schemas-D2hn9ib3.js} +1898 -931
- package/lib/typert.host.js +1 -1
- package/package.json +9 -9
- package/src/probe.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project are documented in this file.
|
|
4
4
|
|
|
5
|
+
## [0.6.13] - 2026-09-10
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Bump the runtime `zod` range from `^4.4.3` to `^4.5.4` (dependabot #19), which had been merged without a release.
|
|
10
|
+
- Bump the build toolchain to `tsdown@0.23` (dependabot #24) and the test toolchain to `vitest@5` together with its matching `@vitest/coverage-v8@5` (#25). `vitest` and `@vitest/coverage-v8` must move in lockstep: vitest 5 changed the coverage payload contract, so leaving the provider at `4.1.10` crashed `pnpm run test:coverage` with `Expected string coverage payload, received object`.
|
|
11
|
+
|
|
5
12
|
## [0.6.12] - 2026-09-10
|
|
6
13
|
|
|
7
14
|
### Changed
|