@gjermundgaraba/clankerbox-sdk 0.4.0 → 0.4.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 +6 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# @gjermundgaraba/clankerbox-sdk
|
|
2
2
|
|
|
3
3
|
Generated Protobuf messages, TypeScript types and Connect RPC service descriptors
|
|
4
|
-
for
|
|
5
|
-
consumers do not need protoc, a Go toolchain, or a
|
|
4
|
+
for clankerbox. This ESM package includes compiled JavaScript and declarations;
|
|
5
|
+
consumers do not need protoc, a Go toolchain, or a clankerbox source checkout.
|
|
6
6
|
|
|
7
7
|
```sh
|
|
8
8
|
npm install @gjermundgaraba/clankerbox-sdk @connectrpc/connect @connectrpc/connect-node
|
|
@@ -21,11 +21,12 @@ the bidirectional attachment stream. `@bufbuild/protobuf` is included as a
|
|
|
21
21
|
runtime dependency. All descriptors are exported at the root and through
|
|
22
22
|
`/resources`, `/machine`, `/session` and `/host` subpaths.
|
|
23
23
|
|
|
24
|
-
SDK **0.4.
|
|
24
|
+
SDK **0.4.1** targets clankerbox **0.9.0** and its attachment-owned session
|
|
25
25
|
contract: sessions are created by `Open.create` inside `AttachSession`, and each
|
|
26
26
|
`Input` is sent at the `input_offset` the guest last acknowledged. Use this pair
|
|
27
|
-
together; SDK and controller version numbers are independent.
|
|
28
|
-
|
|
27
|
+
together; SDK and controller version numbers are independent. The wire contract
|
|
28
|
+
is unchanged from SDK 0.4.0 and clankerbox 0.8.0. Older installations and guest
|
|
29
|
+
images are not migrated.
|
|
29
30
|
|
|
30
31
|
## RPC contract
|
|
31
32
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gjermundgaraba/clankerbox-sdk",
|
|
3
|
-
"version": "0.4.
|
|
4
|
-
"description": "Generated Protobuf messages and Connect RPC service descriptors for
|
|
3
|
+
"version": "0.4.1",
|
|
4
|
+
"description": "Generated Protobuf messages and Connect RPC service descriptors for clankerbox",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|