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.3.1 to 0.4.0

23

CHANGELOG.md
# Changelog
## 0.3.1
## 0.4.0
#### 🚀 Updates
- Added an `extends` setting to `.moon/workspace.yml` and `.moon/project.yml`.
- Added a `actionRunner.logRunningCommand` setting to `.moon/workspace.yml` for logging the task
command being ran.
- Added a global `--logFile` option to the CLI. Also supports a new `MOON_LOG_FILE` environment
variable.
- When targets are being ran in parallel, their output is now prefixed with the target name to
differentiate. This is currently only enabled in CI.
#### 🐞 Fixes
- More fixes around terminal color output and handling.
#### ⚙️ Internal
- Temporarily disabling offline internet checks as it has issues with VPNs. Will revisit in the
future.
### 0.3.1
#### 🐞 Fixes
- Fixed an issue where tasks referencing workspace relative files were not being marked as affected.

@@ -8,0 +29,0 @@ - Fixed some issues during `moon init` config generation.

12

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

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

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