@todu/engine 0.9.3 → 0.10.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/dist/todu.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/todu.d.ts CHANGED
@@ -24,7 +24,7 @@ export interface ToduConfig {
24
24
  /**
25
25
  * Remote multi-device sync configuration.
26
26
  * When provided, connects a second WebSocketClientAdapter to the remote server.
27
- * Used by Electron and toduai serve.
27
+ * Used by Electron and daemon-backed CLI clients.
28
28
  *
29
29
  * IMPORTANT: Never use wss://sync.todu.sh in development or tests.
30
30
  * Use ws://localhost:3030 via `make dev`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todu/engine",
3
- "version": "0.9.3",
3
+ "version": "0.10.0",
4
4
  "description": "Task management engine with offline-first CRDT storage and sync",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",