@allmodels/dsh-speech 0.1.2 → 0.1.4

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 CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@allmodels/dsh-speech",
3
- "version": "0.1.2",
4
- "description": "Streaming speech-to-text for DeepSeek Harness using AllModels.io.",
3
+ "version": "0.1.4",
4
+ "description": "Speech-to-text and spoken answer summaries for DeepSeek Harness using AllModels.io.",
5
5
  "keywords": [
6
6
  "dsh-plugin",
7
7
  "deepseek-harness",
8
8
  "cordis",
9
9
  "speech-to-text",
10
+ "text-to-speech",
10
11
  "allmodels"
11
12
  ],
12
13
  "license": "MIT",
@@ -63,6 +64,7 @@
63
64
  "test:coverage": "vitest run --coverage",
64
65
  "test:e2e": "node scripts/run-e2e.mjs mock",
65
66
  "test:e2e:live": "node scripts/run-e2e.mjs live",
67
+ "compat:update": "node scripts/update-dsh-version.mjs",
66
68
  "typecheck": "tsc --noEmit",
67
69
  "check:sessions": "node scripts/check-no-session-access.mjs",
68
70
  "check": "pnpm check:sessions && pnpm typecheck && pnpm test && pnpm build",
@@ -80,6 +82,7 @@
80
82
  "@deepseek-ai/dsh-client-ui-slots": "0.1.1-rc.2",
81
83
  "@deepseek-ai/dsh-credentials": "0.1.1-rc.2",
82
84
  "@deepseek-ai/dsh-host-webserver": "0.1.1-rc.2",
85
+ "@deepseek-ai/dsh-llm": "0.1.1-rc.2",
83
86
  "@deepseek-ai/dsh-settings": "0.1.1-rc.2",
84
87
  "@deepseek-ai/schemastery": "^3.18.1",
85
88
  "react": "^18.3.1",
@@ -94,6 +97,7 @@
94
97
  "@deepseek-ai/dsh-client-ui-slots": "0.1.1-rc.2",
95
98
  "@deepseek-ai/dsh-credentials": "0.1.1-rc.2",
96
99
  "@deepseek-ai/dsh-host-webserver": "0.1.1-rc.2",
100
+ "@deepseek-ai/dsh-llm": "0.1.1-rc.2",
97
101
  "@deepseek-ai/dsh-settings": "0.1.1-rc.2",
98
102
  "@deepseek-ai/schemastery": "3.18.1",
99
103
  "@testing-library/react": "^16.3.0",