@moonrepo/cli
Advanced tools
Comparing version 0.23.1 to 0.23.2
# Changelog | ||
## 0.23.2 | ||
#### 🐞 Fixes | ||
- Fixed a recursion issue when attempting to install dependencies and a post-install script would | ||
trigger the process again. | ||
- Fixed an issue where a task may be hashed with the incorrect Node.js version. | ||
- Fixed an issue when running Node.js tasks and the toolchain has not been configured. | ||
- Fixed a typo when installing npm dependencies: `node install` -> `npm install` | ||
#### 0.23.1 | ||
@@ -4,0 +14,0 @@ |
{ | ||
"name": "@moonrepo/cli", | ||
"version": "0.23.1", | ||
"version": "0.23.2", | ||
"description": "moon command line and core system.", | ||
@@ -32,10 +32,10 @@ "keywords": [ | ||
"optionalDependencies": { | ||
"@moonrepo/core-linux-arm64-gnu": "^0.23.1", | ||
"@moonrepo/core-linux-arm64-musl": "^0.23.1", | ||
"@moonrepo/core-linux-x64-gnu": "^0.23.1", | ||
"@moonrepo/core-linux-x64-musl": "^0.23.1", | ||
"@moonrepo/core-macos-arm64": "^0.23.1", | ||
"@moonrepo/core-macos-x64": "^0.23.1", | ||
"@moonrepo/core-windows-x64-msvc": "^0.23.1" | ||
"@moonrepo/core-linux-arm64-gnu": "^0.23.2", | ||
"@moonrepo/core-linux-arm64-musl": "^0.23.2", | ||
"@moonrepo/core-linux-x64-gnu": "^0.23.2", | ||
"@moonrepo/core-linux-x64-musl": "^0.23.2", | ||
"@moonrepo/core-macos-arm64": "^0.23.2", | ||
"@moonrepo/core-macos-x64": "^0.23.2", | ||
"@moonrepo/core-windows-x64-msvc": "^0.23.2" | ||
} | ||
} |
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
41023