@moonrepo/cli 1.26.5-nightly.202406300016 → 1.26.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.26.5
|
|
4
|
+
|
|
5
|
+
#### 🚀 Updates
|
|
6
|
+
|
|
7
|
+
- Updated home-based environment variables, like `CARGO_HOME`, to support relative paths.
|
|
8
|
+
|
|
9
|
+
#### 🐞 Fixes
|
|
10
|
+
|
|
11
|
+
- Fixed an issue where globs wouldn't match when leading with `./`.
|
|
12
|
+
|
|
13
|
+
#### ⚙️ Internal
|
|
14
|
+
|
|
15
|
+
- Updated proto to v0.37.2 (from v0.37.1).
|
|
16
|
+
|
|
3
17
|
## 1.26.4
|
|
4
18
|
|
|
5
19
|
#### 🐞 Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moonrepo/cli",
|
|
3
|
-
"version": "1.26.5
|
|
3
|
+
"version": "1.26.5",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "moon command line and core system.",
|
|
6
6
|
"keywords": [
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
"detect-libc": "^2.0.3"
|
|
31
31
|
},
|
|
32
32
|
"optionalDependencies": {
|
|
33
|
-
"@moonrepo/core-linux-arm64-gnu": "1.26.5
|
|
34
|
-
"@moonrepo/core-linux-arm64-musl": "1.26.5
|
|
35
|
-
"@moonrepo/core-linux-x64-gnu": "1.26.5
|
|
36
|
-
"@moonrepo/core-linux-x64-musl": "1.26.5
|
|
37
|
-
"@moonrepo/core-macos-arm64": "1.26.5
|
|
38
|
-
"@moonrepo/core-macos-x64": "1.26.5
|
|
39
|
-
"@moonrepo/core-windows-x64-msvc": "1.26.5
|
|
33
|
+
"@moonrepo/core-linux-arm64-gnu": "1.26.5",
|
|
34
|
+
"@moonrepo/core-linux-arm64-musl": "1.26.5",
|
|
35
|
+
"@moonrepo/core-linux-x64-gnu": "1.26.5",
|
|
36
|
+
"@moonrepo/core-linux-x64-musl": "1.26.5",
|
|
37
|
+
"@moonrepo/core-macos-arm64": "1.26.5",
|
|
38
|
+
"@moonrepo/core-macos-x64": "1.26.5",
|
|
39
|
+
"@moonrepo/core-windows-x64-msvc": "1.26.5"
|
|
40
40
|
}
|
|
41
41
|
}
|