simple-graphql
Advanced tools
Comparing version 0.2.12 to 0.2.13
{ | ||
"name": "simple-graphql", | ||
"version": "0.2.12", | ||
"version": "0.2.13", | ||
"description": "The simple way to generates GraphQL schemas and Sequelize models from your models definition.", | ||
@@ -37,8 +37,8 @@ "main": "lib/index.js", | ||
"lodash": "^4.17.4", | ||
"moment": "^2.18.1" | ||
"moment": "^2.18.1", | ||
"sequelize": "^3.30.2" | ||
}, | ||
"peerDependencies": { | ||
"graphql": "^0.9.1", | ||
"graphql-relay": "^0.5.1", | ||
"sequelize": "^3.30.2" | ||
"graphql-relay": "^0.5.1" | ||
}, | ||
@@ -45,0 +45,0 @@ "devDependencies": { |
{ | ||
"name": "simple-graphql", | ||
"version": "0.2.12", | ||
"version": "0.2.13", | ||
"description": "The simple way to generates GraphQL schemas and Sequelize models from your models definition.", | ||
@@ -37,8 +37,8 @@ "main": "lib/index.js", | ||
"lodash": "^4.17.4", | ||
"moment": "^2.18.1" | ||
"moment": "^2.18.1", | ||
"sequelize": "^3.30.2" | ||
}, | ||
"peerDependencies": { | ||
"graphql": "^0.9.1", | ||
"graphql-relay": "^0.5.1", | ||
"sequelize": "^3.30.2" | ||
"graphql-relay": "^0.5.1" | ||
}, | ||
@@ -45,0 +45,0 @@ "devDependencies": { |
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
494757
+ Addedsequelize@^3.30.2