Skip to content

Commit

Permalink
feat(grpc-playground): swap monstrs with local package
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelfimov committed Sep 27, 2024
1 parent b3de2e1 commit 5cd88ae
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 23 deletions.
33 changes: 19 additions & 14 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/nestjs-grpc-reflection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"proto:lint": "buf lint"
},
"dependencies": {
"@atls/nestjs-proto-types": "workspace:*",
"@grpc/grpc-js": "1.11.2",
"@grpc/proto-loader": "0.7.13",
"@monstrs/types-import-proto": "0.0.1",
"google-protobuf": "3.21.4",
"protobufjs": "7.4.0"
},
Expand Down
15 changes: 7 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -570,10 +570,10 @@ __metadata:
version: 0.0.0-use.local
resolution: "@atls/nestjs-grpc-reflection@workspace:packages/nestjs-grpc-reflection"
dependencies:
"@atls/nestjs-proto-types": "workspace:*"
"@grpc/grpc-js": "npm:1.11.2"
"@grpc/proto-loader": "npm:0.7.13"
"@jest/globals": "npm:29.7.0"
"@monstrs/types-import-proto": "npm:0.0.1"
"@nestjs/common": "npm:10.4.1"
"@nestjs/core": "npm:10.4.1"
"@nestjs/microservices": "npm:10.4.1"
Expand Down Expand Up @@ -717,6 +717,12 @@ __metadata:
languageName: unknown
linkType: soft

"@atls/nestjs-proto-types@workspace:*, @atls/nestjs-proto-types@workspace:packages/nestjs-proto-types":
version: 0.0.0-use.local
resolution: "@atls/nestjs-proto-types@workspace:packages/nestjs-proto-types"
languageName: unknown
linkType: soft

"@atls/nestjs-redis@npm:^0.0.1, @atls/nestjs-redis@workspace:packages/nestjs-redis":
version: 0.0.0-use.local
resolution: "@atls/nestjs-redis@workspace:packages/nestjs-redis"
Expand Down Expand Up @@ -4182,13 +4188,6 @@ __metadata:
languageName: node
linkType: hard

"@monstrs/types-import-proto@npm:0.0.1":
version: 0.0.1
resolution: "@monstrs/types-import-proto@npm:0.0.1"
checksum: 10c0/e99a8e461364156d84714afaf13cd631200bf4f22c709c7f93a03aefa992882b8c3f585a7fcfa621b8f58de7c50208399788662fa21b03838e983ef543d744e8
languageName: node
linkType: hard

"@n1ru4l/graphql-live-query@npm:0.7.1":
version: 0.7.1
resolution: "@n1ru4l/graphql-live-query@npm:0.7.1"
Expand Down

0 comments on commit 5cd88ae

Please sign in to comment.