dsh-context 0.20.0 → 0.20.1

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/lib/client.js +1 -1
  2. package/package.json +7 -5
package/lib/client.js CHANGED
@@ -1472,7 +1472,7 @@ function makeEventList(kit) {
1472
1472
 
1473
1473
  // src/client/meta.ts
1474
1474
  var PLUGIN_NAME = "dsh-context";
1475
- var PLUGIN_VERSION = true ? "0.20.0" : "0.0.0-dev";
1475
+ var PLUGIN_VERSION = true ? "0.20.1" : "0.0.0-dev";
1476
1476
  var PLUGIN_REPO = true ? "https://github.com/bowenliang123/dsh-context" : "https://github.com/bowenliang123/dsh-context";
1477
1477
  var PLUGIN_REPO_SHORT = PLUGIN_REPO.replace(/^https?:\/\/github\.com\//, "");
1478
1478
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-context",
3
- "version": "0.20.0",
3
+ "version": "0.20.1",
4
4
  "description": "A DeepSeek Harness plugin for context insight and management, with context dashboard and context command, for understanding how the context is made of, and how it evolves.",
5
5
  "author": "bowenliang123",
6
6
  "repository": {
@@ -59,14 +59,13 @@
59
59
  "ui"
60
60
  ],
61
61
  "license": "Apache-2.0",
62
- "dependencies": {
63
- "zod": "^4.4.3"
64
- },
62
+ "dependencies": {},
65
63
  "peerDependencies": {
66
64
  "@deepseek-ai/cordis": "^4.0.1",
67
65
  "@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.7",
68
66
  "@deepseek-ai/dsh-session": "^0.1.0-rc.7",
69
- "react": "^18.3.1"
67
+ "react": "^18.3.1",
68
+ "zod": "^4.4.3"
70
69
  },
71
70
  "peerDependenciesMeta": {
72
71
  "@deepseek-ai/dsh-client-ui-primitives": {
@@ -74,6 +73,9 @@
74
73
  },
75
74
  "react": {
76
75
  "optional": true
76
+ },
77
+ "zod": {
78
+ "optional": true
77
79
  }
78
80
  },
79
81
  "devDependencies": {