@lage-run/cli 0.3.12 → 0.3.14

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,61 @@
2
2
  "name": "@lage-run/cli",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 30 Sep 2022 23:00:05 GMT",
5
+ "date": "Sat, 01 Oct 2022 06:41:29 GMT",
6
+ "tag": "@lage-run/cli_v0.3.14",
7
+ "version": "0.3.14",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@lage-run/cli",
13
+ "comment": "Bump @lage-run/scheduler to v0.3.9",
14
+ "commit": "94d8266336c210f6adcf6dddd893e9efea20afdb"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@lage-run/cli",
19
+ "comment": "Bump @lage-run/target-graph to v0.3.5",
20
+ "commit": "94d8266336c210f6adcf6dddd893e9efea20afdb"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@lage-run/cli",
25
+ "comment": "Bump @lage-run/cache to v0.1.13",
26
+ "commit": "94d8266336c210f6adcf6dddd893e9efea20afdb"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@lage-run/cli",
31
+ "comment": "Bump @lage-run/reporters to v0.2.11",
32
+ "commit": "94d8266336c210f6adcf6dddd893e9efea20afdb"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Sat, 01 Oct 2022 05:25:29 GMT",
39
+ "tag": "@lage-run/cli_v0.3.13",
40
+ "version": "0.3.13",
41
+ "comments": {
42
+ "patch": [
43
+ {
44
+ "author": "beachball",
45
+ "package": "@lage-run/cli",
46
+ "comment": "Bump @lage-run/scheduler to v0.3.8",
47
+ "commit": "e850f24b770908df902212442baa5fb8ba04cf7c"
48
+ },
49
+ {
50
+ "author": "beachball",
51
+ "package": "@lage-run/cli",
52
+ "comment": "Bump @lage-run/reporters to v0.2.10",
53
+ "commit": "e850f24b770908df902212442baa5fb8ba04cf7c"
54
+ }
55
+ ]
56
+ }
57
+ },
58
+ {
59
+ "date": "Fri, 30 Sep 2022 23:00:17 GMT",
6
60
  "tag": "@lage-run/cli_v0.3.12",
7
61
  "version": "0.3.12",
8
62
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,32 @@
1
1
  # Change Log - @lage-run/cli
2
2
 
3
- This log was last generated on Fri, 30 Sep 2022 23:00:05 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 01 Oct 2022 06:41:29 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.3.14
8
+
9
+ Sat, 01 Oct 2022 06:41:29 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @lage-run/scheduler to v0.3.9
14
+ - Bump @lage-run/target-graph to v0.3.5
15
+ - Bump @lage-run/cache to v0.1.13
16
+ - Bump @lage-run/reporters to v0.2.11
17
+
18
+ ## 0.3.13
19
+
20
+ Sat, 01 Oct 2022 05:25:29 GMT
21
+
22
+ ### Patches
23
+
24
+ - Bump @lage-run/scheduler to v0.3.8
25
+ - Bump @lage-run/reporters to v0.2.10
26
+
7
27
  ## 0.3.12
8
28
 
9
- Fri, 30 Sep 2022 23:00:05 GMT
29
+ Fri, 30 Sep 2022 23:00:17 GMT
10
30
 
11
31
  ### Patches
12
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/cli",
3
- "version": "0.3.12",
3
+ "version": "0.3.14",
4
4
  "description": "Command Line Interface for Lage",
5
5
  "repository": {
6
6
  "url": "https://github.com/microsoft/lage"
@@ -18,10 +18,10 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@lage-run/logger": "^1.2.0",
21
- "@lage-run/scheduler": "^0.3.7",
22
- "@lage-run/target-graph": "^0.3.4",
23
- "@lage-run/cache": "^0.1.12",
24
- "@lage-run/reporters": "^0.2.9",
21
+ "@lage-run/scheduler": "^0.3.9",
22
+ "@lage-run/target-graph": "^0.3.5",
23
+ "@lage-run/cache": "^0.1.13",
24
+ "@lage-run/reporters": "^0.2.11",
25
25
  "commander": "^9.4.0",
26
26
  "workspace-tools": "^0.28.0"
27
27
  },