dsh-session-guard 3.0.0 → 3.0.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/dsh.plugin.json +1 -1
  2. package/package.json +5 -1
package/dsh.plugin.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "id": "dsh-external/dsh-session-guard",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "main": "./src/index.js",
5
5
  "description": "高峰自动会话门:step 级门控 + 周末模式 + 高峰自动暂停 + 官方源二维判定 + 会话级冻结 + 后端自动重试。",
6
6
  "engines": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-session-guard",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org",
6
6
  "access": "public",
@@ -78,6 +78,7 @@
78
78
  "peerDependencies": {
79
79
  "@deepseek-ai/cordis": "^4.0.1",
80
80
  "@deepseek-ai/dsh-client-locale": ">=0.1.5-rc.2 <0.2.0-0",
81
+ "@deepseek-ai/dsh-client-ui-renderer": ">=0.1.5-rc.2 <0.2.0-0",
81
82
  "@deepseek-ai/dsh-client-ui-settings": ">=0.1.5-rc.2 <0.2.0-0",
82
83
  "@deepseek-ai/dsh-client-ui-slots": ">=0.1.5-rc.2 <0.2.0-0"
83
84
  },
@@ -88,6 +89,9 @@
88
89
  "@deepseek-ai/dsh-client-locale": {
89
90
  "optional": true
90
91
  },
92
+ "@deepseek-ai/dsh-client-ui-renderer": {
93
+ "optional": true
94
+ },
91
95
  "@deepseek-ai/dsh-client-ui-settings": {
92
96
  "optional": true
93
97
  },