@cratestack/ts-types 0.7.15 → 0.7.17
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 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,7 +20,10 @@ package's weight to your bundle.
|
|
|
20
20
|
## Exports
|
|
21
21
|
|
|
22
22
|
- **`.`** — `RpcLink`, `RpcLinkRequest`, `RpcLinkResponse`, `RpcLinkNext`, `CratestackRpcCodec`,
|
|
23
|
-
`RpcRequest`, `RpcResponseFrame`, `RpcErrorBody
|
|
23
|
+
`RpcRequest`, `RpcResponseFrame`, `RpcErrorBody`, `RpcCaller`; the streaming counterparts
|
|
24
|
+
`RpcStreamLinkRequest`, `RpcStreamFrame`, `RpcStreamLinkNext`, `RpcStreamLink`; and, re-exported
|
|
25
|
+
from `./cbor-seq`, `MalformedCborSeqError`, `RPC_STREAM_ERROR_TAG`, `CborSeqBoundaryScanner`,
|
|
26
|
+
`classifyCborSeqItem`.
|
|
24
27
|
- **`./test-harness`** — `FakeRuntime`, a minimal in-memory runtime that mirrors
|
|
25
28
|
`CratestackRpcRuntime`'s chain construction exactly, for testing `RpcLink` implementations
|
|
26
29
|
against a real chain instead of a reimplementation of one. Not part of the public API surface —
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cratestack/ts-types",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.17",
|
|
4
4
|
"description": "Shared TypeScript interfaces for CrateStack's generated RPC client (RpcLink, RpcLinkRequest, wire frame shapes). Types only — compiles to near-empty JS.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|