@moonrepo/cli
Advanced tools
Comparing version 1.5.1 to 1.6.0
# Changelog | ||
## 1.6.0 | ||
#### 🚀 Updates | ||
- Added support for persistent tasks. | ||
- Added `persistent` task option to `moon.yml` (is also set via `local`). | ||
- Persistent tasks _run last_ in the dependency graph. | ||
- Updated long running processes to log a checkpoint indicating it's still running. | ||
- Updated task `platform` detection to only use the platform if the toolchain language is enabled. | ||
- Started migration to a newer/better logging implementation. | ||
#### 🐞 Fixes | ||
- Fixed an issue where a task would panic for missing outputs. | ||
#### ⚙️ Internal | ||
- Reworked file groups to use workspace relative paths, instead of project relative. | ||
- Reworked processes to better handle command line arguments, shells, and piped stdin input. | ||
## 1.5.1 | ||
@@ -4,0 +24,0 @@ |
{ | ||
"name": "@moonrepo/cli", | ||
"version": "1.5.1", | ||
"version": "1.6.0", | ||
"description": "moon command line and core system.", | ||
@@ -32,10 +32,10 @@ "keywords": [ | ||
"optionalDependencies": { | ||
"@moonrepo/core-linux-arm64-gnu": "^1.5.1", | ||
"@moonrepo/core-linux-arm64-musl": "^1.5.1", | ||
"@moonrepo/core-linux-x64-gnu": "^1.5.1", | ||
"@moonrepo/core-linux-x64-musl": "^1.5.1", | ||
"@moonrepo/core-macos-arm64": "^1.5.1", | ||
"@moonrepo/core-macos-x64": "^1.5.1", | ||
"@moonrepo/core-windows-x64-msvc": "^1.5.1" | ||
"@moonrepo/core-linux-arm64-gnu": "^1.6.0", | ||
"@moonrepo/core-linux-arm64-musl": "^1.6.0", | ||
"@moonrepo/core-linux-x64-gnu": "^1.6.0", | ||
"@moonrepo/core-linux-x64-musl": "^1.6.0", | ||
"@moonrepo/core-macos-arm64": "^1.6.0", | ||
"@moonrepo/core-macos-x64": "^1.6.0", | ||
"@moonrepo/core-windows-x64-msvc": "^1.6.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
56031