Skip to content

capnweb-validate@0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Aug 16:28
· 2 commits to main since this release
7702075

Minor Changes

  • #253 46de5a7 Thanks @ndisidore! - Fixed methods declared to return Promise<RpcStub<T>> producing broken stub-of-stub result types; they now type the same as Promise<T>. If you annotated such a result as RpcPromise<RpcStub<T>>, write RpcPromise<T> instead.