dsh-context 0.19.1 → 0.19.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.
- package/lib/client.js +1 -1
- package/package.json +6 -6
package/lib/client.js
CHANGED
|
@@ -1443,7 +1443,7 @@ function makeEventList(kit) {
|
|
|
1443
1443
|
|
|
1444
1444
|
// src/client/meta.ts
|
|
1445
1445
|
var PLUGIN_NAME = "dsh-context";
|
|
1446
|
-
var PLUGIN_VERSION = true ? "0.19.
|
|
1446
|
+
var PLUGIN_VERSION = true ? "0.19.2" : "0.0.0-dev";
|
|
1447
1447
|
var PLUGIN_REPO = true ? "https://github.com/bowenliang123/dsh-context" : "https://github.com/bowenliang123/dsh-context";
|
|
1448
1448
|
var PLUGIN_REPO_SHORT = PLUGIN_REPO.replace(/^https?:\/\/github\.com\//, "");
|
|
1449
1449
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-context",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.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": {
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
67
|
-
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.
|
|
68
|
-
"@deepseek-ai/dsh-session": "^0.1.0-rc.
|
|
67
|
+
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.7",
|
|
68
|
+
"@deepseek-ai/dsh-session": "^0.1.0-rc.7",
|
|
69
69
|
"react": "^18.3.1"
|
|
70
70
|
},
|
|
71
71
|
"peerDependenciesMeta": {
|
|
@@ -78,9 +78,9 @@
|
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
81
|
-
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.
|
|
82
|
-
"@deepseek-ai/dsh-session": "^0.1.0-rc.
|
|
83
|
-
"@deepseek-ai/dsh-session-projection": "^0.1.0-rc.
|
|
81
|
+
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.7",
|
|
82
|
+
"@deepseek-ai/dsh-session": "^0.1.0-rc.7",
|
|
83
|
+
"@deepseek-ai/dsh-session-projection": "^0.1.0-rc.7",
|
|
84
84
|
"@types/react": "^18.3.31",
|
|
85
85
|
"jsdom": "^30.0.1",
|
|
86
86
|
"playwright-core": "^1.62.1",
|