@moonrepo/cli 1.22.0-canary.202402261928 → 1.22.0
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 +3 -4
- package/package.json +1 -1
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.22.0
|
|
14
14
|
|
|
15
15
|
#### 🚀 Updates
|
|
16
16
|
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
|
|
41
41
|
- Fixed an issue where `bun install` was not running with `--production` in Docker prune.
|
|
42
42
|
- Fixed an issue where invalid IDs passed to certain commands would trigger a panic.
|
|
43
|
+
- Fixed an issue where `$PWD` in a task was pointing to the wrong directory.
|
|
43
44
|
|
|
44
45
|
#### 🧩 Plugins
|
|
45
46
|
|
|
@@ -47,13 +48,11 @@
|
|
|
47
48
|
- Added Linux ARM64 support (requires Deno >= v1.41).
|
|
48
49
|
- Updated `rust_plugin` to v0.8.1.
|
|
49
50
|
- Uses the full triple target when installing and uninstalling toolchains.
|
|
50
|
-
- Updated `schema_plugin` (TOML) to v0.9.1.
|
|
51
|
-
- Updated our regex to support Perl syntax like `\d`.
|
|
52
51
|
|
|
53
52
|
#### ⚙️ Internal
|
|
54
53
|
|
|
55
54
|
- Updated Rust to v1.76.
|
|
56
|
-
- Updated proto to v0.30.
|
|
55
|
+
- Updated proto to v0.30.2 (from v0.29.1).
|
|
57
56
|
|
|
58
57
|
## 1.21.4
|
|
59
58
|
|