nx-remotecache-custom
Advanced tools
Comparing version 17.1.0 to 17.1.1
@@ -6,9 +6,15 @@ # Changelog | ||
## 17.1.1 | ||
### Chore | ||
- Update README.md & CHANGELOG.md | ||
## 17.1.0 | ||
## Added | ||
### Added | ||
- Nx Tasks are now available in the callback passed to `createCustomRunner`. Fixes [#30](https://github.com/NiklasPor/nx-remotecache-custom/issues/30). | ||
## Fixed | ||
### Fixed | ||
@@ -15,0 +21,0 @@ - Prevent call to `getSafeRemoteCacheImplementation` if both `read` and `write` are disabled. Thanks to [Charlie Croom](https://github.com/comp615). |
{ | ||
"name": "nx-remotecache-custom", | ||
"version": "17.1.0", | ||
"version": "17.1.1", | ||
"description": "Build custom caching for @nrwl/nx in a few lines of code", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
[![https://www.npmjs.com/package/nx-remotecache-custom](https://img.shields.io/npm/v/nx-remotecache-custom)](https://www.npmjs.com/package/nx-remotecache-custom) | ||
<a href="https://www.npmjs.com/package/nx-remotecache-custom" target="_blank"><img src="https://img.shields.io/npm/dw/nx-remotecache-custom?label=Installs&color=purple&logoColor=white&logo=nx" alt="Downloads" /></a> | ||
[![Sponsored by LastBIM](https://img.shields.io/badge/Sponsored_by-LastBIM-6887DA)](https://lastbim.com) | ||
# nx-remotecache-custom | ||
@@ -5,0 +7,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
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
30159
118