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
773
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.1.1 to 1.2.0

19

CHANGELOG.md
# Changelog
## 1.2.0
#### 🚀 Updates
- Added task inheritance based on tags in the form of `.moon/tasks/tag-<name>.yml`.
#### 🐞 Fixes
- Fixed an issue where setting `MOON_COLOR` would fail validation.
#### ⚙️ Internal
- Upgraded to proto v0.6.
- Improvements to file system operations.
- Minor improvements to performance.
## 1.1.1
#### 🐞 Fixes
- Fixed an issue where token function resolving would cause massive performance degradation.

@@ -19,2 +37,3 @@

- Upgraded to proto v0.5.
- Support pnpm v8's new lockfile format.

@@ -21,0 +40,0 @@ - Better handling for task's that execute the `moon` binary.

16

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

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

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