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
835
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.13.0 to 1.13.1

10

CHANGELOG.md
# Changelog
## 1.13.1
#### 🐞 Fixes
- Fixed an issue where tasks depending on arbitrary project tasks would fail to build a partial
project graph.
- Fixed an issue where task `deps` within global tasks would not apply exclude/rename overrides.
- Fixed an issue with asset/binary files not working correctly with codegen templates.
- Fixed an issue where `moon upgrade` would require a workspace.
## 1.13.0

@@ -4,0 +14,0 @@

18

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

@@ -29,13 +29,13 @@ "keywords": [

"dependencies": {
"detect-libc": "^2.0.1"
"detect-libc": "^2.0.2"
},
"optionalDependencies": {
"@moonrepo/core-linux-arm64-gnu": "^1.13.0",
"@moonrepo/core-linux-arm64-musl": "^1.13.0",
"@moonrepo/core-linux-x64-gnu": "^1.13.0",
"@moonrepo/core-linux-x64-musl": "^1.13.0",
"@moonrepo/core-macos-arm64": "^1.13.0",
"@moonrepo/core-macos-x64": "^1.13.0",
"@moonrepo/core-windows-x64-msvc": "^1.13.0"
"@moonrepo/core-linux-arm64-gnu": "^1.13.1",
"@moonrepo/core-linux-arm64-musl": "^1.13.1",
"@moonrepo/core-linux-x64-gnu": "^1.13.1",
"@moonrepo/core-linux-x64-musl": "^1.13.1",
"@moonrepo/core-macos-arm64": "^1.13.1",
"@moonrepo/core-macos-x64": "^1.13.1",
"@moonrepo/core-windows-x64-msvc": "^1.13.1"
}
}
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