@join-com/grpc
Advanced tools
Comparing version 3.0.0-alpha.11 to 3.0.0-alpha.12
@@ -11,2 +11,3 @@ export type { IBidiStreamRequest, IClient, IClientMethods, IClientStreamRequest, IExtendedClient, IServerStreamRequest, IUnaryRequest, } from './interfaces/IClient'; | ||
export * as grpc from '@grpc/grpc-js'; | ||
export * from './types/BackwardCompatibleCalls'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -21,2 +21,5 @@ "use strict"; | ||
}; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -32,2 +35,3 @@ exports.grpc = exports.Service = exports.Server = exports.Client = void 0; | ||
exports.grpc = __importStar(require("@grpc/grpc-js")); | ||
__exportStar(require("./types/BackwardCompatibleCalls"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@join-com/grpc", | ||
"version": "3.0.0-alpha.11", | ||
"version": "3.0.0-alpha.12", | ||
"description": "gRPC library", | ||
@@ -5,0 +5,0 @@ "author": "JOIN Solutions", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
71489
78
748