Comparing version 1.0.2 to 1.0.3
@@ -5,4 +5,4 @@ export * from 'nice-grpc-common'; | ||
export { createChannel, waitForChannelReady } from './client/channel'; | ||
export { ChannelCredentials } from '@grpc/grpc-js'; | ||
export { Channel, ChannelOptions, ChannelCredentials } from '@grpc/grpc-js'; | ||
export * from './client/ClientFactory'; | ||
export * from './client/Client'; |
@@ -13,3 +13,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ChannelCredentials = exports.waitForChannelReady = exports.createChannel = void 0; | ||
exports.ChannelCredentials = exports.Channel = exports.waitForChannelReady = exports.createChannel = void 0; | ||
__exportStar(require("nice-grpc-common"), exports); | ||
@@ -22,2 +22,3 @@ __exportStar(require("./server/Server"), exports); | ||
var grpc_js_1 = require("@grpc/grpc-js"); | ||
Object.defineProperty(exports, "Channel", { enumerable: true, get: function () { return grpc_js_1.Channel; } }); | ||
Object.defineProperty(exports, "ChannelCredentials", { enumerable: true, get: function () { return grpc_js_1.ChannelCredentials; } }); | ||
@@ -24,0 +25,0 @@ __exportStar(require("./client/ClientFactory"), exports); |
{ | ||
"name": "nice-grpc", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A Node.js gRPC library that is nice to you", | ||
@@ -51,3 +51,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "cdbbac0eb25c182e1af7fdb65bd8db7e37b3343a" | ||
"gitHead": "512bf522275b5f5f9e9b94bfa49fb0f339c2b488" | ||
} |
@@ -7,4 +7,4 @@ export * from 'nice-grpc-common'; | ||
export {createChannel, waitForChannelReady} from './client/channel'; | ||
export {ChannelCredentials} from '@grpc/grpc-js'; | ||
export {Channel, ChannelOptions, ChannelCredentials} from '@grpc/grpc-js'; | ||
export * from './client/ClientFactory'; | ||
export * from './client/Client'; |
Sorry, the diff of this file is not supported yet
188373
3281