nx-remotecache-minio
Advanced tools
Comparing version 4.1.0 to 4.2.0
@@ -6,2 +6,10 @@ # Changelog | ||
## 4.2.0 | ||
### Fixed | ||
- Fixed `zlib: unexpected end of file` error for version Node 18. | ||
- `read` and `write` flags now prioritize environment variables over the `nx.json`. | ||
- Support for Nx version 16.6.0+ by removing the machine id from stored artifacts. | ||
## 4.1.0 | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "nx-remotecache-minio", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"description": "Remote caching for @nrwl/nx using Minio Storage", | ||
@@ -29,9 +29,10 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@nx/workspace": "^16.0.0", | ||
"@types/minio": "^7.0.14", | ||
"typescript": "^4.1.3" | ||
"@nx/workspace": "^16.6.0", | ||
"@types/yargs": "^17.0.24", | ||
"@types/node": "^20.4.6", | ||
"typescript": "^5.1.6" | ||
}, | ||
"dependencies": { | ||
"minio": "^7.0.32", | ||
"nx-remotecache-custom": "^4.1.0" | ||
"minio": "^7.1.1", | ||
"nx-remotecache-custom": "^4.2.1" | ||
}, | ||
@@ -38,0 +39,0 @@ "peerDependencies": { |
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
9158
4
Updatedminio@^7.1.1
Updatednx-remotecache-custom@^4.2.1