File tree Expand file tree Collapse file tree 8 files changed +45
-5
lines changed Expand file tree Collapse file tree 8 files changed +45
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.3.0 (2024-06-04)
2
+
3
+
4
+ ### 🚀 Features
5
+
6
+ - support async resolvers ([ 1a5f80b] ( https://github.com/getlarge/nestjs-ory-integration/commit/1a5f80b ) )
7
+
8
+ - bind this (Guard instance) to the Guard options factories ([ f1b7d85] ( https://github.com/getlarge/nestjs-ory-integration/commit/f1b7d85 ) )
9
+
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - getlarge @getlarge
14
+
1
15
## 0.2.1 (2024-04-12)
2
16
3
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @getlarge/hydra-client-wrapper" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.3.0 " ,
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" ,
Original file line number Diff line number Diff line change 9
9
},
10
10
"dependencies" : {
11
11
"tslib" : " ^2.3.0" ,
12
- "@getlarge/keto-client-wrapper" : " 0.2.6 " ,
12
+ "@getlarge/keto-client-wrapper" : " 0.3.0 " ,
13
13
"@nestjs/common" : " ^10.0.2" ,
14
14
"@nestjs/config" : " ^3.1.1" ,
15
15
"@getlarge/keto-relations-parser" : " 0.0.9" ,
Original file line number Diff line number Diff line change
1
+ ## 0.3.0 (2024-06-04)
2
+
3
+
4
+ ### 🚀 Features
5
+
6
+ - bind this (Guard instance) to the Guard options factories ([ f1b7d85] ( https://github.com/getlarge/nestjs-ory-integration/commit/f1b7d85 ) )
7
+
8
+
9
+ ### ❤️ Thank You
10
+
11
+ - getlarge @getlarge
12
+
1
13
## 0.2.6 (2024-04-12)
2
14
3
15
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @getlarge/keto-client-wrapper" ,
3
- "version" : " 0.2.6 " ,
3
+ "version" : " 0.3.0 " ,
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" ,
Original file line number Diff line number Diff line change 10
10
"dependencies" : {
11
11
"tslib" : " ^2.3.0" ,
12
12
"@nestjs/common" : " ^10.0.2" ,
13
- "@getlarge/kratos-client-wrapper" : " 0.1.8 " ,
13
+ "@getlarge/kratos-client-wrapper" : " 0.2.0 " ,
14
14
"@nestjs/config" : " ^3.1.1" ,
15
15
"nest-commander" : " ^3.12.5" ,
16
16
"class-transformer" : " ^0.5.1" ,
Original file line number Diff line number Diff line change
1
+ ## 0.2.0 (2024-06-04)
2
+
3
+
4
+ ### 🚀 Features
5
+
6
+ - support async resolvers ([ 1a5f80b] ( https://github.com/getlarge/nestjs-ory-integration/commit/1a5f80b ) )
7
+
8
+ - bind this (Guard instance) to the Guard options factories ([ f1b7d85] ( https://github.com/getlarge/nestjs-ory-integration/commit/f1b7d85 ) )
9
+
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - getlarge @getlarge
14
+
1
15
## 0.1.8 (2024-04-12)
2
16
3
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @getlarge/kratos-client-wrapper" ,
3
- "version" : " 0.1.8 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " NestJS Module wrapper for the Ory Kratos API" ,
6
6
"homepage" : " https://github.com/getlarge/nestjs-ory-integration/tree/main/packages/kratos-client-wrapper" ,
You can’t perform that action at this time.
0 commit comments