@dsh-plus/secret-env 0.1.3 → 0.1.5
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 +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dsh-plus/secret-env",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "dsh-plus service+ui plugin: 密钥环境变量——以 $DSH_VAR_* 变量名向 agent 暴露密钥(全局持久/会话级/一次性),执行期经 dsh-shell-env 原生注入,值不进消息流,不影响缓存率",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -19,25 +19,25 @@
|
|
|
19
19
|
"src"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@dsh-plus/shared": "0.1.
|
|
22
|
+
"@dsh-plus/shared": "0.1.11"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@deepseek-ai/cordis": "^4.0.
|
|
26
|
-
"@deepseek-ai/dsh-credentials": "
|
|
27
|
-
"@deepseek-ai/dsh-host-webserver": "
|
|
28
|
-
"@deepseek-ai/dsh-settings": "
|
|
29
|
-
"@deepseek-ai/dsh-shell-env": "
|
|
30
|
-
"@deepseek-ai/schemastery": "^3.18.
|
|
25
|
+
"@deepseek-ai/cordis": "^4.0.2",
|
|
26
|
+
"@deepseek-ai/dsh-credentials": "*",
|
|
27
|
+
"@deepseek-ai/dsh-host-webserver": "*",
|
|
28
|
+
"@deepseek-ai/dsh-settings": "*",
|
|
29
|
+
"@deepseek-ai/dsh-shell-env": "*",
|
|
30
|
+
"@deepseek-ai/schemastery": "^3.18.2"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@deepseek-ai/cordis": "4.0.2",
|
|
34
|
-
"@deepseek-ai/dsh-client-ui-primitives": "0.1.
|
|
35
|
-
"@deepseek-ai/dsh-credentials": "0.1.
|
|
36
|
-
"@deepseek-ai/dsh-host-webserver": "0.1.
|
|
37
|
-
"@deepseek-ai/dsh-session": "0.1.
|
|
38
|
-
"@deepseek-ai/dsh-settings": "0.1.
|
|
39
|
-
"@deepseek-ai/dsh-shell-env": "0.1.
|
|
40
|
-
"@deepseek-ai/dsh-tools": "0.1.
|
|
34
|
+
"@deepseek-ai/dsh-client-ui-primitives": "0.1.5-alpha.1",
|
|
35
|
+
"@deepseek-ai/dsh-credentials": "0.1.5-alpha.1",
|
|
36
|
+
"@deepseek-ai/dsh-host-webserver": "0.1.5-alpha.1",
|
|
37
|
+
"@deepseek-ai/dsh-session": "0.1.5-alpha.1",
|
|
38
|
+
"@deepseek-ai/dsh-settings": "0.1.5-alpha.1",
|
|
39
|
+
"@deepseek-ai/dsh-shell-env": "0.1.5-alpha.1",
|
|
40
|
+
"@deepseek-ai/dsh-tools": "0.1.5-alpha.1",
|
|
41
41
|
"@deepseek-ai/schemastery": "3.18.2",
|
|
42
42
|
"@types/node": "26.4.0",
|
|
43
43
|
"@types/react": "~18.3.31",
|