graphql-scalar
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "graphql-scalar", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Configurable custom GraphQL Scalars (string, number, date, etc) with sanitization / validation / transformation in TypeScript.", | ||
@@ -52,2 +52,5 @@ "keywords": [ | ||
"homepage": "https://github.com/joonhocho/graphql-scalar#readme", | ||
"peerDependencies": { | ||
"graphql": "*" | ||
}, | ||
"devDependencies": { | ||
@@ -54,0 +57,0 @@ "@types/graphql": "^14.2.2", |
@@ -11,2 +11,6 @@ # graphql-scalar | ||
TypeScript version (with breaking changes) of the following repos: | ||
[joonhocho/graphql-input-number](https://github.com/joonhocho/graphql-input-number) | ||
[joonhocho/graphql-input-string](https://github.com/joonhocho/graphql-input-string) | ||
## Get Started | ||
@@ -13,0 +17,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62119
68
1