dsh-context 0.12.1 → 0.12.2

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 +2 -3
package/lib/client.js CHANGED
@@ -1228,7 +1228,7 @@ function makeEventList(kit) {
1228
1228
 
1229
1229
  // src/client/meta.ts
1230
1230
  var PLUGIN_NAME = "dsh-context";
1231
- var PLUGIN_VERSION = true ? "0.12.1" : "0.0.0-dev";
1231
+ var PLUGIN_VERSION = true ? "0.12.2" : "0.0.0-dev";
1232
1232
  var PLUGIN_REPO = true ? "https://github.com/bowenliang123/dsh-context" : "https://github.com/bowenliang123/dsh-context";
1233
1233
  var PLUGIN_REPO_SHORT = PLUGIN_REPO.replace(/^https?:\/\/github\.com\//, "");
1234
1234
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-context",
3
- "version": "0.12.1",
3
+ "version": "0.12.2",
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": {
@@ -30,7 +30,7 @@
30
30
  "typecheck": "tsc --noEmit",
31
31
  "test": "npm run typecheck && node tests/host.test.mjs && node tests/client.test.mjs",
32
32
  "release": "bash scripts/publish.sh",
33
- "prepare": "husky",
33
+ "hooks": "bash scripts/install-hooks.sh",
34
34
  "repro": "node tests/repro-real-react.mjs"
35
35
  },
36
36
  "dsh": {
@@ -69,7 +69,6 @@
69
69
  "@deepseek-ai/dsh-token-meter": "0.1.0-rc.7",
70
70
  "@types/react": "^18.3.31",
71
71
  "esbuild": "^0.28.2",
72
- "husky": "^9.1.7",
73
72
  "jsdom": "^30.0.1",
74
73
  "react": "^18.3.1",
75
74
  "react-dom": "^18.3.1",