@moonrepo/cli
Advanced tools
Comparing version 1.15.1 to 1.15.2-nightly.202310190647
@@ -13,2 +13,15 @@ # Changelog | ||
## Unreleased | ||
#### 🚀 Updates | ||
- Updated `moon run --interactive` to allow more than 1 target. | ||
#### 🐞 Fixes | ||
- Fixed an issue where "raw" codegen files were sometimes being rendered, and failing with invalid | ||
syntax. | ||
- Fixed an issue where task dependents for the non-primary targets were being included in the action | ||
graph. | ||
## 1.15.1 | ||
@@ -15,0 +28,0 @@ |
{ | ||
"name": "@moonrepo/cli", | ||
"version": "1.15.1", | ||
"version": "1.15.2-nightly.202310190647", | ||
"description": "moon command line and core system.", | ||
@@ -32,10 +32,10 @@ "keywords": [ | ||
"optionalDependencies": { | ||
"@moonrepo/core-linux-arm64-gnu": "^1.15.1", | ||
"@moonrepo/core-linux-arm64-musl": "^1.15.1", | ||
"@moonrepo/core-linux-x64-gnu": "^1.15.1", | ||
"@moonrepo/core-linux-x64-musl": "^1.15.1", | ||
"@moonrepo/core-macos-arm64": "^1.15.1", | ||
"@moonrepo/core-macos-x64": "^1.15.1", | ||
"@moonrepo/core-windows-x64-msvc": "^1.15.1" | ||
"@moonrepo/core-linux-arm64-gnu": "^1.15.2", | ||
"@moonrepo/core-linux-arm64-musl": "^1.15.2", | ||
"@moonrepo/core-linux-x64-gnu": "^1.15.2", | ||
"@moonrepo/core-linux-x64-musl": "^1.15.2", | ||
"@moonrepo/core-macos-arm64": "^1.15.2", | ||
"@moonrepo/core-macos-x64": "^1.15.2", | ||
"@moonrepo/core-windows-x64-msvc": "^1.15.2" | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
31593
2