@xfey/tutti 0.1.90 → 0.1.91

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.
@@ -463,6 +463,7 @@ export async function startForegroundHostServer(options) {
463
463
  });
464
464
  app = options.createServer({
465
465
  agentContext: { tokenRegistry: agentContextTokenRegistry },
466
+ serviceVersion: HOST_SERVER_VERSION,
466
467
  health: {
467
468
  readiness: {
468
469
  relay: () => relayConnectionManager?.getState().status === "connected"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xfey/tutti",
3
- "version": "0.1.90",
3
+ "version": "0.1.91",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",