@protobuf-ts/twirp-transport
Advanced tools
Comparing version 2.0.0-alpha.1 to 2.0.0-alpha.2
@@ -14,2 +14,1 @@ "use strict"; | ||
Object.defineProperty(exports, "TwirpErrorCode", { enumerable: true, get: function () { return twitch_twirp_error_code_1.TwirpErrorCode; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -64,2 +64,1 @@ "use strict"; | ||
exports.parseMetadataFromResponseHeaders = parseMetadataFromResponseHeaders; | ||
//# sourceMappingURL=twirp-format.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=twirp-options.js.map |
@@ -117,2 +117,1 @@ "use strict"; | ||
exports.TwirpFetchTransport = TwirpFetchTransport; | ||
//# sourceMappingURL=twirp-transport.js.map |
@@ -127,2 +127,1 @@ "use strict"; | ||
})(TwirpErrorCode = exports.TwirpErrorCode || (exports.TwirpErrorCode = {})); | ||
//# sourceMappingURL=twitch-twirp-error-code.js.map |
@@ -7,2 +7,1 @@ // Public API of the Twirp transport. | ||
export { TwirpErrorCode } from "./twitch-twirp-error-code"; | ||
//# sourceMappingURL=index.js.map |
@@ -58,2 +58,1 @@ import { isJsonObject } from "@protobuf-ts/runtime"; | ||
} | ||
//# sourceMappingURL=twirp-format.js.map |
@@ -113,2 +113,1 @@ import { createTwirpRequestHeader, parseMetadataFromResponseHeaders, parseTwirpErrorResponse } from "./twirp-format"; | ||
} | ||
//# sourceMappingURL=twirp-transport.js.map |
@@ -124,2 +124,1 @@ // Copyright 2018 Twitch Interactive, Inc. All Rights Reserved. | ||
})(TwirpErrorCode || (TwirpErrorCode = {})); | ||
//# sourceMappingURL=twitch-twirp-error-code.js.map |
@@ -5,2 +5,1 @@ export { TwirpFetchTransport } from './twirp-transport'; | ||
export { TwirpErrorCode } from "./twitch-twirp-error-code"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -18,2 +18,1 @@ import { JsonValue } from "@protobuf-ts/runtime"; | ||
export declare function parseMetadataFromResponseHeaders(headers: Headers): RpcMetadata; | ||
//# sourceMappingURL=twirp-format.d.ts.map |
@@ -28,2 +28,1 @@ import { RpcOptions } from "@protobuf-ts/runtime-rpc"; | ||
} | ||
//# sourceMappingURL=twirp-options.d.ts.map |
@@ -36,2 +36,1 @@ import { TwirpOptions } from "./twirp-options"; | ||
} | ||
//# sourceMappingURL=twirp-transport.d.ts.map |
@@ -111,2 +111,1 @@ /** | ||
} | ||
//# sourceMappingURL=twitch-twirp-error-code.d.ts.map |
{ | ||
"name": "@protobuf-ts/twirp-transport", | ||
"version": "2.0.0-alpha.1", | ||
"version": "2.0.0-alpha.2", | ||
"description": "Twirp transport for code generated by the protoc plugin \"protobuf-ts\".", | ||
@@ -42,6 +42,6 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@protobuf-ts/runtime": "^2.0.0-alpha.1", | ||
"@protobuf-ts/runtime-rpc": "^2.0.0-alpha.1" | ||
"@protobuf-ts/runtime": "^2.0.0-alpha.2", | ||
"@protobuf-ts/runtime-rpc": "^2.0.0-alpha.2" | ||
}, | ||
"gitHead": "46e7ac5b6075f4d84129ea5b260b316226300a88" | ||
"gitHead": "79597288e771900aaf6b9a28fa19ca6b29140bf6" | ||
} |
49950
18