apollo-cache
Advanced tools
Comparing version 1.1.12 to 1.1.13-alpha.1
@@ -37,3 +37,3 @@ import { DocumentNode } from 'graphql'; | ||
writeFragment<TData = any, TVariables = any>(options: Cache.WriteFragmentOptions<TData, TVariables>): void; | ||
writeData<TData = any>({id, data}: Cache.WriteDataOptions<TData>): void; | ||
writeData<TData = any>({ id, data, }: Cache.WriteDataOptions<TData>): void; | ||
} |
{ | ||
"name": "apollo-cache", | ||
"version": "1.1.12", | ||
"version": "1.1.13-alpha.1", | ||
"description": "Core abstract of Caching layer for Apollo Client", | ||
@@ -42,3 +42,3 @@ "author": "James Baxley <james@meteor.com>", | ||
"dependencies": { | ||
"apollo-utilities": "^1.0.16" | ||
"apollo-utilities": "^1.0.17-alpha.1" | ||
}, | ||
@@ -53,7 +53,7 @@ "devDependencies": { | ||
"rimraf": "2.6.2", | ||
"rollup": "0.59.4", | ||
"rollup": "0.62.0", | ||
"rollup-plugin-node-resolve": "3.3.0", | ||
"ts-jest": "20.0.14", | ||
"tslint": "5.10.0", | ||
"typescript": "2.8.3", | ||
"tslint": "5.11.0", | ||
"typescript": "2.9.2", | ||
"uglifyjs": "2.4.11" | ||
@@ -60,0 +60,0 @@ }, |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
62058
198107
1