File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 99 " five-weeks-talk" ,
1010 " gentle-plants-rule" ,
1111 " tough-grapes-hug" ,
12+ " tricky-news-jam" ,
1213 " warm-tomatoes-wonder"
1314 ]
1415}
Original file line number Diff line number Diff line change 11# @labdigital/react-query-opal
22
3+ ## 2.0.0-next.5
4+
5+ ### Minor Changes
6+
7+ - bd2d55c: Remove the default timeout signal since the presence of the signal disables nextjs request deduplication
8+
39## 2.0.0-next.4
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @labdigital/graphql-fetcher" ,
3- "version" : " 2.0.0-next.4 " ,
3+ "version" : " 2.0.0-next.5 " ,
44 "description" : " Custom fetcher for react-query to use with @labdigital/node-federated-token" ,
55 "type" : " module" ,
66 "main" : " ./dist/index.cjs" ,
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ export const initServerFetcher =
8282 astNode : DocumentTypeDecoration < TResponse , TVariables > ,
8383 variables : TVariables ,
8484 { cache, next = { } } : CacheOptions ,
85- options : RequestOptions = { }
85+ options : RequestOptions = { } ,
8686 ) : Promise < GqlResponse < TResponse > > => {
8787 const query = isNode ( astNode ) ? print ( astNode ) : astNode . toString ( ) ;
8888
You can’t perform that action at this time.
0 commit comments