@lage-run/cli 0.31.0 → 0.31.1

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,22 @@
2
2
  "name": "@lage-run/cli",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 01 Apr 2025 19:21:13 GMT",
5
+ "date": "Wed, 02 Apr 2025 08:09:42 GMT",
6
+ "version": "0.31.1",
7
+ "tag": "@lage-run/cli_v0.31.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "renovate@whitesourcesoftware.com",
12
+ "package": "@lage-run/cli",
13
+ "commit": "54e957d6b93381285d67ff8c23e134770b7a1512",
14
+ "comment": "Update dependency fast-glob to v3.3.3"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 02 Apr 2025 00:48:44 GMT",
6
21
  "version": "0.31.0",
7
22
  "tag": "@lage-run/cli_v0.31.0",
8
23
  "comments": {
@@ -10,7 +25,7 @@
10
25
  {
11
26
  "author": "dannyvv@microsoft.com",
12
27
  "package": "@lage-run/cli",
13
- "commit": "9c05325591496b39793b8e9ad5a95a5208e51459",
28
+ "commit": "84c942fb7008f722709e81f00b50295a3f65e5a7",
14
29
  "comment": "Add backwards compate lage info emit hack"
15
30
  }
16
31
  ]
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @lage-run/cli
2
2
 
3
- <!-- This log was last generated on Tue, 01 Apr 2025 19:21:13 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Wed, 02 Apr 2025 08:09:42 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.31.1
8
+
9
+ Wed, 02 Apr 2025 08:09:42 GMT
10
+
11
+ ### Patches
12
+
13
+ - Update dependency fast-glob to v3.3.3 (renovate@whitesourcesoftware.com)
14
+
7
15
  ## 0.31.0
8
16
 
9
- Tue, 01 Apr 2025 19:21:13 GMT
17
+ Wed, 02 Apr 2025 00:48:44 GMT
10
18
 
11
19
  ### Minor changes
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/cli",
3
- "version": "0.31.0",
3
+ "version": "0.31.1",
4
4
  "description": "Command Line Interface for Lage",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,20 +24,20 @@
24
24
  "@lage-run/cache": "^1.3.11",
25
25
  "@lage-run/config": "^0.4.12",
26
26
  "@lage-run/format-hrtime": "^0.1.6",
27
- "@lage-run/globby": "^14.2.0",
28
- "@lage-run/hasher": "^1.8.0",
27
+ "@lage-run/globby": "^14.2.1",
28
+ "@lage-run/hasher": "^1.8.1",
29
29
  "@lage-run/logger": "^1.3.1",
30
30
  "@lage-run/reporters": "^1.3.0",
31
31
  "@lage-run/rpc": "^1.4.0",
32
32
  "@lage-run/runners": "^1.2.1",
33
- "@lage-run/scheduler": "^1.5.3",
33
+ "@lage-run/scheduler": "^1.5.4",
34
34
  "@lage-run/scheduler-types": "^0.3.23",
35
35
  "@lage-run/target-graph": "^0.11.1",
36
36
  "@lage-run/worker-threads-pool": "^0.9.0",
37
37
  "chokidar": "3.5.3",
38
38
  "commander": "9.5.0",
39
39
  "execa": "5.1.1",
40
- "fast-glob": "3.3.2",
40
+ "fast-glob": "3.3.3",
41
41
  "proper-lockfile": "^4.1.2",
42
42
  "shell-quote": "^1.8.1",
43
43
  "workspace-tools": "0.38.1"