@moonrepo/cli
Advanced tools
Comparing version 1.0.3 to 1.1.0
# Changelog | ||
## 1.1.0 | ||
#### 🚀 Updates | ||
- Added token variable substitution support for task `command`s. | ||
- Added a `moon task` command, for viewing resolved information about a task. | ||
- Updated `moon run` to be able to run tasks in the closest project based on current working | ||
directory. | ||
- Updated `noop` tasks to be cacheable, so that they can be used for cache hit early returns. | ||
#### ⚙️ Internal | ||
- Support pnpm v8's new lockfile format. | ||
- Better handling for task's that execute the `moon` binary. | ||
## 1.0.3 | ||
@@ -4,0 +19,0 @@ |
{ | ||
"name": "@moonrepo/cli", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "moon command line and core system.", | ||
@@ -32,10 +32,10 @@ "keywords": [ | ||
"optionalDependencies": { | ||
"@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" | ||
"@moonrepo/core-linux-arm64-gnu": "^1.1.0", | ||
"@moonrepo/core-linux-arm64-musl": "^1.1.0", | ||
"@moonrepo/core-linux-x64-gnu": "^1.1.0", | ||
"@moonrepo/core-linux-x64-musl": "^1.1.0", | ||
"@moonrepo/core-macos-arm64": "^1.1.0", | ||
"@moonrepo/core-macos-x64": "^1.1.0", | ||
"@moonrepo/core-windows-x64-msvc": "^1.1.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
51966