@miao-ai/protocol 0.1.0 → 0.1.1
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
CHANGED
|
@@ -4,7 +4,7 @@ Generated TypeScript contracts, JSON Schema, fixtures, and bounded frame codecs
|
|
|
4
4
|
for `miao.runtime/v1`.
|
|
5
5
|
|
|
6
6
|
```bash
|
|
7
|
-
npm install @miao-ai/protocol@0.1.
|
|
7
|
+
npm install @miao-ai/protocol@0.1.1
|
|
8
8
|
```
|
|
9
9
|
|
|
10
10
|
Use this package when implementing a custom transport or validating protocol
|
|
@@ -14,8 +14,8 @@ re-exports the public protocol and client API.
|
|
|
14
14
|
The generated declarations and schemas come from the Rust protocol source of
|
|
15
15
|
truth. Do not copy or hand-edit them downstream.
|
|
16
16
|
|
|
17
|
-
Runtime and SDK versions are independent.
|
|
18
|
-
Runtime `0.22.
|
|
17
|
+
Runtime and SDK versions are independent. The current release pairs SDK `0.1.1`
|
|
18
|
+
with Runtime `0.22.1`; compatibility is based on protocol, schema, operations, and
|
|
19
19
|
features rather than equal SemVer values.
|
|
20
20
|
|
|
21
21
|
Licensed under MIT OR Apache-2.0.
|
|
@@ -325,7 +325,7 @@ export declare const runtimeV1Fixture: {
|
|
|
325
325
|
};
|
|
326
326
|
readonly descriptor: {
|
|
327
327
|
readonly protocolVersion: "miao.runtime/v1";
|
|
328
|
-
readonly platformVersion: "0.22.
|
|
328
|
+
readonly platformVersion: "0.22.1";
|
|
329
329
|
readonly mode: "process";
|
|
330
330
|
readonly profile: "minimal";
|
|
331
331
|
readonly operations: readonly ["runtime.describe", "apps.register", "apps.list"];
|