apollo-cache
Advanced tools
Comparing version 1.2.0-alpha.1 to 1.2.0-alpha.2
@@ -179,3 +179,2 @@ (function (global, factory) { | ||
exports.queryFromPojo = queryFromPojo; | ||
exports.ApolloCache = ApolloCache; | ||
@@ -182,0 +181,0 @@ |
export * from './cache'; | ||
export * from './types'; | ||
export { queryFromPojo } from './utils'; | ||
//# sourceMappingURL=index.d.ts.map |
export * from './cache'; | ||
export * from './types'; | ||
export { queryFromPojo } from './utils'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "apollo-cache", | ||
"version": "1.2.0-alpha.1", | ||
"version": "1.2.0-alpha.2", | ||
"description": "Core abstract of Caching layer for Apollo Client", | ||
@@ -42,3 +42,3 @@ "author": "James Baxley <james@meteor.com>", | ||
"dependencies": { | ||
"apollo-utilities": "^1.1.0-alpha.1" | ||
"apollo-utilities": "^1.1.0-alpha.2" | ||
}, | ||
@@ -58,3 +58,3 @@ "jest": { | ||
}, | ||
"gitHead": "cc787f8f294943fe1f1b8de427ed9a70725744f6" | ||
"gitHead": "a3e32b0ec42d221d443b402d108b428c53975d05" | ||
} |
@@ -0,0 +0,0 @@ import gql from 'graphql-tag'; |
export * from './cache'; | ||
export * from './types'; | ||
export { queryFromPojo } from './utils'; |
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
61078
1038