@moonrepo/cli 1.25.2-nightly.202406030029 → 1.25.2
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 +10 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
- More accurately monitors signals (ctrl+c) and shutdowns.
|
|
11
11
|
- Tasks can now be configured with a timeout.
|
|
12
12
|
|
|
13
|
-
##
|
|
13
|
+
## 1.25.2
|
|
14
14
|
|
|
15
15
|
#### 🚀 Updates
|
|
16
16
|
|
|
@@ -18,6 +18,15 @@
|
|
|
18
18
|
`.dockerignore` file. This helps to avoid interoperability issues.
|
|
19
19
|
- Added more logs to `moon docker` commands to help uncover future issues.
|
|
20
20
|
|
|
21
|
+
#### 🐞 Fixes
|
|
22
|
+
|
|
23
|
+
- Fixed an issue where `noop` tasks would not cache / invalidate cache. This is a regression from
|
|
24
|
+
the recent task runner changes.
|
|
25
|
+
|
|
26
|
+
#### ⚙️ Internal
|
|
27
|
+
|
|
28
|
+
- Updated proto to v0.36.0 (from v0.35.4).
|
|
29
|
+
|
|
21
30
|
## 1.25.1
|
|
22
31
|
|
|
23
32
|
#### 🚀 Updates
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moonrepo/cli",
|
|
3
|
-
"version": "1.25.2
|
|
3
|
+
"version": "1.25.2",
|
|
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.25.2
|
|
34
|
-
"@moonrepo/core-linux-arm64-musl": "1.25.2
|
|
35
|
-
"@moonrepo/core-linux-x64-gnu": "1.25.2
|
|
36
|
-
"@moonrepo/core-linux-x64-musl": "1.25.2
|
|
37
|
-
"@moonrepo/core-macos-arm64": "1.25.2
|
|
38
|
-
"@moonrepo/core-macos-x64": "1.25.2
|
|
39
|
-
"@moonrepo/core-windows-x64-msvc": "1.25.2
|
|
33
|
+
"@moonrepo/core-linux-arm64-gnu": "1.25.2",
|
|
34
|
+
"@moonrepo/core-linux-arm64-musl": "1.25.2",
|
|
35
|
+
"@moonrepo/core-linux-x64-gnu": "1.25.2",
|
|
36
|
+
"@moonrepo/core-linux-x64-musl": "1.25.2",
|
|
37
|
+
"@moonrepo/core-macos-arm64": "1.25.2",
|
|
38
|
+
"@moonrepo/core-macos-x64": "1.25.2",
|
|
39
|
+
"@moonrepo/core-windows-x64-msvc": "1.25.2"
|
|
40
40
|
}
|
|
41
41
|
}
|