@deepseek-ai/dsh-client-connection 0.1.0-rc.3 → 0.1.0-rc.7

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/lib/client.js +0 -5
  2. package/package.json +14 -14
package/lib/client.js CHANGED
@@ -5060,11 +5060,6 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5060
5060
  message: string(),
5061
5061
  details: object({ ns: string() })
5062
5062
  }),
5063
- object({
5064
- code: literal("settings-not-exposed"),
5065
- message: string(),
5066
- details: object({ ns: string() })
5067
- }),
5068
5063
  object({
5069
5064
  code: literal("settings-conflict"),
5070
5065
  message: string(),
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-client-connection",
3
3
  "description": "Wire consumer layer: HTTP-up/WebSocket-down client, ConnectionController dual streams with reconnect, and fixture api",
4
- "version": "0.1.0-rc.3",
4
+ "version": "0.1.0-rc.7",
5
5
  "publishConfig": {
6
- "access": "restricted"
6
+ "access": "public"
7
7
  },
8
8
  "repository": {
9
9
  "type": "git",
@@ -39,13 +39,13 @@
39
39
  "license": "MIT",
40
40
  "dependencies": {
41
41
  "ws": "^8.21.0",
42
- "@deepseek-ai/dsh-attachment": "^0.1.0-rc.3",
43
- "@deepseek-ai/dsh-host-apiproxy": "^0.1.0-rc.3",
44
- "@deepseek-ai/dsh-commands": "^0.1.0-rc.3",
45
- "@deepseek-ai/dsh-llm": "^0.1.0-rc.3",
46
- "@deepseek-ai/dsh-session": "^0.1.0-rc.3",
47
- "@deepseek-ai/dsh-tools": "^0.1.0-rc.3",
48
- "@deepseek-ai/schemastery": "^3.18.1"
42
+ "@deepseek-ai/dsh-attachment": "^0.1.0-rc.7",
43
+ "@deepseek-ai/dsh-host-apiproxy": "^0.1.0-rc.7",
44
+ "@deepseek-ai/dsh-commands": "^0.1.0-rc.7",
45
+ "@deepseek-ai/dsh-session": "^0.1.0-rc.7",
46
+ "@deepseek-ai/dsh-tools": "^0.1.0-rc.7",
47
+ "@deepseek-ai/schemastery": "^3.18.1",
48
+ "@deepseek-ai/dsh-llm": "^0.1.0-rc.7"
49
49
  },
50
50
  "files": [
51
51
  "lib/index.js",
@@ -54,14 +54,14 @@
54
54
  "lib/types/**/*.d.ts"
55
55
  ],
56
56
  "peerDependencies": {
57
- "@deepseek-ai/dsh-invariants": "^0.1.0-rc.3",
58
- "@deepseek-ai/dsh-host-webserver": "^0.1.0-rc.3",
57
+ "@deepseek-ai/dsh-invariants": "^0.1.0-rc.7",
58
+ "@deepseek-ai/dsh-host-webserver": "^0.1.0-rc.7",
59
59
  "@deepseek-ai/cordis": "^4.0.1"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@types/ws": "^8.18.1",
63
- "@deepseek-ai/dsh-invariants": "^0.1.0-rc.3",
64
- "@deepseek-ai/dsh-host-webserver": "^0.1.0-rc.3",
65
- "@deepseek-ai/cordis": "^4.0.1"
63
+ "@deepseek-ai/dsh-invariants": "^0.1.0-rc.7",
64
+ "@deepseek-ai/cordis": "^4.0.1",
65
+ "@deepseek-ai/dsh-host-webserver": "^0.1.0-rc.7"
66
66
  }
67
67
  }