apollo-server-restify
Advanced tools
Comparing version 1.3.3 to 1.3.4
{ | ||
"name": "apollo-server-restify", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "Production-ready Node.js GraphQL server for Restify", | ||
@@ -28,9 +28,9 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"apollo-server-core": "^1.3.3", | ||
"apollo-server-module-graphiql": "^1.3.3" | ||
"apollo-server-core": "^1.3.4", | ||
"apollo-server-module-graphiql": "^1.3.4" | ||
}, | ||
"devDependencies": { | ||
"@types/graphql": "0.12.6", | ||
"@types/graphql": "0.12.7", | ||
"@types/restify": "5.0.7", | ||
"apollo-server-integration-testsuite": "^1.3.3", | ||
"apollo-server-integration-testsuite": "^1.3.4", | ||
"restify": "5.2.1" | ||
@@ -37,0 +37,0 @@ }, |
@@ -48,1 +48,2 @@ --- | ||
Anyone is welcome to contribute to Apollo Server, just read [CONTRIBUTING.md](https://github.com/apollographql/apollo-server/blob/master/CONTRIBUTING.md), take a look at the [roadmap](https://github.com/apollographql/apollo-server/blob/master/ROADMAP.md) and make your first PR! | ||
[Read the CHANGELOG.](https://github.com/apollographql/apollo-server/blob/master/CHANGELOG.md) |
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
49
13483