@moonrepo/cli
Advanced tools
Comparing version 0.11.1 to 0.12.0
# Changelog | ||
## 0.12.0 | ||
#### 💥 Breaking | ||
- The `typescript` setting in `.moon/workspace.yml` is now optional, allowing repos to opt-out of | ||
TypeScript support. This shouldn't affect you if the setting is already explicitly defined. | ||
#### 🚀 Updates | ||
- Added support for Linux ARM GNU (`aarch64-unknown-linux-gnu`). | ||
- Added support for Linux ARM musl (`aarch64-unknown-linux-musl`). | ||
- Added a `typescript` setting to `moon.yml`, allowing TypeScript support to be toggled per project. | ||
- Added a `--report` option to the `moon run` command, for generating run reports for debugging. | ||
- Added an `--affected` option to the `moon query projects` command. | ||
- Updated the task `command` to also support inline arguments. You can now merge `command` and | ||
`args` into a single field. | ||
## 0.11.1 | ||
@@ -4,0 +21,0 @@ |
{ | ||
"name": "@moonrepo/cli", | ||
"version": "0.11.1", | ||
"version": "0.12.0", | ||
"description": "moon command line and core system.", | ||
@@ -32,8 +32,10 @@ "keywords": [ | ||
"optionalDependencies": { | ||
"@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" | ||
"@moonrepo/core-linux-arm64-gnu": "^0.12.0", | ||
"@moonrepo/core-linux-arm64-musl": "^0.12.0", | ||
"@moonrepo/core-linux-x64-gnu": "^0.12.0", | ||
"@moonrepo/core-linux-x64-musl": "^0.12.0", | ||
"@moonrepo/core-macos-arm64": "^0.12.0", | ||
"@moonrepo/core-macos-x64": "^0.12.0", | ||
"@moonrepo/core-windows-x64-msvc": "^0.12.0" | ||
} | ||
} |
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
20067
8