graphql-server-express
Advanced tools
Comparing version 0.8.0 to 0.8.1
{ | ||
"name": "graphql-server-express", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Production-ready Node.js GraphQL server for Express and Connect", | ||
@@ -29,4 +29,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"graphql-server-core": "^0.8.0", | ||
"graphql-server-module-graphiql": "^0.8.0" | ||
"graphql-server-core": "^0.8.1", | ||
"graphql-server-module-graphiql": "^0.8.1" | ||
}, | ||
@@ -37,3 +37,3 @@ "devDependencies": { | ||
"@types/express": "^4.0.35", | ||
"@types/multer": "0.0.33", | ||
"@types/multer": "1.3.0", | ||
"body-parser": "^1.17.2", | ||
@@ -43,3 +43,3 @@ "connect": "^3.6.2", | ||
"express": "^4.15.3", | ||
"graphql-server-integration-testsuite": "^0.8.0", | ||
"graphql-server-integration-testsuite": "^0.8.1", | ||
"multer": "^1.3.0" | ||
@@ -46,0 +46,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
8089