car-runtime 0.15.0 → 0.15.2
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.
- package/index.d.ts +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* caller is expected to `JSON.parse` the result. This keeps the FFI surface
|
|
5
5
|
* small and avoids coupling the native binding to any specific TS shape.
|
|
6
6
|
*
|
|
7
|
-
* ##
|
|
7
|
+
* ## Daemon-only
|
|
8
8
|
*
|
|
9
9
|
* Every method talks to the singleton car-server daemon over WebSocket
|
|
10
10
|
* JSON-RPC. There is no embedded-engine fallback (the v0.7.x
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* using the bindings — on macOS the SwiftUI menubar app launches it for
|
|
13
13
|
* you; on Linux start it manually or via systemd.
|
|
14
14
|
*
|
|
15
|
-
* The following methods are **not exposed in
|
|
15
|
+
* The following methods are **not exposed in the FFI bindings** and throw
|
|
16
16
|
* with a clear message — connect to the daemon's WebSocket directly
|
|
17
17
|
* for the equivalent flow (see `docs/websocket-protocol.md`):
|
|
18
18
|
*
|