@moonrepo/cli
Advanced tools
Comparing version 1.7.2 to 1.7.3
# Changelog | ||
## 1.7.3 | ||
#### 🐞 Fixes | ||
- Fixed an issue where glob task outputs were not invalidating a previous build. | ||
- Fixed an issue where changing inputs would not mark a task as affected, when a moon workspace is | ||
nested within a repository. | ||
- Improved handling of ctrl+c signal detection and shutting down processes. | ||
## 1.7.2 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@moonrepo/cli", | ||
"version": "1.7.2", | ||
"version": "1.7.3", | ||
"description": "moon command line and core system.", | ||
@@ -32,10 +32,10 @@ "keywords": [ | ||
"optionalDependencies": { | ||
"@moonrepo/core-linux-arm64-gnu": "^1.7.2", | ||
"@moonrepo/core-linux-arm64-musl": "^1.7.2", | ||
"@moonrepo/core-linux-x64-gnu": "^1.7.2", | ||
"@moonrepo/core-linux-x64-musl": "^1.7.2", | ||
"@moonrepo/core-macos-arm64": "^1.7.2", | ||
"@moonrepo/core-macos-x64": "^1.7.2", | ||
"@moonrepo/core-windows-x64-msvc": "^1.7.2" | ||
"@moonrepo/core-linux-arm64-gnu": "^1.7.3", | ||
"@moonrepo/core-linux-arm64-musl": "^1.7.3", | ||
"@moonrepo/core-linux-x64-gnu": "^1.7.3", | ||
"@moonrepo/core-linux-x64-musl": "^1.7.3", | ||
"@moonrepo/core-macos-arm64": "^1.7.3", | ||
"@moonrepo/core-macos-x64": "^1.7.3", | ||
"@moonrepo/core-windows-x64-msvc": "^1.7.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
57499