File tree Expand file tree Collapse file tree 14 files changed +106
-14
lines changed Expand file tree Collapse file tree 14 files changed +106
-14
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.8 (2025-02-01)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - ensure typecheck is passing ([ 6d88022] ( https://github.com/getlarge/nestjs-ory-integration/commit/6d88022 ) )
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - getlarge
10
+
1
11
## 0.1.7 (2024-10-07)
2
12
3
13
### 🩹 Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @getlarge/base-client-wrapper" ,
3
3
"private" : true ,
4
- "version" : " 0.1.7 " ,
4
+ "version" : " 0.1.8 " ,
5
5
"license" : " MIT" ,
6
6
"dependencies" : {
7
7
"tslib" : " ^2.7.0"
Original file line number Diff line number Diff line change
1
+ ## 0.3.2 (2025-02-01)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - ensure typecheck is passing ([ 6d88022] ( https://github.com/getlarge/nestjs-ory-integration/commit/6d88022 ) )
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated base-client-wrapper to 0.1.8
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - getlarge
14
+
1
15
## 0.3.1 (2024-10-07)
2
16
3
17
### 🩹 Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @getlarge/hydra-client-wrapper" ,
3
- "version" : " 0.3.1 " ,
3
+ "version" : " 0.3.2 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " NestJS Module wrapper for the Ory Hydra API" ,
6
6
"homepage" : " https://github.com/getlarge/nestjs-ory-integration/tree/main/packages/hydra-client-wrapper" ,
9
9
"access" : " public"
10
10
},
11
11
"devDependencies" : {
12
- "@getlarge/base-client-wrapper" : " * "
12
+ "@getlarge/base-client-wrapper" : " 0.1.8 "
13
13
},
14
14
"dependencies" : {
15
15
"tslib" : " ^2.7.0"
Original file line number Diff line number Diff line change
1
+ ## 0.2.10 (2025-02-01)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - ensure typecheck is passing ([ 6d88022] ( https://github.com/getlarge/nestjs-ory-integration/commit/6d88022 ) )
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated keto-relations-parser to 0.0.12
10
+ - Updated keto-client-wrapper to 0.6.1
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - getlarge
15
+
1
16
## 0.2.9 (2025-02-01)
2
17
3
18
### 🧱 Updated Dependencies
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @getlarge/keto-cli" ,
3
- "version" : " 0.2.9 " ,
3
+ "version" : " 0.2.10 " ,
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" ,
13
13
"@getlarge/keto-relations-parser" : " *"
14
14
},
15
15
"dependencies" : {
16
- "@getlarge/keto-client-wrapper" : " 0.6.0 " ,
17
- "@getlarge/keto-relations-parser" : " 0.0.11 " ,
16
+ "@getlarge/keto-client-wrapper" : " 0.6.1 " ,
17
+ "@getlarge/keto-relations-parser" : " 0.0.12 " ,
18
18
"tslib" : " ^2.7.0" ,
19
19
"nest-commander" : " ^3.16.0"
20
20
},
Original file line number Diff line number Diff line change
1
+ ## 0.6.1 (2025-02-01)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - ensure typecheck is passing ([ 6d88022] ( https://github.com/getlarge/nestjs-ory-integration/commit/6d88022 ) )
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated keto-relations-parser to 0.0.12
10
+ - Updated base-client-wrapper to 0.1.8
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - getlarge
15
+
1
16
## 0.6.0 (2025-02-01)
2
17
3
18
### 🚀 Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @getlarge/keto-client-wrapper" ,
3
- "version" : " 0.6.0 " ,
3
+ "version" : " 0.6.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
"devDependencies" : {
12
- "@getlarge/base-client-wrapper" : " * " ,
12
+ "@getlarge/base-client-wrapper" : " 0.1.8 " ,
13
13
"@getlarge/keto-relations-parser" : " *"
14
14
},
15
15
"dependencies" : {
16
- "@getlarge/keto-relations-parser" : " 0.0.11 " ,
16
+ "@getlarge/keto-relations-parser" : " 0.0.12 " ,
17
17
"tslib" : " ^2.7.0" ,
18
18
"defekt" : " ^9.3.1" ,
19
19
"rxjs" : " ^7.8.0"
Original file line number Diff line number Diff line change
1
+ ## 0.0.12 (2025-02-01)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - ensure typecheck is passing ([ 6d88022] ( https://github.com/getlarge/nestjs-ory-integration/commit/6d88022 ) )
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - getlarge
10
+
1
11
## 0.0.11 (2024-10-08)
2
12
3
13
### 🩹 Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @getlarge/keto-relations-parser" ,
3
- "version" : " 0.0.11 " ,
3
+ "version" : " 0.0.12 " ,
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