@moonrepo/cli
Advanced tools
Comparing version 1.8.1 to 1.8.2
# Changelog | ||
## 1.8.2 | ||
#### 🐞 Fixes | ||
- Updated `CODEOWNERS` to take `.editorconfig` into account when generating. | ||
- Fixed an issue where `git` branch commands would fail on <= v2.22. | ||
- Fixed an issue where disabling moon's cache would not disable proto's cache. | ||
## 1.8.1 | ||
@@ -13,3 +21,3 @@ | ||
- Updated to proto v0.10. | ||
- Updated to proto v0.10.5. | ||
@@ -16,0 +24,0 @@ ## 1.8.0 |
{ | ||
"name": "@moonrepo/cli", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "moon command line and core system.", | ||
@@ -32,10 +32,10 @@ "keywords": [ | ||
"optionalDependencies": { | ||
"@moonrepo/core-linux-arm64-gnu": "^1.8.1", | ||
"@moonrepo/core-linux-arm64-musl": "^1.8.1", | ||
"@moonrepo/core-linux-x64-gnu": "^1.8.1", | ||
"@moonrepo/core-linux-x64-musl": "^1.8.1", | ||
"@moonrepo/core-macos-arm64": "^1.8.1", | ||
"@moonrepo/core-macos-x64": "^1.8.1", | ||
"@moonrepo/core-windows-x64-msvc": "^1.8.1" | ||
"@moonrepo/core-linux-arm64-gnu": "^1.8.2", | ||
"@moonrepo/core-linux-arm64-musl": "^1.8.2", | ||
"@moonrepo/core-linux-x64-gnu": "^1.8.2", | ||
"@moonrepo/core-linux-x64-musl": "^1.8.2", | ||
"@moonrepo/core-macos-arm64": "^1.8.2", | ||
"@moonrepo/core-macos-x64": "^1.8.2", | ||
"@moonrepo/core-windows-x64-msvc": "^1.8.2" | ||
} | ||
} |
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
58752