@moonrepo/cli
Advanced tools
Comparing version 1.16.5-nightly.202311170033 to 1.16.5-nightly.202311180036
@@ -13,8 +13,15 @@ # Changelog | ||
## Unreleased | ||
## 1.16.5 | ||
#### 🐞 Fixes | ||
- Fixed an issue where codegen would merge JSON/YAML files with the incorrect source. | ||
- Updated file traversal to not walk outside of the workspace root. | ||
#### ⚙️ Internal | ||
- Updated to proto v0.22.0. | ||
- Updated Rust to v1.74. | ||
- Updated proto to v0.23.0. | ||
- Updated dependencies. | ||
- Updated logs to now include nanoseconds. | ||
@@ -21,0 +28,0 @@ ## 1.16.4 |
{ | ||
"name": "@moonrepo/cli", | ||
"version": "1.16.5-nightly.202311170033", | ||
"version": "1.16.5-nightly.202311180036", | ||
"description": "moon command line and core system.", | ||
@@ -32,10 +32,10 @@ "keywords": [ | ||
"optionalDependencies": { | ||
"@moonrepo/core-linux-arm64-gnu": "1.16.5-nightly.202311170033", | ||
"@moonrepo/core-linux-arm64-musl": "1.16.5-nightly.202311170033", | ||
"@moonrepo/core-linux-x64-gnu": "1.16.5-nightly.202311170033", | ||
"@moonrepo/core-linux-x64-musl": "1.16.5-nightly.202311170033", | ||
"@moonrepo/core-macos-arm64": "1.16.5-nightly.202311170033", | ||
"@moonrepo/core-macos-x64": "1.16.5-nightly.202311170033", | ||
"@moonrepo/core-windows-x64-msvc": "1.16.5-nightly.202311170033" | ||
"@moonrepo/core-linux-arm64-gnu": "1.16.5-nightly.202311180036", | ||
"@moonrepo/core-linux-arm64-musl": "1.16.5-nightly.202311180036", | ||
"@moonrepo/core-linux-x64-gnu": "1.16.5-nightly.202311180036", | ||
"@moonrepo/core-linux-x64-musl": "1.16.5-nightly.202311180036", | ||
"@moonrepo/core-macos-arm64": "1.16.5-nightly.202311180036", | ||
"@moonrepo/core-macos-x64": "1.16.5-nightly.202311180036", | ||
"@moonrepo/core-windows-x64-msvc": "1.16.5-nightly.202311180036" | ||
} | ||
} |
35557