File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.3.2 (2024-10-07)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated kratos-client-wrapper to 0.2.2
6
+
1
7
## 0.3.1 (2024-10-07)
2
8
3
9
### 🩹 Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @getlarge/kratos-cli" ,
3
- "version" : " 0.3.1 " ,
3
+ "version" : " 0.3.2 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " CLI wrapper for the Ory Kratos API" ,
6
6
"homepage" : " https://github.com/getlarge/nestjs-ory-integration/tree/main/packages/kratos-cli" ,
10
10
},
11
11
"dependencies" : {
12
12
"tslib" : " ^2.7.0" ,
13
- "@getlarge/kratos-client-wrapper" : " 0.2.1 " ,
13
+ "@getlarge/kratos-client-wrapper" : " 0.2.2 " ,
14
14
"nest-commander" : " ^3.15.0"
15
15
},
16
16
"peerDependencies" : {
Original file line number Diff line number Diff line change
1
+ ## 0.2.2 (2024-10-07)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - update authorization header parsing to be case-insensitive ([ b3bafcf] ( https://github.com/getlarge/nestjs-ory-integration/commit/b3bafcf ) )
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - getlarge
10
+
1
11
## 0.2.1 (2024-10-07)
2
12
3
13
### 🩹 Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @getlarge/kratos-client-wrapper" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.2.2 " ,
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