File tree Expand file tree Collapse file tree 6 files changed +29
-6
lines changed Expand file tree Collapse file tree 6 files changed +29
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.2.4 (2024-10-07)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated keto-relations-parser to 0.0.10
6
+ - Updated keto-client-wrapper to 0.3.1
7
+
1
8
## 0.2.3 (2024-04-15)
2
9
3
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @getlarge/keto-cli" ,
3
- "version" : " 0.2.3 " ,
3
+ "version" : " 0.2.4 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " CLI wrapper for the Ory Keto API" ,
6
6
"homepage" : " https://github.com/getlarge/nestjs-ory-integration/tree/main/packages/keto-cli" ,
10
10
},
11
11
"dependencies" : {
12
12
"tslib" : " ^2.7.0" ,
13
- "@getlarge/keto-client-wrapper" : " 0.3.0 " ,
13
+ "@getlarge/keto-client-wrapper" : " 0.3.1 " ,
14
14
"@nestjs/common" : " ^10.4.4" ,
15
15
"@nestjs/config" : " ^3.2.3" ,
16
- "@getlarge/keto-relations-parser" : " 0.0.9 " ,
16
+ "@getlarge/keto-relations-parser" : " 0.0.10 " ,
17
17
"@ory/client" : " ^1.15.5" ,
18
18
"nest-commander" : " ^3.12.5" ,
19
19
"class-transformer" : " ^0.5.1" ,
Original file line number Diff line number Diff line change
1
+ ## 0.3.1 (2024-10-07)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated keto-relations-parser to 0.0.10
6
+
1
7
## 0.3.0 (2024-06-04)
2
8
3
9
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @getlarge/keto-client-wrapper" ,
3
- "version" : " 0.3.0 " ,
3
+ "version" : " 0.3.1 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " NestJS Module wrapper for the Ory Keto API" ,
6
6
"homepage" : " https://github.com/getlarge/nestjs-ory-integration/tree/main/packages/keto-client-wrapper" ,
9
9
"access" : " public"
10
10
},
11
11
"dependencies" : {
12
- "@getlarge/keto-relations-parser" : " 0.0.9 " ,
12
+ "@getlarge/keto-relations-parser" : " 0.0.10 " ,
13
13
"tslib" : " ^2.7.0" ,
14
14
"defekt" : " ^9.3.1" ,
15
15
"rxjs" : " ^7.8.0"
Original file line number Diff line number Diff line change
1
+ ## 0.0.10 (2024-10-07)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - ** keto-relations-parser:** accept empty string in parameters ([ 4f76aea] ( https://github.com/getlarge/nestjs-ory-integration/commit/4f76aea ) )
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - getlarge
10
+
1
11
## 0.0.9 (2024-04-05)
2
12
3
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @getlarge/keto-relations-parser" ,
3
- "version" : " 0.0.9 " ,
3
+ "version" : " 0.0.10 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " A parser for Ory Keto relation policies" ,
6
6
"homepage" : " https://github.com/getlarge/nestjs-ory-integration/tree/main/packages/keto-relations-parser" ,
You can’t perform that action at this time.
0 commit comments