@winninjs/graphql-io-utils
Advanced tools
Comparing version 1.1.1 to 1.1.4
{ | ||
"name": "@winninjs/graphql-io-utils", | ||
"version": "1.1.1", | ||
"version": "1.1.4", | ||
"description": "Utilities directives and scalar types to help on graphql input/output validation and sanitization.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "eslint -c .eslintrc --fix '**/*.js' && jest" | ||
"test": "eslint -c .eslintrc --fix '**/*.js' && jest", | ||
"release": "release" | ||
}, | ||
@@ -23,3 +24,4 @@ "keywords": [ | ||
"graphql-tools": "^7.0.5", | ||
"jest": "^27.0.6" | ||
"jest": "^27.0.6", | ||
"release": "^6.3.0" | ||
}, | ||
@@ -26,0 +28,0 @@ "directories": { |
35406
4