dsh-capability-panel 1.0.0 → 1.1.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-capability-panel",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "Inspect and manage the skills, tools, and MCP capabilities available to a DeepSeek Harness agent session.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -31,7 +31,8 @@
31
31
  "lint:fix": "oxlint --type-aware --tsconfig tsconfig.test.json src tests --fix",
32
32
  "check": "pnpm run typecheck && pnpm run lint && pnpm run test",
33
33
  "clean": "rm -rf lib",
34
- "prepublishOnly": "pnpm run check && pnpm run build"
34
+ "prepublishOnly": "pnpm run check && pnpm run build",
35
+ "scan:dead-code": "node scripts/dead-code-scan.mjs"
35
36
  },
36
37
  "dsh": {
37
38
  "bundle": {
@@ -48,11 +49,11 @@
48
49
  },
49
50
  "peerDependencies": {
50
51
  "@deepseek-ai/cordis": "^4.0.2",
51
- "@deepseek-ai/dsh-client-locale": "^0.1.2-rc.1",
52
- "@deepseek-ai/dsh-client-store": "^0.1.2-rc.1",
53
- "@deepseek-ai/dsh-client-ui-layout": "^0.1.2-rc.1",
52
+ "@deepseek-ai/dsh-client-locale": "*",
53
+ "@deepseek-ai/dsh-client-store": "*",
54
+ "@deepseek-ai/dsh-client-ui-layout": "*",
54
55
  "@deepseek-ai/dsh-client-ui-primitives": "*",
55
- "@deepseek-ai/dsh-client-ui-renderer": "^0.1.2-rc.1",
56
+ "@deepseek-ai/dsh-client-ui-renderer": "*",
56
57
  "@deepseek-ai/schemastery": "^3.18.1",
57
58
  "react": "*",
58
59
  "react-dom": "*"