@graphql-directive/validator
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -6,2 +6,8 @@ # Change Log | ||
## [2.0.1](https://github.com/ktutnik/graphql-directive/compare/@graphql-directive/validator@2.0.0...@graphql-directive/validator@2.0.1) (2023-04-08) | ||
### Bug Fixes | ||
- Upgrade package dependencies ([#36](https://github.com/ktutnik/graphql-directive/issues/36)) ([edbdb8e](https://github.com/ktutnik/graphql-directive/commit/edbdb8e2f1fa3ab5dd8d73c0ef6fd34e5057cf67)) | ||
# [2.0.0](https://github.com/ktutnik/graphql-directive/compare/@graphql-directive/validator@1.0.0...@graphql-directive/validator@2.0.0) (2023-04-07) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@graphql-directive/validator", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A validator.js wrapper for GraphQL validation directive", | ||
@@ -26,4 +26,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@graphql-directive/core": "^1.0.0", | ||
"@types/validator": "^13.7.12", | ||
"@graphql-directive/core": "^1.0.1", | ||
"@types/validator": "^13.7.14", | ||
"validator": "^13.9.0" | ||
@@ -35,8 +35,8 @@ }, | ||
"devDependencies": { | ||
"@graphql-tools/schema": "^9.0.16", | ||
"@types/jest": "^29.4.0", | ||
"@graphql-tools/schema": "^9.0.17", | ||
"@types/jest": "^29.5.0", | ||
"graphql": "^16.6.0", | ||
"jest": "^29.4.3", | ||
"jest": "^29.5.0", | ||
"trash-cli": "^5.0.0", | ||
"ts-jest": "^29.0.5", | ||
"ts-jest": "^29.1.0", | ||
"ts-node": "^10.9.1" | ||
@@ -53,3 +53,3 @@ }, | ||
}, | ||
"gitHead": "280f220ce6940002f6181872fe3ef2ea45403543" | ||
"gitHead": "2ab9b1bc3d03fcead54d1ae6ef4b56e71c684a35" | ||
} |
@@ -45,5 +45,2 @@ ## Validator.js Directives | ||
"message": "USER_INPUT_ERROR", | ||
/* .... */ | ||
"extensions": { | ||
@@ -50,0 +47,0 @@ "error": [ |
66391
151
Updated@types/validator@^13.7.14