@matrixai/rpc
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -161,3 +161,3 @@ /// <reference types="node" /> | ||
*/ | ||
interface RPCStream<R, W, M extends Record<string, JSONValue> = Record<string, JSONValue>> extends ReadableWritablePair<R, W> { | ||
interface RPCStream<R, W, M extends POJO = POJO> extends ReadableWritablePair<R, W> { | ||
cancel: (reason?: any) => void; | ||
@@ -164,0 +164,0 @@ meta?: M; |
{ | ||
"name": "@matrixai/rpc", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"author": "Matrix AI", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
233618