Skip to content

Commit 63cb8de

Browse files
committed
chore(release): publish
- project: keto-client-wrapper 0.6.0 - project: keto-cli 0.2.9
1 parent 6d038c3 commit 63cb8de

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

packages/keto-cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.2.9 (2025-02-01)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated keto-client-wrapper to 0.6.0
6+
17
## 0.2.8 (2024-11-12)
28

39
### 🧱 Updated Dependencies

packages/keto-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getlarge/keto-cli",
3-
"version": "0.2.8",
3+
"version": "0.2.9",
44
"license": "MIT",
55
"description": "CLI wrapper for the Ory Keto API",
66
"homepage": "https://github.com/getlarge/nestjs-ory-integration/tree/main/packages/keto-cli",
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"tslib": "^2.7.0",
13-
"@getlarge/keto-client-wrapper": "0.5.0",
13+
"@getlarge/keto-client-wrapper": "0.6.0",
1414
"@getlarge/keto-relations-parser": "0.0.11",
1515
"nest-commander": "^3.12.5"
1616
},

packages/keto-client-wrapper/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 0.6.0 (2025-02-01)
2+
3+
### 🚀 Features
4+
5+
- **keto-client-wrapper:** add conditional support for batch permission checks ([117a2d1](https://github.com/getlarge/nestjs-ory-integration/commit/117a2d1))
6+
- refactor OryAuthorizationGuard tests to use batchCheckPermission and improve logging ([96c0756](https://github.com/getlarge/nestjs-ory-integration/commit/96c0756))
7+
- update OryAuthorizationGuard to use batchCheckPermission ([22d788c](https://github.com/getlarge/nestjs-ory-integration/commit/22d788c))
8+
9+
### 🩹 Fixes
10+
11+
- **keto-client-wrapper:** format code ([a88f1f3](https://github.com/getlarge/nestjs-ory-integration/commit/a88f1f3))
12+
- **keto-client-wrapper:** update OryAuthorizationGuard to allow null type for parentType and fill empty array ([0828fdc](https://github.com/getlarge/nestjs-ory-integration/commit/0828fdc))
13+
- **keto-client-wrapper:** enhance error handling for Axios errors in mock controller ([ae4aff0](https://github.com/getlarge/nestjs-ory-integration/commit/ae4aff0))
14+
- **keto-client-wrapper:** update host configuration to allow external access ([7c7ef46](https://github.com/getlarge/nestjs-ory-integration/commit/7c7ef46))
15+
- **keto-client-wrapper:** update healthcheck command and parameters in Dockerfile ([1daeefe](https://github.com/getlarge/nestjs-ory-integration/commit/1daeefe))
16+
- **keto-client-wrapper:** increase retries in Dockerfile healthcheck ([acdb3c3](https://github.com/getlarge/nestjs-ory-integration/commit/acdb3c3))
17+
18+
### ❤️ Thank You
19+
20+
- getlarge
21+
122
## 0.5.0 (2024-11-12)
223

324
### 🚀 Features

packages/keto-client-wrapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getlarge/keto-client-wrapper",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"license": "MIT",
55
"description": "NestJS Module wrapper for the Ory Keto API",
66
"homepage": "https://github.com/getlarge/nestjs-ory-integration/tree/main/packages/keto-client-wrapper",

0 commit comments

Comments
 (0)