apollo-server-types
Advanced tools
Comparing version 3.6.0 to 3.6.1
import type { Request, Response } from 'apollo-server-env'; | ||
import type { GraphQLSchema, ValidationContext, ASTVisitor, GraphQLFormattedError, OperationDefinitionNode, DocumentNode, GraphQLError, GraphQLResolveInfo, GraphQLCompositeType } from 'graphql'; | ||
import type { KeyValueCache } from 'apollo-server-caching'; | ||
import type { KeyValueCache } from '@apollo/utils.keyvaluecache'; | ||
import type { Trace } from 'apollo-reporting-protobuf'; | ||
@@ -5,0 +5,0 @@ import type { Logger } from '@apollo/utils.logger'; |
{ | ||
"name": "apollo-server-types", | ||
"version": "3.6.0", | ||
"version": "3.6.1", | ||
"description": "Apollo Server shared types", | ||
@@ -14,5 +14,5 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@apollo/utils.keyvaluecache": "^1.0.1", | ||
"@apollo/utils.logger": "^1.0.0", | ||
"apollo-reporting-protobuf": "^3.3.1", | ||
"apollo-server-caching": "^3.3.0", | ||
"apollo-server-env": "^4.2.1" | ||
@@ -23,3 +23,3 @@ }, | ||
}, | ||
"gitHead": "c072d9f9a32ee67f4fd8f717cbbff6fe59a3be4e" | ||
"gitHead": "36ecbb116cef0b8b62b3ee3b557c4db8c975a406" | ||
} |
@@ -15,3 +15,3 @@ import type { Request, Response } from 'apollo-server-env'; | ||
// This seems like it could live in this package too. | ||
import type { KeyValueCache } from 'apollo-server-caching'; | ||
import type { KeyValueCache } from '@apollo/utils.keyvaluecache'; | ||
import type { Trace } from 'apollo-reporting-protobuf'; | ||
@@ -18,0 +18,0 @@ import type { Logger } from '@apollo/utils.logger'; |
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
24498
+ Added@apollo/utils.keyvaluecache@1.0.2(transitive)
+ Addedlru-cache@7.13.1(transitive)
- Removedapollo-server-caching@^3.3.0
- Removedapollo-server-caching@3.3.0(transitive)
- Removedlru-cache@6.0.0(transitive)
- Removedyallist@4.0.0(transitive)