apollo-cache
Advanced tools
Comparing version 1.2.0-alpha.9 to 1.2.0-beta.0
{ | ||
"name": "apollo-cache", | ||
"version": "1.2.0-alpha.9", | ||
"version": "1.2.0-beta.0", | ||
"description": "Core abstract of Caching layer for Apollo Client", | ||
@@ -42,3 +42,4 @@ "author": "James Baxley <james@meteor.com>", | ||
"dependencies": { | ||
"apollo-utilities": "^1.1.0-alpha.10" | ||
"apollo-utilities": "^1.2.0-beta.0", | ||
"tslib": "^1.9.3" | ||
}, | ||
@@ -58,3 +59,3 @@ "jest": { | ||
}, | ||
"gitHead": "51e7d9af321668f188d66bc27aa4122bea96d2be" | ||
"gitHead": "b49a7e851b5637eb9bf3784781fd2c8881a2d2d8" | ||
} |
@@ -25,3 +25,3 @@ import { DocumentNode } from 'graphql'; | ||
// Intializer / offline / ssr API | ||
// intializer / offline / ssr API | ||
/** | ||
@@ -28,0 +28,0 @@ * Replaces existing state in the cache (if any) with the values expressed by |
@@ -1,3 +0,2 @@ | ||
// eslint-disable-line import/no-extraneous-dependencies, import/no-unresolved | ||
import { DocumentNode } from 'graphql'; | ||
import { DocumentNode } from 'graphql'; // eslint-disable-line import/no-extraneous-dependencies, import/no-unresolved | ||
@@ -4,0 +3,0 @@ export namespace DataProxy { |
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
60665
2
1031
+ Addedtslib@^1.9.3