File tree Expand file tree Collapse file tree 8 files changed +242
-94
lines changed Expand file tree Collapse file tree 8 files changed +242
-94
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11{
22 "name" : " @graphql-tools/batch-execute" ,
3- "version" : " 9.0.0 " ,
3+ "version" : " 9.0.1 " ,
44 "type" : " module" ,
55 "description" : " A set of utils for faster development of GraphQL tools" ,
66 "repository" : {
5050 "graphql" : " ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
5151 },
5252 "dependencies" : {
53- "@graphql-tools/utils" : " ^10.0.0 " ,
53+ "@graphql-tools/utils" : " ^10.0.5 " ,
5454 "dataloader" : " ^2.2.2" ,
5555 "tslib" : " ^2.4.0" ,
5656 "value-or-promise" : " ^1.0.12"
Original file line number Diff line number Diff line change 11# @graphql-tools/delegate
22
3+ ## 10.0.2
4+
5+ ### Patch Changes
6+
7+ - [ #5477 ] ( https://github.com/ardatan/graphql-tools/pull/5477 )
8+ [ ` cfd47827 ` ] ( https://github.com/ardatan/graphql-tools/commit/cfd47827c0e625d1b1894e18260342576d6dd71d )
9+ Thanks [ @ardatan ] ( https://github.com/ardatan ) ! - dependencies updates:
10+
11+ - Removed dependency
12+ [ ` value-or-promise@^1.0.12 ` ↗︎] ( https://www.npmjs.com/package/value-or-promise/v/1.0.12 ) (from
13+ ` dependencies ` )
14+
15+ - [ ` a59fb765 ` ] ( https://github.com/ardatan/graphql-tools/commit/a59fb765a1256b914f1728283d793d61b66bdf89 )
16+ Thanks [ @ardatan ] ( https://github.com/ardatan ) ! - Optimizations to get better performance in query
17+ planning
18+
19+ - Updated dependencies
20+ [[ ` a59fb765 ` ] ( https://github.com/ardatan/graphql-tools/commit/a59fb765a1256b914f1728283d793d61b66bdf89 )] :
21+ - @graphql-tools/batch-execute @9.0.1
22+ - @graphql-tools/utils @10.0.5
23+
324## 10.0.1
425
526### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @graphql-tools/delegate" ,
3- "version" : " 10.0.1 " ,
3+ "version" : " 10.0.2 " ,
44 "type" : " module" ,
55 "description" : " A set of utils for faster development of GraphQL tools" ,
66 "repository" : {
5050 "graphql" : " ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
5151 },
5252 "dependencies" : {
53- "@graphql-tools/batch-execute" : " ^9.0.0 " ,
53+ "@graphql-tools/batch-execute" : " ^9.0.1 " ,
5454 "@graphql-tools/executor" : " ^1.0.0" ,
5555 "@graphql-tools/schema" : " ^10.0.0" ,
56- "@graphql-tools/utils" : " ^10.0.0 " ,
56+ "@graphql-tools/utils" : " ^10.0.5 " ,
5757 "dataloader" : " ^2.2.2" ,
5858 "tslib" : " ^2.5.0"
5959 },
Original file line number Diff line number Diff line change 11# @graphql-tools/utils
22
3+ ## 10.0.5
4+
5+ ### Patch Changes
6+
7+ - [ ` a59fb765 ` ] ( https://github.com/ardatan/graphql-tools/commit/a59fb765a1256b914f1728283d793d61b66bdf89 )
8+ Thanks [ @ardatan ] ( https://github.com/ardatan ) ! - Optimizations to get better performance in query
9+ planning
10+
311## 10.0.4
412
513### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @graphql-tools/utils" ,
3- "version" : " 10.0.4 " ,
3+ "version" : " 10.0.5 " ,
44 "type" : " module" ,
55 "description" : " Common package containing utils and types for GraphQL tools" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments