@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.0
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. P11 pairs SDK `0.1.0` with
18
- Runtime `0.22.0`; compatibility is based on protocol, schema, operations, and
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.0";
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"];
@@ -326,7 +326,7 @@ export const runtimeV1Fixture = {
326
326
  },
327
327
  "descriptor": {
328
328
  "protocolVersion": "miao.runtime/v1",
329
- "platformVersion": "0.22.0",
329
+ "platformVersion": "0.22.1",
330
330
  "mode": "process",
331
331
  "profile": "minimal",
332
332
  "operations": [
@@ -325,7 +325,7 @@
325
325
  },
326
326
  "descriptor": {
327
327
  "protocolVersion": "miao.runtime/v1",
328
- "platformVersion": "0.22.0",
328
+ "platformVersion": "0.22.1",
329
329
  "mode": "process",
330
330
  "profile": "minimal",
331
331
  "operations": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@miao-ai/protocol",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Transport-neutral generated contracts and codecs for miao.runtime/v1",
5
5
  "author": "Miao Contributors",
6
6
  "keywords": [