simple-graphql
Advanced tools
Comparing version 1.0.22 to 1.0.23
{ | ||
"name": "simple-graphql", | ||
"version": "1.0.22", | ||
"version": "1.0.23", | ||
"description": "The simple way to generates GraphQL schemas and Sequelize models from your models definition.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -22,3 +22,3 @@ 'use strict'; | ||
if (nValue.isValid()) { | ||
value = nValue; | ||
value = nValue.toDate(); | ||
} | ||
@@ -25,0 +25,0 @@ } |
{ | ||
"name": "simple-graphql", | ||
"version": "1.0.22", | ||
"version": "1.0.23", | ||
"description": "The simple way to generates GraphQL schemas and Sequelize models from your models definition.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
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
305045