File tree Expand file tree Collapse file tree 7 files changed +36
-24
lines changed Expand file tree Collapse file tree 7 files changed +36
-24
lines changed Original file line number Diff line number Diff line change 72
72
" {workspaceRoot}/.eslintignore" ,
73
73
" {workspaceRoot}/eslint.config.js"
74
74
]
75
+ },
76
+ "@nx/js:tsc" : {
77
+ "cache" : true ,
78
+ "dependsOn" : [" ^build" ],
79
+ "inputs" : [" production" , " ^production" ]
75
80
}
76
81
},
77
82
"nxCloudAccessToken" : " ODFiNmMyMzAtODQ1OS00NGQzLWJjYmYtNzA2MmNlMTc2NTc5fHJlYWQtd3JpdGU=" ,
Original file line number Diff line number Diff line change 4
4
"version" : " 0.1.6" ,
5
5
"license" : " MIT" ,
6
6
"dependencies" : {
7
- "@nestjs/axios" : " ^3.0.3" ,
8
- "@nestjs/common" : " ^10.4.4" ,
9
7
"tslib" : " ^2.7.0" ,
10
8
"axios" : " 1.7.7"
11
9
},
10
+ "peerDependencies" : {
11
+ "@nestjs/axios" : " ^3" ,
12
+ "@nestjs/common" : " ^10" ,
13
+ "axios" : " ^1.6 || ^1.7"
14
+ },
12
15
"type" : " commonjs" ,
13
16
"main" : " ./src/index.js" ,
14
17
"typings" : " ./src/index.d.ts"
Original file line number Diff line number Diff line change 12
12
"tslib" : " ^2.7.0"
13
13
},
14
14
"peerDependencies" : {
15
- "axios" : " 1.7.7 " ,
16
- "@nestjs/axios " : " ^3.0.3 " ,
17
- "@nestjs/common " : " ^10.4.4 " ,
18
- "@ory/client" : " ^1.15.5 "
15
+ "@nestjs/ axios" : " ^3 " ,
16
+ "@nestjs/common " : " ^10 " ,
17
+ "axios " : " ^1.6 || ^1.7 " ,
18
+ "@ory/client" : " ^1"
19
19
},
20
20
"type" : " commonjs" ,
21
21
"main" : " ./src/index.js" ,
Original file line number Diff line number Diff line change 11
11
"dependencies" : {
12
12
"tslib" : " ^2.7.0" ,
13
13
"@getlarge/keto-client-wrapper" : " 0.3.1" ,
14
- "@nestjs/common" : " ^10.4.4" ,
15
- "@nestjs/config" : " ^3.2.3" ,
16
14
"@getlarge/keto-relations-parser" : " 0.0.10" ,
17
- "@ory/client" : " ^1.15.5" ,
18
- "nest-commander" : " ^3.12.5" ,
15
+ "nest-commander" : " ^3.12.5"
16
+ },
17
+ "peerDependencies" : {
18
+ "@nestjs/common" : " ^10" ,
19
+ "@nestjs/config" : " ^3" ,
19
20
"class-transformer" : " ^0.5.1" ,
20
- "class-validator" : " ^0.14.1"
21
+ "class-validator" : " ^0.14.1" ,
22
+ "@ory/client" : " ^1"
21
23
},
22
24
"type" : " commonjs" ,
23
25
"bin" : {
Original file line number Diff line number Diff line change 15
15
"rxjs" : " ^7.8.0"
16
16
},
17
17
"peerDependencies" : {
18
- "axios" : " 1.7.7 " ,
19
- "@nestjs/axios " : " ^3.0.3 " ,
20
- "@nestjs/common " : " ^10.4.4 " ,
21
- "@nestjs/core " : " ^10.4.4 " ,
22
- "@ory/client" : " ^1.15.5 "
18
+ "@nestjs/ axios" : " ^3 " ,
19
+ "@nestjs/common " : " ^10 " ,
20
+ "@nestjs/core " : " ^10" ,
21
+ "axios " : " ^1.6 || ^1.7 " ,
22
+ "@ory/client" : " ^1"
23
23
},
24
24
"type" : " commonjs" ,
25
25
"main" : " ./src/index.js" ,
Original file line number Diff line number Diff line change 10
10
},
11
11
"dependencies" : {
12
12
"tslib" : " ^2.7.0" ,
13
- "@nestjs/common" : " ^10.4.4" ,
14
13
"@getlarge/kratos-client-wrapper" : " 0.2.0" ,
15
- "@nestjs/config" : " ^3.2.3" ,
16
- "nest-commander" : " ^3.15.0" ,
14
+ "nest-commander" : " ^3.15.0"
15
+ },
16
+ "peerDependencies" : {
17
+ "@nestjs/common" : " ^10" ,
18
+ "@nestjs/config" : " ^3" ,
17
19
"class-transformer" : " ^0.5.1" ,
18
20
"class-validator" : " ^0.14.1" ,
19
- "@ory/client" : " ^1.15.5 "
21
+ "@ory/client" : " ^1"
20
22
},
21
23
"type" : " commonjs" ,
22
24
"bin" : {
Original file line number Diff line number Diff line change 12
12
"tslib" : " ^2.3.0"
13
13
},
14
14
"peerDependencies" : {
15
- "axios" : " 1.7.7 " ,
16
- "@nestjs/axios " : " ^3.0.3 " ,
17
- "@nestjs/common " : " ^10.4.4 " ,
18
- "@ory/client" : " ^1.15.5 "
15
+ "@nestjs/ axios" : " ^3 " ,
16
+ "@nestjs/common " : " ^10 " ,
17
+ "axios " : " ^1.6 || ^1.7 " ,
18
+ "@ory/client" : " ^1"
19
19
},
20
20
"type" : " commonjs" ,
21
21
"main" : " ./src/index.js" ,
You can’t perform that action at this time.
0 commit comments