apollo-cache
Advanced tools
Comparing version 1.1.8 to 1.1.9
@@ -0,5 +1,18 @@ | ||
# CHANGELOG | ||
### vNext | ||
### 1.1.9 | ||
## 1.1.6 | ||
- No public facing functionality changes. | ||
- Various internal code cleanup, tooling and dependency changes. | ||
### 1.1.8 | ||
- Not documented | ||
### 1.1.7 | ||
- Not documented | ||
### 1.1.6 | ||
- Improve code coverage | ||
@@ -9,23 +22,32 @@ - Map coverage to original source | ||
### 1.1.3 | ||
- dependency updates | ||
- Dependency updates | ||
### 1.1.2 | ||
- dependency updates | ||
- Dependency updates | ||
### 1.1.1 | ||
- dependency updates | ||
- Dependency updates | ||
### 1.1.0 | ||
- Add cache.writeData to base cache type & DataProxy [PR#2818](https://github.com/apollographql/apollo-client/pull/2818) | ||
- Add cache.writeData to base cache type & DataProxy | ||
[PR #2818](https://github.com/apollographql/apollo-client/pull/2818) | ||
### 1.0.3 | ||
- dependency updates | ||
- Dependency updates | ||
### 1.0.2 | ||
- package dependency updates | ||
- Package dependency updates | ||
### 1.0.1 | ||
- improved rollup builds | ||
- Improved rollup builds | ||
### 1.0.0 | ||
- initial solid cache API | ||
- Initial solid cache API |
{ | ||
"name": "apollo-cache", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "Core abstract of Caching layer for Apollo Client", | ||
@@ -17,2 +17,3 @@ "author": "James Baxley <james@meteor.com>", | ||
"typings": "./lib/index.d.ts", | ||
"sideEffects": false, | ||
"repository": { | ||
@@ -42,17 +43,17 @@ "type": "git", | ||
"dependencies": { | ||
"apollo-utilities": "^1.0.12" | ||
"apollo-utilities": "^1.0.13" | ||
}, | ||
"devDependencies": { | ||
"@types/graphql": "0.12.7", | ||
"@types/jest": "21.1.10", | ||
"@types/jest": "22.2.3", | ||
"browserify": "15.2.0", | ||
"graphql": "0.13.2", | ||
"graphql-tag": "2.9.2", | ||
"jest": "20.0.4", | ||
"jest": "23.0.0", | ||
"rimraf": "2.6.2", | ||
"rollup": "0.58.2", | ||
"rollup": "0.59.4", | ||
"rollup-plugin-node-resolve": "3.3.0", | ||
"ts-jest": "20.0.14", | ||
"tslint": "5.9.1", | ||
"typescript": "2.5.2", | ||
"tslint": "5.10.0", | ||
"typescript": "2.8.3", | ||
"uglifyjs": "2.4.11" | ||
@@ -59,0 +60,0 @@ }, |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
60376
Updatedapollo-utilities@^1.0.13