@moonrepo/cli
Advanced tools
Comparing version 0.4.1 to 0.5.0
# Changelog | ||
## 0.5.0 | ||
#### 🚀 Updates | ||
- Added caching to our VCS layer which should greatly reduce the amount of `git` commands being | ||
executed. | ||
- Updated `moon init` to detect `vcs.manager` and `vcs.defaultBranch` from the environment. | ||
#### ⚙️ Internal | ||
- We now detect the current Windows terminal using the `COMSPEC` environment variable, instead of | ||
defaulting to `cmd.exe`. | ||
- Improved our configuration layer so that error messages include more metadata. | ||
- Added `#[track_caller]` to more easily diagnose panics. | ||
### 0.4.1 | ||
@@ -4,0 +19,0 @@ |
{ | ||
"name": "@moonrepo/cli", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"description": "moon command line and core system.", | ||
@@ -32,8 +32,8 @@ "keywords": [ | ||
"optionalDependencies": { | ||
"@moonrepo/core-linux-x64-gnu": "^0.4.1", | ||
"@moonrepo/core-linux-x64-musl": "^0.4.1", | ||
"@moonrepo/core-macos-arm64": "^0.4.1", | ||
"@moonrepo/core-macos-x64": "^0.4.1", | ||
"@moonrepo/core-windows-x64-msvc": "^0.4.1" | ||
"@moonrepo/core-linux-x64-gnu": "^0.5.0", | ||
"@moonrepo/core-linux-x64-musl": "^0.5.0", | ||
"@moonrepo/core-macos-arm64": "^0.5.0", | ||
"@moonrepo/core-macos-x64": "^0.5.0", | ||
"@moonrepo/core-windows-x64-msvc": "^0.5.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
6891