@apollo/server-plugin-response-cache
Advanced tools
Comparing version 4.0.0-alpha.0 to 4.0.0-alpha.1
# @apollo/server-plugin-response-cache | ||
## 4.0.0-alpha.1 | ||
### Patch Changes | ||
- [#6357](https://github.com/apollographql/apollo-server/pull/6357) [`7c3c825d8`](https://github.com/apollographql/apollo-server/commit/7c3c825d834ddad778de8b6d4254e56613fe8534) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Export ApolloServerErrorCode enum instead of error classes. HTTPGraphQLRequest takes search params as raw string. | ||
- Updated dependencies [[`7c3c825d8`](https://github.com/apollographql/apollo-server/commit/7c3c825d834ddad778de8b6d4254e56613fe8534)]: | ||
- @apollo/server@4.0.0-alpha.1 | ||
## 4.0.0-alpha.0 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@apollo/server-plugin-response-cache", | ||
"version": "4.0.0-alpha.0", | ||
"version": "4.0.0-alpha.1", | ||
"description": "Apollo Server full query response cache", | ||
@@ -36,5 +36,5 @@ "type": "module", | ||
"peerDependencies": { | ||
"@apollo/server": "^4.0.0-alpha.0", | ||
"graphql": "^16.0.0" | ||
"@apollo/server": "^4.0.0-alpha.1", | ||
"graphql": "^16.5.0" | ||
} | ||
} |
@@ -145,3 +145,5 @@ import { | ||
const { url } = await startStandaloneServer(server); | ||
const { url } = await startStandaloneServer(server, { | ||
listen: { port: 0 }, | ||
}); | ||
@@ -148,0 +150,0 @@ function httpHeader(result: Response, header: string): string | null { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
210813
1173