@goodandready/dsh-voice 0.8.14 → 0.8.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 +3 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodandready/dsh-voice",
3
- "version": "0.8.14",
3
+ "version": "0.8.15",
4
4
  "description": "Voice input for DeepSeek Harness: dictation chunked by pauses and voice messages, each with its own provider fallback chain (Deepgram, Groq, HuggingFace, local whisper.cpp, plus any OpenAI-compatible API of your own).",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -47,10 +47,7 @@
47
47
  },
48
48
  "client": {
49
49
  "platform": "web",
50
- "inject": [
51
- "@deepseek-ai/dsh-client-runtime",
52
- "@deepseek-ai/dsh-client-ui-slots"
53
- ]
50
+ "inject": []
54
51
  }
55
52
  },
56
53
  "peerDependencies": {
@@ -61,4 +58,4 @@
61
58
  "@deepseek-ai/dsh-llm": "^0.1.0-rc.6",
62
59
  "@deepseek-ai/schemastery": "^3.18.1"
63
60
  }
64
- }
61
+ }