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
784
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 1.5.1 to 1.6.0

20

CHANGELOG.md
# Changelog
## 1.6.0
#### 🚀 Updates
- Added support for persistent tasks.
- Added `persistent` task option to `moon.yml` (is also set via `local`).
- Persistent tasks _run last_ in the dependency graph.
- Updated long running processes to log a checkpoint indicating it's still running.
- Updated task `platform` detection to only use the platform if the toolchain language is enabled.
- Started migration to a newer/better logging implementation.
#### 🐞 Fixes
- Fixed an issue where a task would panic for missing outputs.
#### ⚙️ Internal
- Reworked file groups to use workspace relative paths, instead of project relative.
- Reworked processes to better handle command line arguments, shells, and piped stdin input.
## 1.5.1

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

16

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

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

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