@moonrepo/cli
Advanced tools
Comparing version 1.15.3 to 1.15.4-nightly.202310230034
@@ -13,2 +13,9 @@ # Changelog | ||
## Unreleased | ||
#### 🐞 Fixes | ||
- Fixed an issue where pnpm would fail to dedupe when its toolchain version is not using a | ||
fully-qualified version. | ||
## 1.15.3 | ||
@@ -15,0 +22,0 @@ |
{ | ||
"name": "@moonrepo/cli", | ||
"version": "1.15.3", | ||
"version": "1.15.4-nightly.202310230034", | ||
"description": "moon command line and core system.", | ||
@@ -32,10 +32,10 @@ "keywords": [ | ||
"optionalDependencies": { | ||
"@moonrepo/core-linux-arm64-gnu": "^1.15.3", | ||
"@moonrepo/core-linux-arm64-musl": "^1.15.3", | ||
"@moonrepo/core-linux-x64-gnu": "^1.15.3", | ||
"@moonrepo/core-linux-x64-musl": "^1.15.3", | ||
"@moonrepo/core-macos-arm64": "^1.15.3", | ||
"@moonrepo/core-macos-x64": "^1.15.3", | ||
"@moonrepo/core-windows-x64-msvc": "^1.15.3" | ||
"@moonrepo/core-linux-arm64-gnu": "^1.15.4", | ||
"@moonrepo/core-linux-arm64-musl": "^1.15.4", | ||
"@moonrepo/core-linux-x64-gnu": "^1.15.4", | ||
"@moonrepo/core-linux-x64-musl": "^1.15.4", | ||
"@moonrepo/core-macos-arm64": "^1.15.4", | ||
"@moonrepo/core-macos-x64": "^1.15.4", | ||
"@moonrepo/core-windows-x64-msvc": "^1.15.4" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
32122
2