Skip to content

Commit

Permalink
fix: BREAKING CHANGE use stock @ory/keto-grpc-client
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelfimov committed Jan 12, 2024
1 parent 2b50e44 commit a7d01e8
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 20 deletions.
14 changes: 7 additions & 7 deletions .pnp.cjs

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

Binary file not shown.
Binary file added .yarn/cache/fsevents-patch-19706e7e35-9.zip
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/grpc-keto/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @atls/grpc-keto

## Ошибка `typecheck`

https://github.com/ory/keto/issues/1317

---

## Принцип работы

Интеграция с `keto` на уровне контроллера.

Принцип действия:
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc-keto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@grpc/grpc-js": "1.9.13",
"@ory/keto-grpc-client": "patch:@ory/keto-grpc-client@npm%3A0.11.1-alpha.0#~/.yarn/patches/@ory-keto-grpc-client-npm-0.11.1-alpha.0-92da71e435.patch",
"@ory/keto-grpc-client": "0.11.1-alpha.0",
"grpc": "1.24.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc-keto/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export * from './module'
export * from '@ory/keto-grpc-client'
export * from './guard'
export * from './decorators'
export * from './guard'
export * from './utils'
12 changes: 1 addition & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ __metadata:
"@nestjs/core": "npm:10.2.5"
"@nestjs/graphql": "npm:12.0.10"
"@nestjs/testing": "npm:10.2.5"
"@ory/keto-grpc-client": "patch:@ory/keto-grpc-client@npm%3A0.11.1-alpha.0#~/.yarn/patches/@ory-keto-grpc-client-npm-0.11.1-alpha.0-92da71e435.patch"
"@ory/keto-grpc-client": "npm:0.11.1-alpha.0"
"@types/lodash": "npm:4.14.178"
"@types/supertest": "npm:2.0.16"
graphql: "npm:16.8.1"
Expand Down Expand Up @@ -3680,16 +3680,6 @@ __metadata:
languageName: node
linkType: hard

"@ory/keto-grpc-client@patch:@ory/keto-grpc-client@npm%3A0.11.1-alpha.0#~/.yarn/patches/@ory-keto-grpc-client-npm-0.11.1-alpha.0-92da71e435.patch":
version: 0.11.1-alpha.0
resolution: "@ory/keto-grpc-client@patch:@ory/keto-grpc-client@npm%3A0.11.1-alpha.0#~/.yarn/patches/@ory-keto-grpc-client-npm-0.11.1-alpha.0-92da71e435.patch::version=0.11.1-alpha.0&hash=74abdd"
dependencies:
"@grpc/grpc-js": "npm:^1.7.3"
google-protobuf: "npm:^3.21.2"
checksum: d4cccb1268b07660614362993bdf01d8efb99f773f206555f72a4e79b526dd38aa5f850e49cddd8cea81e1a5ce2cd7300f67766295a81030924bec8b4eaf6a48
languageName: node
linkType: hard

"@ory/kratos-client@npm:0.5.5-alpha.4":
version: 0.5.5-alpha.4
resolution: "@ory/kratos-client@npm:0.5.5-alpha.4"
Expand Down

0 comments on commit a7d01e8

Please sign in to comment.