@join-com/grpc-ts
Advanced tools
Comparing version 1.1.3 to 1.1.4-0
export { Client, ClientTrace } from './Client'; | ||
export { Service, handleUnaryCallPromise, handleClientStreamingCallPromise, handleCall, Implementations } from './Service'; | ||
export { Server } from './Server'; | ||
import * as grpcOriginal from 'grpc'; | ||
export declare const grpc: typeof grpcOriginal; | ||
export { default as grpc } from 'grpc'; | ||
export { Metadata } from './metadata'; |
"use strict"; | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; | ||
result["default"] = mod; | ||
return result; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -16,4 +9,4 @@ var Client_1 = require("./Client"); | ||
exports.Server = Server_1.Server; | ||
const grpcOriginal = __importStar(require("grpc")); | ||
exports.grpc = grpcOriginal; | ||
var grpc_1 = require("grpc"); | ||
exports.grpc = grpc_1.default; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@join-com/grpc-ts", | ||
"version": "1.1.3", | ||
"version": "1.1.4-0", | ||
"description": "grpc typescript wrapper", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
39359
607
1