@lage-run/cli 0.31.3 → 0.31.4

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": "Thu, 17 Apr 2025 08:09:27 GMT",
5
+ "date": "Thu, 17 Apr 2025 08:10:01 GMT",
6
6
  "version": "0.31.3",
7
7
  "tag": "@lage-run/cli_v0.31.3",
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 Thu, 17 Apr 2025 08:09:27 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Thu, 17 Apr 2025 08:10:01 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
7
  ## 0.31.3
8
8
 
9
- Thu, 17 Apr 2025 08:09:27 GMT
9
+ Thu, 17 Apr 2025 08:10:01 GMT
10
10
 
11
11
  ### Patches
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/cli",
3
- "version": "0.31.3",
3
+ "version": "0.31.4",
4
4
  "description": "Command Line Interface for Lage",
5
5
  "repository": {
6
6
  "type": "git",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@lage-run/cache": "^1.3.12",
25
- "@lage-run/config": "^0.4.13",
25
+ "@lage-run/config": "^0.4.14",
26
26
  "@lage-run/format-hrtime": "^0.1.6",
27
27
  "@lage-run/globby": "^14.2.1",
28
28
  "@lage-run/hasher": "^1.8.2",
@@ -30,7 +30,7 @@
30
30
  "@lage-run/reporters": "^1.3.1",
31
31
  "@lage-run/rpc": "^1.4.0",
32
32
  "@lage-run/runners": "^1.2.2",
33
- "@lage-run/scheduler": "^1.5.5",
33
+ "@lage-run/scheduler": "^1.5.6",
34
34
  "@lage-run/scheduler-types": "^0.3.24",
35
35
  "@lage-run/target-graph": "^0.11.2",
36
36
  "@lage-run/worker-threads-pool": "^0.9.0",