@moonrepo/cli
Advanced tools
Comparing version 0.24.2 to 0.24.3
# Changelog | ||
## 0.24.3 | ||
#### 🐞 Fixes | ||
- Fixed an issue where `moon query projects --affected` would hang indefinitely waiting for stdin. | ||
- Fixed an issue where changing `projects` globs wouldn't immediately invalidate the cache. | ||
## 0.24.2 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@moonrepo/cli", | ||
"version": "0.24.2", | ||
"version": "0.24.3", | ||
"description": "moon command line and core system.", | ||
@@ -32,10 +32,10 @@ "keywords": [ | ||
"optionalDependencies": { | ||
"@moonrepo/core-linux-arm64-gnu": "^0.24.2", | ||
"@moonrepo/core-linux-arm64-musl": "^0.24.2", | ||
"@moonrepo/core-linux-x64-gnu": "^0.24.2", | ||
"@moonrepo/core-linux-x64-musl": "^0.24.2", | ||
"@moonrepo/core-macos-arm64": "^0.24.2", | ||
"@moonrepo/core-macos-x64": "^0.24.2", | ||
"@moonrepo/core-windows-x64-msvc": "^0.24.2" | ||
"@moonrepo/core-linux-arm64-gnu": "^0.24.3", | ||
"@moonrepo/core-linux-arm64-musl": "^0.24.3", | ||
"@moonrepo/core-linux-x64-gnu": "^0.24.3", | ||
"@moonrepo/core-linux-x64-musl": "^0.24.3", | ||
"@moonrepo/core-macos-arm64": "^0.24.3", | ||
"@moonrepo/core-macos-x64": "^0.24.3", | ||
"@moonrepo/core-windows-x64-msvc": "^0.24.3" | ||
} | ||
} |
# @moonrepo/cli | ||
The official CLI for [moon](https://moonrepo.dev), a build system and repo management tool for the | ||
The official CLI for [moon](https://moonrepo.dev), a task runner and repo management tool for the | ||
web ecosystem, written in Rust! Supports JavaScript, TypeScript, Bash, and Batch. | ||
@@ -5,0 +5,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
43398