@moonrepo/cli
Advanced tools
Comparing version 1.0.2 to 1.0.3
# Changelog | ||
## 1.0.3 | ||
#### 🚀 Updates | ||
- Added `hasher.batchSize` to control the number of files to be hashed per batch. | ||
- Updated new version checks to include an optional message. | ||
#### 🐞 Fixes | ||
- Fixed an issue where non-input matching files were being passed to `git hash-object` during the | ||
inputs collection process. For large projects, you'll see improved performance. | ||
- Fixed an issue where root-level input globs were not matching correctly when `hasher.walkStrategy` | ||
was "vcs". | ||
- Fixed a deadlock where some concurrent tasks via a parent `noop` task would not start or run in | ||
parallel. | ||
#### ⚙️ Internal | ||
- Upgraded to proto v0.4. | ||
- Switched to a semaphore for restricting task concurrency. | ||
## 1.0.2 | ||
@@ -4,0 +25,0 @@ |
{ | ||
"name": "@moonrepo/cli", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "moon command line and core system.", | ||
@@ -32,10 +32,10 @@ "keywords": [ | ||
"optionalDependencies": { | ||
"@moonrepo/core-linux-arm64-gnu": "^1.0.2", | ||
"@moonrepo/core-linux-arm64-musl": "^1.0.2", | ||
"@moonrepo/core-linux-x64-gnu": "^1.0.2", | ||
"@moonrepo/core-linux-x64-musl": "^1.0.2", | ||
"@moonrepo/core-macos-arm64": "^1.0.2", | ||
"@moonrepo/core-macos-x64": "^1.0.2", | ||
"@moonrepo/core-windows-x64-msvc": "^1.0.2" | ||
"@moonrepo/core-linux-arm64-gnu": "^1.0.3", | ||
"@moonrepo/core-linux-arm64-musl": "^1.0.3", | ||
"@moonrepo/core-linux-x64-gnu": "^1.0.3", | ||
"@moonrepo/core-linux-x64-musl": "^1.0.3", | ||
"@moonrepo/core-macos-arm64": "^1.0.3", | ||
"@moonrepo/core-macos-x64": "^1.0.3", | ||
"@moonrepo/core-windows-x64-msvc": "^1.0.3" | ||
} | ||
} |
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
51468