File tree 3 files changed +7
-8
lines changed
3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 7
7
" lib"
8
8
],
9
9
"main" : " lib/index.js" ,
10
- "module" : " mjs/index.mjs" ,
11
10
"types" : " lib/index.d.ts" ,
12
11
"repository" : {
13
12
"type" : " git" ,
30
29
"graphql-compose-pagination" : " ^7.0.0"
31
30
},
32
31
"peerDependencies" : {
33
- "graphql-compose" : " ^7.1.0 " ,
32
+ "graphql-compose" : " ^7.21.4 " ,
34
33
"mongoose" : " ^5.0.0 || ^4.4.0"
35
34
},
36
35
"devDependencies" : {
45
44
"eslint-plugin-import" : " 2.22.0" ,
46
45
"eslint-plugin-prettier" : " 3.1.4" ,
47
46
"graphql" : " 15.3.0" ,
48
- "graphql-compose" : " 7.19 .4" ,
47
+ "graphql-compose" : " 7.21 .4" ,
49
48
"graphql-compose-connection" : " ^6.2.0" ,
50
49
"graphql-compose-pagination" : " ^6.1.0" ,
51
50
"jest" : " 26.4.1" ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ function copyBaseTcRelationsToChildTc(
16
16
if ( childRelations [ name ] ) {
17
17
return ;
18
18
}
19
- childTC . addRelation ( name , relations [ name ] as any ) ;
19
+ childTC . addRelation ( name , relations [ name ] ) ;
20
20
} ) ;
21
21
22
22
return childTC ;
Original file line number Diff line number Diff line change @@ -3195,10 +3195,10 @@ graphql-compose-pagination@^7.0.0:
3195
3195
resolved "https://registry.yarnpkg.com/graphql-compose-pagination/-/graphql-compose-pagination-7.0.0.tgz#81edf2327416d10f237a3f1ff67990899a37b017"
3196
3196
integrity sha512-Rak7Dmkb5U4Kio+FgWSucVFho2xxRyCI+kNcZWhxJRVfZusw+VuhjkvxPUiKTiFEb+DtTrXUeetWT24plcC0fg==
3197
3197
3198
- graphql-compose@7.19 .4 :
3199
- version "7.19 .4"
3200
- resolved "https://registry.yarnpkg.com/graphql-compose/-/graphql-compose-7.19 .4.tgz#bda521055a45bafb646754c078d2c97fdc08dd6e "
3201
- integrity sha512-j+n/3j19X83s/8JQCE3GSk+py7/7gHciqDdECD3p33x99UQmxmgcsqsIV1QyEdaJqq0SoCPjwCSzjXvEjkpiWw ==
3198
+ graphql-compose@7.21 .4 :
3199
+ version "7.21 .4"
3200
+ resolved "https://registry.yarnpkg.com/graphql-compose/-/graphql-compose-7.21 .4.tgz#5927b0906322f12c8ed6de2da204d17fde8fb1f4 "
3201
+ integrity sha512-sLehZREpIAr1TDnefmZBSrIC0NsyebdQ8I1NJS+OTp/Rkpw1HOWuCzbYosbttlkMewinKgAYFcjE2B3EnS7hIA ==
3202
3202
dependencies :
3203
3203
graphql-type-json "0.3.2"
3204
3204
object-path "^0.11.4"
You can’t perform that action at this time.
0 commit comments