@moonrepo/cli
Advanced tools
Comparing version 1.3.0 to 1.3.1
# Changelog | ||
## 1.3.1 | ||
#### 🐞 Fixes | ||
- Fixed a few issues during input hashing: | ||
- Would attempt to include deleted files from `git status`, which would log a warning. | ||
- Would attempt to hash directories for root-level projects, which would log a warning. | ||
#### ⚙️ Internal | ||
- Upgraded to proto v0.7.2. | ||
## 1.3.0 | ||
@@ -18,2 +30,3 @@ | ||
- Updated Rust to v1.69. | ||
- Upgraded to proto v0.7. | ||
- Improved accuracy of our globbing utilities, especially around dotfiles/dotfolders. | ||
@@ -20,0 +33,0 @@ |
{ | ||
"name": "@moonrepo/cli", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "moon command line and core system.", | ||
@@ -32,10 +32,10 @@ "keywords": [ | ||
"optionalDependencies": { | ||
"@moonrepo/core-linux-arm64-gnu": "^1.3.0", | ||
"@moonrepo/core-linux-arm64-musl": "^1.3.0", | ||
"@moonrepo/core-linux-x64-gnu": "^1.3.0", | ||
"@moonrepo/core-linux-x64-musl": "^1.3.0", | ||
"@moonrepo/core-macos-arm64": "^1.3.0", | ||
"@moonrepo/core-macos-x64": "^1.3.0", | ||
"@moonrepo/core-windows-x64-msvc": "^1.3.0" | ||
"@moonrepo/core-linux-arm64-gnu": "^1.3.1", | ||
"@moonrepo/core-linux-arm64-musl": "^1.3.1", | ||
"@moonrepo/core-linux-x64-gnu": "^1.3.1", | ||
"@moonrepo/core-linux-x64-musl": "^1.3.1", | ||
"@moonrepo/core-macos-arm64": "^1.3.1", | ||
"@moonrepo/core-macos-x64": "^1.3.1", | ||
"@moonrepo/core-windows-x64-msvc": "^1.3.1" | ||
} | ||
} |
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
53780