@prur/dsh-chat-service 0.1.14 → 0.1.15

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prur/dsh-chat-service",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "description": "Typert Remote namespace exposing a plain streaming model chat (no agent loop) to DSH Mobile clients",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,17 +32,17 @@
32
32
  },
33
33
  "dsh": null,
34
34
  "dependencies": {
35
- "zod": "^4.4.3",
36
35
  "@deepseek-ai/schemastery": "^3.18.1",
37
36
  "ws": "^8.21.0",
38
- "@prur/dsh-client-connection-mobile": "^0.1.14"
37
+ "zod": "^4.4.3",
38
+ "@prur/dsh-client-connection-mobile": "^0.1.15"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@deepseek-ai/cordis": "^4.0.1",
42
+ "@deepseek-ai/dsh-host-webserver": "^0.1.0-rc.8 || ^0.1.1-rc.2",
42
43
  "@deepseek-ai/dsh-invariants": "^0.1.0-rc.8 || ^0.1.1-rc.2",
43
44
  "@deepseek-ai/dsh-llm": "^0.1.0-rc.8 || ^0.1.1-rc.2",
44
- "@deepseek-ai/dsh-typert-protocol": "^0.1.0-rc.8 || ^0.1.1-rc.2",
45
- "@deepseek-ai/dsh-host-webserver": "^0.1.0-rc.8 || ^0.1.1-rc.2"
45
+ "@deepseek-ai/dsh-typert-protocol": "^0.1.0-rc.8 || ^0.1.1-rc.2"
46
46
  },
47
47
  "files": [
48
48
  "lib/*.js",