@lage-run/cli 0.32.0 → 0.32.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.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@lage-run/cli",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 01 Sep 2025 08:10:04 GMT",
5
+ "date": "Mon, 01 Sep 2025 08:10:36 GMT",
6
6
  "version": "0.32.0",
7
7
  "tag": "@lage-run/cli_v0.32.0",
8
8
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # Change Log - @lage-run/cli
2
2
 
3
- <!-- This log was last generated on Mon, 01 Sep 2025 08:10:04 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Mon, 01 Sep 2025 08:10:36 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
7
  ## 0.32.0
8
8
 
9
- Mon, 01 Sep 2025 08:10:04 GMT
9
+ Mon, 01 Sep 2025 08:10:36 GMT
10
10
 
11
11
  ### Minor changes
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/cli",
3
- "version": "0.32.0",
3
+ "version": "0.32.2",
4
4
  "description": "Command Line Interface for Lage",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,8 +21,8 @@
21
21
  "lint": "monorepo-scripts lint"
22
22
  },
23
23
  "dependencies": {
24
- "@lage-run/cache": "^1.3.16",
25
- "@lage-run/config": "^0.5.0",
24
+ "@lage-run/cache": "^1.4.0",
25
+ "@lage-run/config": "^0.6.0",
26
26
  "@lage-run/format-hrtime": "^0.1.6",
27
27
  "@lage-run/globby": "^14.2.1",
28
28
  "@lage-run/hasher": "^1.9.0",
@@ -30,7 +30,7 @@
30
30
  "@lage-run/reporters": "^1.3.5",
31
31
  "@lage-run/rpc": "^1.4.0",
32
32
  "@lage-run/runners": "^1.2.4",
33
- "@lage-run/scheduler": "^1.5.10",
33
+ "@lage-run/scheduler": "^1.5.12",
34
34
  "@lage-run/scheduler-types": "^0.3.26",
35
35
  "@lage-run/target-graph": "^0.12.0",
36
36
  "@lage-run/worker-threads-pool": "^0.9.0",