File tree Expand file tree Collapse file tree 12 files changed +83
-10
lines changed Expand file tree Collapse file tree 12 files changed +83
-10
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.3.3 (2025-03-24)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - update package.json exports to use .js and .d.ts extensions ([ 50c5dc1] ( https://github.com/getlarge/nestjs-ory-integration/commit/50c5dc1 ) )
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - getlarge
10
+
1
11
## 0.3.2 (2025-02-01)
2
12
3
13
### 🩹 Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @getlarge/hydra-client-wrapper" ,
3
- "version" : " 0.3.2 " ,
3
+ "version" : " 0.3.3 " ,
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
1
+ ## 0.2.12 (2025-03-24)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - update package.json exports to use .js and .d.ts extensions ([ 50c5dc1] ( https://github.com/getlarge/nestjs-ory-integration/commit/50c5dc1 ) )
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated keto-relations-parser to 0.0.13
10
+ - Updated keto-client-wrapper to 0.6.3
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - getlarge
15
+
1
16
## 0.2.11 (2025-02-05)
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.11 " ,
3
+ "version" : " 0.2.12 " ,
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.2 " ,
17
- "@getlarge/keto-relations-parser" : " 0.0.12 " ,
16
+ "@getlarge/keto-client-wrapper" : " 0.6.3 " ,
17
+ "@getlarge/keto-relations-parser" : " 0.0.13 " ,
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.3 (2025-03-24)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - update package.json exports to use .js and .d.ts extensions ([ 50c5dc1] ( https://github.com/getlarge/nestjs-ory-integration/commit/50c5dc1 ) )
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated keto-relations-parser to 0.0.13
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - getlarge
14
+
1
15
## 0.6.2 (2025-02-05)
2
16
3
17
### 🩹 Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @getlarge/keto-client-wrapper" ,
3
- "version" : " 0.6.2 " ,
3
+ "version" : " 0.6.3 " ,
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" ,
13
13
"@getlarge/keto-relations-parser" : " *"
14
14
},
15
15
"dependencies" : {
16
- "@getlarge/keto-relations-parser" : " 0.0.12 " ,
16
+ "@getlarge/keto-relations-parser" : " 0.0.13 " ,
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.13 (2025-03-24)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - update package.json exports to use .js and .d.ts extensions ([ 50c5dc1] ( https://github.com/getlarge/nestjs-ory-integration/commit/50c5dc1 ) )
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - getlarge
10
+
1
11
## 0.0.12 (2025-02-01)
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.12 " ,
3
+ "version" : " 0.0.13 " ,
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" ,
Original file line number Diff line number Diff line change
1
+ ## 0.3.4 (2025-03-24)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - update package.json exports to use .js and .d.ts extensions ([ 50c5dc1] ( https://github.com/getlarge/nestjs-ory-integration/commit/50c5dc1 ) )
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated kratos-client-wrapper to 0.2.4
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - getlarge
14
+
1
15
## 0.3.3 (2025-02-01)
2
16
3
17
### 🩹 Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @getlarge/kratos-cli" ,
3
- "version" : " 0.3.3 " ,
3
+ "version" : " 0.3.4 " ,
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.3 " ,
13
+ "@getlarge/kratos-client-wrapper" : " 0.2.4 " ,
14
14
"nest-commander" : " ^3.16.0"
15
15
},
16
16
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments