apollo-deprecated-highlight
Advanced tools
Comparing version 1.1.10 to 1.1.11
@@ -65,2 +65,8 @@ "use strict"; | ||
} | ||
var isAdded = newDeprecations.some(function (dep) { | ||
return dep.field === info.fieldName; | ||
}); | ||
if (isAdded) { | ||
return; | ||
} | ||
newDeprecations.push({ | ||
@@ -67,0 +73,0 @@ field: info.fieldName, |
{ | ||
"name": "apollo-deprecated-highlight", | ||
"version": "1.1.10", | ||
"version": "1.1.11", | ||
"author": "Alex <alexxiyang@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "Highlight the apollo graphql deprecated fields", |
Sorry, the diff of this file is not supported yet
48200
150