Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@moonrepo/cli

Package Overview
Dependencies
Maintainers
1
Versions
768
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moonrepo/cli - npm Package Compare versions

Comparing version 0.11.1 to 0.12.0

17

CHANGELOG.md
# 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 @@

14

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc