@protobuf-ts/twirp-transport
Advanced tools
Comparing version 1.0.0-alpha.35 to 1.0.0-alpha.36
{ | ||
"name": "@protobuf-ts/twirp-transport", | ||
"version": "1.0.0-alpha.35", | ||
"version": "1.0.0-alpha.36", | ||
"description": "Twirp transport for code generated by the protobuf-ts plugin.", | ||
@@ -42,6 +42,6 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@protobuf-ts/runtime": "^1.0.0-alpha.35", | ||
"@protobuf-ts/runtime-rpc": "^1.0.0-alpha.35" | ||
"@protobuf-ts/runtime": "^1.0.0-alpha.36", | ||
"@protobuf-ts/runtime-rpc": "^1.0.0-alpha.36" | ||
}, | ||
"gitHead": "dbd563ea36e866b71cc9edc94930797d66c0bb71" | ||
"gitHead": "b5281c1d873d8172357bbea319d32227c974d523" | ||
} |
@@ -15,4 +15,4 @@ @protobuf-ts/twirp-transport | ||
The Twirp transport is documented in the [MANUAL](https://github.com/timostamm/protobuf-ts/MANUAL.md#twirp-transport). | ||
For a quick overview of `protobuf-ts`, check the repository [README](https://github.com/timostamm/protobuf-ts/README.md). | ||
The Twirp transport is documented in the [MANUAL](https://github.com/timostamm/protobuf-ts/blob/master/MANUAL.md#twirp-transport). | ||
For a quick overview of `protobuf-ts`, check the repository [README](https://github.com/timostamm/protobuf-ts/blob/master/README.md). | ||
@@ -22,3 +22,3 @@ | ||
The [Twirp error codes](https://github.com/timostamm/protobuf-ts/packages/twirp-transport/src/twitch-twirp-error-code.ts) | ||
The [Twirp error codes](https://github.com/timostamm/protobuf-ts/blob/master/packages/twirp-transport/src/twitch-twirp-error-code.ts) | ||
and clientcompat.proto are Copyright 2018 Twitch Interactive, Inc. |
68495