Skip to content

Commit

Permalink
[nestjs-client]: exports grpcClientToken for manual inject
Browse files Browse the repository at this point in the history
  • Loading branch information
zgid123 committed Mar 19, 2024
1 parent 3542f6d commit 78d0820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nestjs/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grpc.ts/nestjs-client",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"directories": {
"lib": "lib"
Expand Down
1 change: 1 addition & 0 deletions packages/nestjs/client/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ export {

export * from './decorators';
export * from './GrpcClient';
export { normalizePattern as grpcClientToken } from './utils';

0 comments on commit 78d0820

Please sign in to comment.