graphql-fields-list
Advanced tools
Comparing version 2.2.3 to 2.2.4
{ | ||
"name": "graphql-fields-list", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "Extracts and returns list of fields requested from graphql resolver info object", | ||
@@ -42,8 +42,8 @@ "scripts": { | ||
"devDependencies": { | ||
"@types/chai": "^4.2.15", | ||
"@types/chai": "^4.2.18", | ||
"@types/graphql": "^14.5.0", | ||
"@types/graphql-relay": "^0.6.0", | ||
"@types/mocha": "^8.2.2", | ||
"@types/node": "^14.14.35", | ||
"@types/sinon": "^9.0.11", | ||
"@types/node": "^15.6.1", | ||
"@types/sinon": "^10.0.1", | ||
"@types/uuid": "^8.3.0", | ||
@@ -54,11 +54,11 @@ "chai": "^4.3.4", | ||
"graphql-relay": "^0.6.0", | ||
"marked": "^2.0.1", | ||
"mocha": "^8.3.2", | ||
"marked": "^2.0.6", | ||
"mocha": "^8.4.0", | ||
"npm-scripts-help": "^0.8.0", | ||
"nyc": "^15.1.0", | ||
"open": "^8.0.4", | ||
"sinon": "^10.0.0", | ||
"ts-node": "^9.1.1", | ||
"typedoc": "^0.20.33", | ||
"typescript": "^4.2.3", | ||
"open": "^8.2.0", | ||
"sinon": "^11.1.1", | ||
"ts-node": "^10.0.0", | ||
"typedoc": "^0.20.36", | ||
"typescript": "^4.3.2", | ||
"uuid": "^8.3.2" | ||
@@ -65,0 +65,0 @@ }, |
67643