File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.4.6]
11+
12+ - handle type mismatch in ` identify ` util
1013
1114## [ 0.4.5]
1215
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ String identify(
1111 data.containsKey (referenceKey)
1212 ? data[referenceKey]
1313 : resolveDataId (
14- data: data,
14+ data: Map . from ( data) ,
1515 typePolicies: typePolicies,
1616 dataIdFromObject: dataIdFromObject,
1717 );
Original file line number Diff line number Diff line change 11name : normalize
2- version : 0.4.5
2+ version : 0.4.6
33homepage : https://github.com/gql-dart/ferry/tree/master/normalize
44description : Normalization and denormalization of GraphQL responses in Dart
55repository : https://github.com/gql-dart/ferry
You can’t perform that action at this time.
0 commit comments