@sjhmars/happy-bridge 0.1.0 → 0.2.0

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 +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sjhmars/happy-bridge",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Pair an already-running dsh web/desktop client with Happy App so the phone remote-controls the same harness sessions",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -56,6 +56,7 @@
56
56
  "@deepseek-ai/schemastery": ">=0.1.0-rc.5",
57
57
  "@deepseek-ai/dsh-agent": ">=0.1.0-rc.5",
58
58
  "@deepseek-ai/dsh-attachment": ">=0.1.0-rc.5",
59
+ "@deepseek-ai/dsh-api-session-controller": ">=0.1.2-alpha.1",
59
60
  "@deepseek-ai/dsh-client-connection": ">=0.1.0-rc.5",
60
61
  "@deepseek-ai/dsh-client-locale": ">=0.1.0-rc.5",
61
62
  "@deepseek-ai/dsh-client-runtime": ">=0.1.0-rc.5",