File tree 8 files changed +13
-11
lines changed
with-defer-stream-directives
with-subscriptions-via-fetch
8 files changed +13
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 18
18
"dependencies" : {
19
19
"@graphql-yoga/plugin-defer-stream" : " ^1.7.1" ,
20
20
"@urql/core" : " ^5.0.7" ,
21
- "@urql/exchange-graphcache" : " ^7.2.0 " ,
21
+ "@urql/exchange-graphcache" : " ^7.2.1 " ,
22
22
"graphql" : " 17.0.0-alpha.2" ,
23
23
"react" : " ^18.2.0" ,
24
24
"react-dom" : " ^18.2.0" ,
Original file line number Diff line number Diff line change 7
7
},
8
8
"dependencies" : {
9
9
"@urql/core" : " ^5.0.7" ,
10
- "@urql/exchange-graphcache" : " ^7.2.0 " ,
10
+ "@urql/exchange-graphcache" : " ^7.2.1 " ,
11
11
"graphql" : " ^16.6.0" ,
12
12
"react" : " ^18.2.0" ,
13
13
"react-dom" : " ^18.2.0" ,
Original file line number Diff line number Diff line change 8
8
"dependencies" : {
9
9
"@urql/core" : " ^5.0.7" ,
10
10
"@urql/exchange-auth" : " ^2.2.0" ,
11
- "@urql/exchange-graphcache" : " ^7.2.0 " ,
11
+ "@urql/exchange-graphcache" : " ^7.2.1 " ,
12
12
"graphql" : " ^16.6.0" ,
13
13
"react" : " ^18.2.0" ,
14
14
"react-dom" : " ^18.2.0" ,
Original file line number Diff line number Diff line change 9
9
},
10
10
"dependencies" : {
11
11
"@urql/core" : " ^5.0.7" ,
12
- "@urql/exchange-graphcache" : " ^7.2.0 " ,
12
+ "@urql/exchange-graphcache" : " ^7.2.1 " ,
13
13
"graphql" : " ^16.6.0" ,
14
14
"react" : " ^18.2.0" ,
15
15
"react-dom" : " ^18.2.0" ,
Original file line number Diff line number Diff line change 1
1
# @urql/exchange-graphcache
2
2
3
+ ## 7.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Update selection iterator implementation for JSC memory reduction
8
+ Submitted by [ @kitten ] ( https://github.com/kitten ) (See [ #3693 ] ( https://github.com/urql-graphql/urql/pull/3693 ) )
9
+
3
10
## 7.2.0
4
11
5
12
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @urql/exchange-graphcache" ,
3
- "version" : " 7.2.0 " ,
3
+ "version" : " 7.2.1 " ,
4
4
"exports" : {
5
5
"." : " ./src/index.ts" ,
6
6
"./extras" : " ./src/extras/index.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @urql/exchange-graphcache" ,
3
- "version" : " 7.2.0 " ,
3
+ "version" : " 7.2.1 " ,
4
4
"description" : " A normalized and configurable cache exchange for urql" ,
5
5
"sideEffects" : false ,
6
6
"homepage" : " https://formidable.com/open-source/urql/docs/graphcache" ,
You can’t perform that action at this time.
0 commit comments