@deepseek-ai/dsh-api-remotes 0.1.0-rc.8 → 0.1.1-rc.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/index.js +1 -1
- package/lib/types/remote-events.d.ts +1 -1
- package/lib/types/remote-events.js +1 -1
- package/package.json +37 -37
package/lib/index.js
CHANGED
|
@@ -18,7 +18,7 @@ import { TypertLookupFailure } from "@deepseek-ai/dsh-typert-protocol";
|
|
|
18
18
|
const API_REMOTE_FORWARDED_EVENTS = [
|
|
19
19
|
"agent-preset/selected",
|
|
20
20
|
"commands/change",
|
|
21
|
-
"credentials/updated",
|
|
21
|
+
"credentials/reference-updated",
|
|
22
22
|
"cordis/request-run",
|
|
23
23
|
"cordis/request-run-resolved",
|
|
24
24
|
"cordis/dynamic-package",
|
|
@@ -13,5 +13,5 @@
|
|
|
13
13
|
* `ctx.remote.$on`. Forwarding one more event is an entry here and nothing
|
|
14
14
|
* else.
|
|
15
15
|
*/
|
|
16
|
-
export declare const API_REMOTE_FORWARDED_EVENTS: readonly ["agent-preset/selected", "commands/change", "credentials/updated", "cordis/request-run", "cordis/request-run-resolved", "cordis/dynamic-package", "cordis/dynamic-retract", "cordis/inspect-query", "cordis/inspect-query-resolved", "llm/adapters-updated", "settings/document-updated"];
|
|
16
|
+
export declare const API_REMOTE_FORWARDED_EVENTS: readonly ["agent-preset/selected", "commands/change", "credentials/reference-updated", "cordis/request-run", "cordis/request-run-resolved", "cordis/dynamic-package", "cordis/dynamic-retract", "cordis/inspect-query", "cordis/inspect-query-resolved", "llm/adapters-updated", "settings/document-updated"];
|
|
17
17
|
//# sourceMappingURL=remote-events.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepseek-ai/dsh-api-remotes",
|
|
3
3
|
"description": "Remote BFF assembly and Host Agent/Session lookup policy",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.1-rc.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -51,47 +51,47 @@
|
|
|
51
51
|
"lib/types/**/*.d.ts"
|
|
52
52
|
],
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@deepseek-ai/dsh-typert-protocol": "^0.1.
|
|
54
|
+
"@deepseek-ai/dsh-typert-protocol": "^0.1.1-rc.2"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@deepseek-ai/dsh-agent
|
|
58
|
-
"@deepseek-ai/dsh-
|
|
59
|
-
"@deepseek-ai/dsh-
|
|
60
|
-
"@deepseek-ai/dsh-
|
|
61
|
-
"@deepseek-ai/dsh-credentials": "^0.1.
|
|
62
|
-
"@deepseek-ai/dsh-file-reference": "^0.1.
|
|
63
|
-
"@deepseek-ai/dsh-goal": "^0.1.
|
|
64
|
-
"@deepseek-ai/dsh-host-plugin-inventory": "^0.1.
|
|
65
|
-
"@deepseek-ai/dsh-invariants": "^0.1.
|
|
66
|
-
"@deepseek-ai/dsh-llm": "^0.1.
|
|
67
|
-
"@deepseek-ai/dsh-
|
|
68
|
-
"@deepseek-ai/dsh-
|
|
69
|
-
"@deepseek-ai/dsh-session-persistence": "^0.1.
|
|
70
|
-
"@deepseek-ai/dsh-session-reference": "^0.1.
|
|
71
|
-
"@deepseek-ai/dsh-
|
|
72
|
-
"@deepseek-ai/dsh-
|
|
57
|
+
"@deepseek-ai/dsh-agent": "^0.1.1-rc.2",
|
|
58
|
+
"@deepseek-ai/dsh-api-gateway": "^0.1.1-rc.2",
|
|
59
|
+
"@deepseek-ai/dsh-agent-presets": "^0.1.1-rc.2",
|
|
60
|
+
"@deepseek-ai/dsh-commands": "^0.1.1-rc.2",
|
|
61
|
+
"@deepseek-ai/dsh-credentials": "^0.1.1-rc.2",
|
|
62
|
+
"@deepseek-ai/dsh-file-reference": "^0.1.1-rc.2",
|
|
63
|
+
"@deepseek-ai/dsh-goal": "^0.1.1-rc.2",
|
|
64
|
+
"@deepseek-ai/dsh-host-plugin-inventory": "^0.1.1-rc.2",
|
|
65
|
+
"@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
|
|
66
|
+
"@deepseek-ai/dsh-llm": "^0.1.1-rc.2",
|
|
67
|
+
"@deepseek-ai/dsh-cordis-host-runner": "^0.1.1-rc.2",
|
|
68
|
+
"@deepseek-ai/dsh-message-feedback": "^0.1.1-rc.2",
|
|
69
|
+
"@deepseek-ai/dsh-session-persistence": "^0.1.1-rc.2",
|
|
70
|
+
"@deepseek-ai/dsh-session-reference": "^0.1.1-rc.2",
|
|
71
|
+
"@deepseek-ai/dsh-settings": "^0.1.1-rc.2",
|
|
72
|
+
"@deepseek-ai/dsh-typert-registry": "^0.1.1-rc.2",
|
|
73
73
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
74
|
-
"@deepseek-ai/dsh-
|
|
74
|
+
"@deepseek-ai/dsh-session": "^0.1.1-rc.2"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@deepseek-ai/dsh-agent": "^0.1.
|
|
78
|
-
"@deepseek-ai/dsh-agent
|
|
79
|
-
"@deepseek-ai/dsh-
|
|
80
|
-
"@deepseek-ai/dsh-commands": "^0.1.
|
|
81
|
-
"@deepseek-ai/dsh-
|
|
82
|
-
"@deepseek-ai/dsh-
|
|
83
|
-
"@deepseek-ai/dsh-
|
|
84
|
-
"@deepseek-ai/dsh-goal": "^0.1.
|
|
85
|
-
"@deepseek-ai/dsh-host-plugin-inventory": "^0.1.
|
|
86
|
-
"@deepseek-ai/dsh-invariants": "^0.1.
|
|
87
|
-
"@deepseek-ai/dsh-llm": "^0.1.
|
|
88
|
-
"@deepseek-ai/dsh-message-feedback": "^0.1.
|
|
89
|
-
"@deepseek-ai/dsh-session
|
|
90
|
-
"@deepseek-ai/dsh-
|
|
91
|
-
"@deepseek-ai/dsh-
|
|
92
|
-
"@deepseek-ai/dsh-
|
|
93
|
-
"@deepseek-ai/
|
|
94
|
-
"@deepseek-ai/
|
|
77
|
+
"@deepseek-ai/dsh-agent-presets": "^0.1.1-rc.2",
|
|
78
|
+
"@deepseek-ai/dsh-agent": "^0.1.1-rc.2",
|
|
79
|
+
"@deepseek-ai/dsh-api-gateway": "^0.1.1-rc.2",
|
|
80
|
+
"@deepseek-ai/dsh-commands": "^0.1.1-rc.2",
|
|
81
|
+
"@deepseek-ai/dsh-cordis-host-runner": "^0.1.1-rc.2",
|
|
82
|
+
"@deepseek-ai/dsh-file-reference": "^0.1.1-rc.2",
|
|
83
|
+
"@deepseek-ai/dsh-credentials": "^0.1.1-rc.2",
|
|
84
|
+
"@deepseek-ai/dsh-goal": "^0.1.1-rc.2",
|
|
85
|
+
"@deepseek-ai/dsh-host-plugin-inventory": "^0.1.1-rc.2",
|
|
86
|
+
"@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
|
|
87
|
+
"@deepseek-ai/dsh-llm": "^0.1.1-rc.2",
|
|
88
|
+
"@deepseek-ai/dsh-message-feedback": "^0.1.1-rc.2",
|
|
89
|
+
"@deepseek-ai/dsh-session": "^0.1.1-rc.2",
|
|
90
|
+
"@deepseek-ai/dsh-session-persistence": "^0.1.1-rc.2",
|
|
91
|
+
"@deepseek-ai/dsh-session-reference": "^0.1.1-rc.2",
|
|
92
|
+
"@deepseek-ai/dsh-settings": "^0.1.1-rc.2",
|
|
93
|
+
"@deepseek-ai/dsh-typert-registry": "^0.1.1-rc.2",
|
|
94
|
+
"@deepseek-ai/cordis": "^4.0.1"
|
|
95
95
|
},
|
|
96
96
|
"scripts": {
|
|
97
97
|
"bundle": "tsdown",
|