@moonrepo/cli
Advanced tools
Comparing version 1.5.0 to 1.5.1
# Changelog | ||
## 1.5.1 | ||
#### 🐞 Fixes | ||
- Fixed an issue where tasks would run in CI even though `runInCI` was false. | ||
- Fixed an issue where npm, pnpm, and yarn shims were not being used from proto. | ||
## 1.5.0 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@moonrepo/cli", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "moon command line and core system.", | ||
@@ -32,10 +32,10 @@ "keywords": [ | ||
"optionalDependencies": { | ||
"@moonrepo/core-linux-arm64-gnu": "^1.5.0", | ||
"@moonrepo/core-linux-arm64-musl": "^1.5.0", | ||
"@moonrepo/core-linux-x64-gnu": "^1.5.0", | ||
"@moonrepo/core-linux-x64-musl": "^1.5.0", | ||
"@moonrepo/core-macos-arm64": "^1.5.0", | ||
"@moonrepo/core-macos-x64": "^1.5.0", | ||
"@moonrepo/core-windows-x64-msvc": "^1.5.0" | ||
"@moonrepo/core-linux-arm64-gnu": "^1.5.1", | ||
"@moonrepo/core-linux-arm64-musl": "^1.5.1", | ||
"@moonrepo/core-linux-x64-gnu": "^1.5.1", | ||
"@moonrepo/core-linux-x64-musl": "^1.5.1", | ||
"@moonrepo/core-macos-arm64": "^1.5.1", | ||
"@moonrepo/core-macos-x64": "^1.5.1", | ||
"@moonrepo/core-windows-x64-msvc": "^1.5.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
55303