File tree Expand file tree Collapse file tree 5 files changed +22
-11
lines changed Expand file tree Collapse file tree 5 files changed +22
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# @graphql-tools/load
22
3+ ## 8.1.0
4+
5+ ### Minor Changes
6+
7+ - [ #7093 ] ( https://github.com/ardatan/graphql-tools/pull/7093 )
8+ [ ` 4a33247 ` ] ( https://github.com/ardatan/graphql-tools/commit/4a33247c159ebb0db27f0746a2b10c2b786ea8d5 )
9+ Thanks [ @eddeee888 ] ( https://github.com/eddeee888 ) ! - Throw NoTypeDefinitionsFound when cannot find
10+ files, instead of the standard Error
11+
12+ This helps libraries such as GraphQL Code Generator to handle loading error cases more flexibly.
13+
314## 8.0.19
415
516### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @graphql-tools/load" ,
3- "version" : " 8.0.19 " ,
3+ "version" : " 8.1.0 " ,
44 "type" : " module" ,
55 "description" : " A set of utils for faster development of GraphQL tools" ,
66 "repository" : {
Original file line number Diff line number Diff line change 11# @graphql-tools/node-require
22
3+ ## 7.0.21
4+
5+ ### Patch Changes
6+
7+ - Updated dependencies
8+ [[ ` 4a33247 ` ] ( https://github.com/ardatan/graphql-tools/commit/4a33247c159ebb0db27f0746a2b10c2b786ea8d5 )] :
9+ - @graphql-tools/load @8.1.0
10+
311## 7.0.20
412
513### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @graphql-tools/node-require" ,
3- "version" : " 7.0.20 " ,
3+ "version" : " 7.0.21 " ,
44 "type" : " module" ,
55 "description" : " A set of utils for faster development of GraphQL tools" ,
66 "repository" : {
5151 },
5252 "dependencies" : {
5353 "@graphql-tools/graphql-file-loader" : " 8.0.19" ,
54- "@graphql-tools/load" : " 8.0.19 " ,
54+ "@graphql-tools/load" : " 8.1.0 " ,
5555 "@graphql-tools/utils" : " ^10.8.6" ,
5656 "tslib" : " ^2.4.0"
5757 },
You can’t perform that action at this time.
0 commit comments