@pellux/goodvibes-daemon-sdk 0.34.2 → 0.36.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 (2) hide show
  1. package/README.md +1 -9
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -19,15 +19,7 @@ This surface is for:
19
19
  - dispatch operator, automation, session, task, or remote API calls
20
20
  - reuse shared daemon auth/error helpers
21
21
 
22
- Typical entrypoints:
23
-
24
- ```ts
25
- import {
26
- createDaemonControlRouteHandlers,
27
- createDaemonTelemetryRouteHandlers,
28
- dispatchDaemonApiRoutes,
29
- } from '@pellux/goodvibes-sdk/daemon';
30
- ```
22
+ See [Daemon Embedding](../../docs/daemon-embedding.md) for the full daemon surface, dispatchers, and the recommended embedding pattern.
31
23
 
32
24
  This package gives you reusable route modules, but your host still owns:
33
25
  - request routing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pellux/goodvibes-daemon-sdk",
3
- "version": "0.34.2",
3
+ "version": "0.36.0",
4
4
  "engines": {
5
5
  "bun": "1.3.10",
6
6
  "node": ">=22.0.0"
@@ -157,8 +157,8 @@
157
157
  "control-plane"
158
158
  ],
159
159
  "dependencies": {
160
- "@pellux/goodvibes-contracts": "0.34.2",
161
- "@pellux/goodvibes-errors": "0.34.2"
160
+ "@pellux/goodvibes-contracts": "0.36.0",
161
+ "@pellux/goodvibes-errors": "0.36.0"
162
162
  },
163
163
  "publishConfig": {
164
164
  "access": "public"