@miao-ai/client 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 +4 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Transport-independent TypeScript client for `miao.runtime/v1`.
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
|
-
npm install @miao-ai/client@0.1.
|
|
6
|
+
npm install @miao-ai/client@0.1.1
|
|
7
7
|
```
|
|
8
8
|
|
|
9
9
|
The package provides correlated requests, typed Runtime operations, event
|
|
@@ -18,7 +18,8 @@ Host Capability handlers should declare input/output schemas, enforce a finite
|
|
|
18
18
|
deadline, and propagate `context.signal`. Write capabilities always traverse
|
|
19
19
|
Runtime policy and approval.
|
|
20
20
|
|
|
21
|
-
Runtime and SDK versions are independent.
|
|
22
|
-
Runtime `0.22.
|
|
21
|
+
Runtime and SDK versions are independent. The current release pairs SDK `0.1.1`
|
|
22
|
+
with Runtime `0.22.1`; compatibility is negotiated through the protocol
|
|
23
|
+
descriptor.
|
|
23
24
|
|
|
24
25
|
Licensed under MIT OR Apache-2.0.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@miao-ai/client",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Transport-independent client for the Miao Runtime Protocol",
|
|
5
5
|
"author": "Miao Contributors",
|
|
6
6
|
"keywords": [
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@miao-ai/protocol": "0.1.
|
|
32
|
+
"@miao-ai/protocol": "0.1.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"typescript": "^5.8.3",
|