@mearl/cloud-types 2.5.0 → 2.6.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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Mearl 云端通信链路的共享类型与常量。
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
`@mearl/client`、`cloud-server`、`cloud-connector` 三端通过 WebSocket 互通,本包定义它们之间消息的**统一协议**(消息结构、心跳、缓冲区上限、各类超时默认值),确保三端对线上格式始终一致。
|
|
6
6
|
|
|
7
7
|
> 仅供 monorepo 内部使用。
|
|
8
8
|
|