@moonrepo/cli
Advanced tools
Comparing version 0.11.0 to 0.11.1
# Changelog | ||
## 0.11.1 | ||
#### 🐞 Fixes | ||
- Fixed an issue where `system` tasks were hashing incorrect contents. | ||
- Fixed an issue where `envFile` is enabled and the relevant `.env` file may not exist in CI. | ||
## 0.11.0 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@moonrepo/cli", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"description": "moon command line and core system.", | ||
@@ -32,8 +32,8 @@ "keywords": [ | ||
"optionalDependencies": { | ||
"@moonrepo/core-linux-x64-gnu": "^0.11.0", | ||
"@moonrepo/core-linux-x64-musl": "^0.11.0", | ||
"@moonrepo/core-macos-arm64": "^0.11.0", | ||
"@moonrepo/core-macos-x64": "^0.11.0", | ||
"@moonrepo/core-windows-x64-msvc": "^0.11.0" | ||
"@moonrepo/core-linux-x64-gnu": "^0.11.1", | ||
"@moonrepo/core-linux-x64-musl": "^0.11.1", | ||
"@moonrepo/core-macos-arm64": "^0.11.1", | ||
"@moonrepo/core-macos-x64": "^0.11.1", | ||
"@moonrepo/core-windows-x64-msvc": "^0.11.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
19200