@eddyskywalker/dsh-chatgpt-subscription 0.1.19 → 0.1.20
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 +33 -33
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eddyskywalker/dsh-chatgpt-subscription",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.20",
|
|
4
4
|
"description": "DSH provider plugin for Codex access through a ChatGPT subscription.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "eddyskywalker",
|
|
@@ -61,44 +61,44 @@
|
|
|
61
61
|
"peerDependencies": {
|
|
62
62
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
63
63
|
"@deepseek-ai/cordis-plugin-loader": "^1.0.2",
|
|
64
|
-
"@deepseek-ai/dsh-agent": "^0.1.
|
|
65
|
-
"@deepseek-ai/dsh-attachment": "^0.1.
|
|
66
|
-
"@deepseek-ai/dsh-client-connection": "^0.1.
|
|
67
|
-
"@deepseek-ai/dsh-client-locale": "^0.1.
|
|
68
|
-
"@deepseek-ai/dsh-client-runtime": "^0.1.
|
|
69
|
-
"@deepseek-ai/dsh-client-ui-conversation": "^0.1.
|
|
70
|
-
"@deepseek-ai/dsh-client-ui-model-selection": "^0.1.
|
|
71
|
-
"@deepseek-ai/dsh-client-ui-settings": "^0.1.
|
|
72
|
-
"@deepseek-ai/dsh-client-ui-slots": "^0.1.
|
|
73
|
-
"@deepseek-ai/dsh-client-ui-tool": "^0.1.
|
|
74
|
-
"@deepseek-ai/dsh-host-webserver": "^0.1.
|
|
75
|
-
"@deepseek-ai/dsh-llm": "^0.1.
|
|
76
|
-
"@deepseek-ai/dsh-settings": "^0.1.
|
|
77
|
-
"@deepseek-ai/dsh-subagent": "^0.1.
|
|
78
|
-
"@deepseek-ai/dsh-tools": "^0.1.
|
|
79
|
-
"@deepseek-ai/dsh-web": "^0.1.
|
|
64
|
+
"@deepseek-ai/dsh-agent": "^0.1.1-rc.1",
|
|
65
|
+
"@deepseek-ai/dsh-attachment": "^0.1.1-rc.1",
|
|
66
|
+
"@deepseek-ai/dsh-client-connection": "^0.1.1-rc.1",
|
|
67
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.1-rc.1",
|
|
68
|
+
"@deepseek-ai/dsh-client-runtime": "^0.1.1-rc.1",
|
|
69
|
+
"@deepseek-ai/dsh-client-ui-conversation": "^0.1.1-rc.1",
|
|
70
|
+
"@deepseek-ai/dsh-client-ui-model-selection": "^0.1.1-rc.1",
|
|
71
|
+
"@deepseek-ai/dsh-client-ui-settings": "^0.1.1-rc.1",
|
|
72
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.1-rc.1",
|
|
73
|
+
"@deepseek-ai/dsh-client-ui-tool": "^0.1.1-rc.1",
|
|
74
|
+
"@deepseek-ai/dsh-host-webserver": "^0.1.1-rc.1",
|
|
75
|
+
"@deepseek-ai/dsh-llm": "^0.1.1-rc.1",
|
|
76
|
+
"@deepseek-ai/dsh-settings": "^0.1.1-rc.1",
|
|
77
|
+
"@deepseek-ai/dsh-subagent": "^0.1.1-rc.1",
|
|
78
|
+
"@deepseek-ai/dsh-tools": "^0.1.1-rc.1",
|
|
79
|
+
"@deepseek-ai/dsh-web": "^0.1.1-rc.1",
|
|
80
80
|
"@deepseek-ai/schemastery": "^3.18.1",
|
|
81
81
|
"react": "^18.2.0"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
85
85
|
"@deepseek-ai/cordis-plugin-loader": "^1.0.2",
|
|
86
|
-
"@deepseek-ai/dsh-agent": "^0.1.
|
|
87
|
-
"@deepseek-ai/dsh-attachment": "^0.1.
|
|
88
|
-
"@deepseek-ai/dsh-client-connection": "^0.1.
|
|
89
|
-
"@deepseek-ai/dsh-client-locale": "^0.1.
|
|
90
|
-
"@deepseek-ai/dsh-client-runtime": "^0.1.
|
|
91
|
-
"@deepseek-ai/dsh-client-ui-conversation": "^0.1.
|
|
92
|
-
"@deepseek-ai/dsh-client-ui-model-selection": "^0.1.
|
|
93
|
-
"@deepseek-ai/dsh-client-ui-settings": "^0.1.
|
|
94
|
-
"@deepseek-ai/dsh-client-ui-slots": "^0.1.
|
|
95
|
-
"@deepseek-ai/dsh-client-ui-tool": "^0.1.
|
|
96
|
-
"@deepseek-ai/dsh-host-webserver": "^0.1.
|
|
97
|
-
"@deepseek-ai/dsh-llm": "^0.1.
|
|
98
|
-
"@deepseek-ai/dsh-settings": "^0.1.
|
|
99
|
-
"@deepseek-ai/dsh-subagent": "^0.1.
|
|
100
|
-
"@deepseek-ai/dsh-tools": "^0.1.
|
|
101
|
-
"@deepseek-ai/dsh-web": "^0.1.
|
|
86
|
+
"@deepseek-ai/dsh-agent": "^0.1.1-rc.1",
|
|
87
|
+
"@deepseek-ai/dsh-attachment": "^0.1.1-rc.1",
|
|
88
|
+
"@deepseek-ai/dsh-client-connection": "^0.1.1-rc.1",
|
|
89
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.1-rc.1",
|
|
90
|
+
"@deepseek-ai/dsh-client-runtime": "^0.1.1-rc.1",
|
|
91
|
+
"@deepseek-ai/dsh-client-ui-conversation": "^0.1.1-rc.1",
|
|
92
|
+
"@deepseek-ai/dsh-client-ui-model-selection": "^0.1.1-rc.1",
|
|
93
|
+
"@deepseek-ai/dsh-client-ui-settings": "^0.1.1-rc.1",
|
|
94
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.1-rc.1",
|
|
95
|
+
"@deepseek-ai/dsh-client-ui-tool": "^0.1.1-rc.1",
|
|
96
|
+
"@deepseek-ai/dsh-host-webserver": "^0.1.1-rc.1",
|
|
97
|
+
"@deepseek-ai/dsh-llm": "^0.1.1-rc.1",
|
|
98
|
+
"@deepseek-ai/dsh-settings": "^0.1.1-rc.1",
|
|
99
|
+
"@deepseek-ai/dsh-subagent": "^0.1.1-rc.1",
|
|
100
|
+
"@deepseek-ai/dsh-tools": "^0.1.1-rc.1",
|
|
101
|
+
"@deepseek-ai/dsh-web": "^0.1.1-rc.1",
|
|
102
102
|
"@deepseek-ai/schemastery": "^3.18.1",
|
|
103
103
|
"@types/node": "^22.20.0",
|
|
104
104
|
"@types/react": "~18.3.1",
|