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 1
1
# @graphql-tools/load
2
2
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
+
3
14
## 8.0.19
4
15
5
16
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphql-tools/load" ,
3
- "version" : " 8.0.19 " ,
3
+ "version" : " 8.1.0 " ,
4
4
"type" : " module" ,
5
5
"description" : " A set of utils for faster development of GraphQL tools" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
# @graphql-tools/node-require
2
2
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
+
3
11
## 7.0.20
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphql-tools/node-require" ,
3
- "version" : " 7.0.20 " ,
3
+ "version" : " 7.0.21 " ,
4
4
"type" : " module" ,
5
5
"description" : " A set of utils for faster development of GraphQL tools" ,
6
6
"repository" : {
51
51
},
52
52
"dependencies" : {
53
53
"@graphql-tools/graphql-file-loader" : " 8.0.19" ,
54
- "@graphql-tools/load" : " 8.0.19 " ,
54
+ "@graphql-tools/load" : " 8.1.0 " ,
55
55
"@graphql-tools/utils" : " ^10.8.6" ,
56
56
"tslib" : " ^2.4.0"
57
57
},
You can’t perform that action at this time.
0 commit comments