apollo-server-micro
Advanced tools
Comparing version 1.3.3 to 1.3.4
{ | ||
"name": "apollo-server-micro", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "Production-ready Node.js GraphQL server for Micro", | ||
@@ -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/micro": "7.3.1", | ||
"apollo-server-integration-testsuite": "^1.3.3", | ||
"apollo-server-integration-testsuite": "^1.3.4", | ||
"micro": "8.0.4", | ||
@@ -37,0 +37,0 @@ "microrouter": "2.2.3" |
@@ -8,3 +8,3 @@ --- | ||
This is the [Micro](https://github.com/zeit/micro) integration for the Apollo community GraphQL Server. [Read the docs.](https://www.apollographql.com/docs/apollo-server/) | ||
This is the [Micro](https://github.com/zeit/micro) integration for the Apollo community GraphQL Server. [Read the docs.](https://www.apollographql.com/docs/apollo-server/) [Read the CHANGELOG.](https://github.com/apollographql/apollo-server/blob/master/CHANGELOG.md) | ||
@@ -11,0 +11,0 @@ ```sh |
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
15279