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
761
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.2.2 to 0.3.0

20

CHANGELOG.md
# Changelog
## 0.3.0
#### 💥 Breaking
- Moved the `project.type` setting in `project.yml` to the top-level. Is now simply `type`.
#### 🚀 Updates
- Added support for a list of globs when configuring the `projects` setting in
`.moon/workspace.yml`.
- Added a `actionRunner.inheritColorsForPipedTasks` setting to `.moon/workspace.yml` for inheriting
terminal colors for piped tasks.
- Added a `language` setting to `project.yml` for defining the primary programming language of a
project.
- Added a global `--color` option to the CLI. Also supports a new `MOON_COLOR` environment variable.
#### 🐞 Fixes
- Fixed many issues around terminal color output and handling.
## 0.2.0

@@ -4,0 +24,0 @@

12

package.json
{
"name": "@moonrepo/cli",
"version": "0.2.2",
"version": "0.3.0",
"description": "moon command line and core system.",

@@ -32,8 +32,8 @@ "keywords": [

"optionalDependencies": {
"@moonrepo/core-linux-x64-gnu": "^0.2.2",
"@moonrepo/core-linux-x64-musl": "^0.2.2",
"@moonrepo/core-macos-arm64": "^0.2.2",
"@moonrepo/core-macos-x64": "^0.2.2",
"@moonrepo/core-windows-x64-msvc": "^0.2.2"
"@moonrepo/core-linux-x64-gnu": "^0.3.0",
"@moonrepo/core-linux-x64-musl": "^0.3.0",
"@moonrepo/core-macos-arm64": "^0.3.0",
"@moonrepo/core-macos-x64": "^0.3.0",
"@moonrepo/core-windows-x64-msvc": "^0.3.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