@lage-run/cli 0.3.9 → 0.3.11

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,67 @@
2
2
  "name": "@lage-run/cli",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 21 Sep 2022 23:32:23 GMT",
5
+ "date": "Fri, 30 Sep 2022 16:50:11 GMT",
6
+ "tag": "@lage-run/cli_v0.3.11",
7
+ "version": "0.3.11",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "phillip.burch@live.com",
12
+ "package": "@lage-run/cli",
13
+ "commit": "b19113509faf6f5247f35e8b1ee2c6b5ec664a7a",
14
+ "comment": "Add colors to the default logger in v2"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@lage-run/cli",
19
+ "comment": "Bump @lage-run/reporters to v0.2.8",
20
+ "commit": "b19113509faf6f5247f35e8b1ee2c6b5ec664a7a"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Thu, 29 Sep 2022 21:54:45 GMT",
27
+ "tag": "@lage-run/cli_v0.3.10",
28
+ "version": "0.3.10",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "email not defined",
33
+ "package": "@lage-run/cli",
34
+ "commit": "96f43fa9da1e4e8d43e3e1d213b25e344bd35de6",
35
+ "comment": "Update dependency workspace-tools to ^0.28.0"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@lage-run/cli",
40
+ "comment": "Bump @lage-run/scheduler to v0.3.6",
41
+ "commit": "8fc978626144db852c6a908cb0e4bcfebc51f1c2"
42
+ },
43
+ {
44
+ "author": "beachball",
45
+ "package": "@lage-run/cli",
46
+ "comment": "Bump @lage-run/target-graph to v0.3.4",
47
+ "commit": "8fc978626144db852c6a908cb0e4bcfebc51f1c2"
48
+ },
49
+ {
50
+ "author": "beachball",
51
+ "package": "@lage-run/cli",
52
+ "comment": "Bump @lage-run/cache to v0.1.12",
53
+ "commit": "8fc978626144db852c6a908cb0e4bcfebc51f1c2"
54
+ },
55
+ {
56
+ "author": "beachball",
57
+ "package": "@lage-run/cli",
58
+ "comment": "Bump @lage-run/reporters to v0.2.7",
59
+ "commit": "8fc978626144db852c6a908cb0e4bcfebc51f1c2"
60
+ }
61
+ ]
62
+ }
63
+ },
64
+ {
65
+ "date": "Wed, 21 Sep 2022 23:32:29 GMT",
6
66
  "tag": "@lage-run/cli_v0.3.9",
7
67
  "version": "0.3.9",
8
68
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,33 @@
1
1
  # Change Log - @lage-run/cli
2
2
 
3
- This log was last generated on Wed, 21 Sep 2022 23:32:23 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 30 Sep 2022 16:50:11 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.3.11
8
+
9
+ Fri, 30 Sep 2022 16:50:11 GMT
10
+
11
+ ### Patches
12
+
13
+ - Add colors to the default logger in v2 (phillip.burch@live.com)
14
+ - Bump @lage-run/reporters to v0.2.8
15
+
16
+ ## 0.3.10
17
+
18
+ Thu, 29 Sep 2022 21:54:45 GMT
19
+
20
+ ### Patches
21
+
22
+ - Update dependency workspace-tools to ^0.28.0 (email not defined)
23
+ - Bump @lage-run/scheduler to v0.3.6
24
+ - Bump @lage-run/target-graph to v0.3.4
25
+ - Bump @lage-run/cache to v0.1.12
26
+ - Bump @lage-run/reporters to v0.2.7
27
+
7
28
  ## 0.3.9
8
29
 
9
- Wed, 21 Sep 2022 23:32:23 GMT
30
+ Wed, 21 Sep 2022 23:32:29 GMT
10
31
 
11
32
  ### Patches
12
33
 
@@ -1,8 +1,8 @@
1
1
  import { LogLevel } from "@lage-run/logger";
2
- import { JsonReporter, AdoReporter, NpmLogReporter } from "@lage-run/reporters";
2
+ import { JsonReporter, AdoReporter, LogReporter } from "@lage-run/reporters";
3
3
  export declare function createReporter({ reporter, grouped, verbose, logLevel, }: {
4
4
  reporter: string;
5
5
  grouped?: boolean;
6
6
  verbose?: boolean;
7
7
  logLevel?: LogLevel;
8
- }): JsonReporter | AdoReporter | NpmLogReporter;
8
+ }): JsonReporter | AdoReporter | LogReporter;
@@ -11,7 +11,7 @@ function createReporter({ reporter = "npmLog", grouped = false, verbose = false,
11
11
  case "adoLog":
12
12
  return new reporters_1.AdoReporter({ grouped, logLevel: verbose ? logger_1.LogLevel.verbose : logLevel });
13
13
  default:
14
- return new reporters_1.NpmLogReporter({ grouped, logLevel: verbose ? logger_1.LogLevel.verbose : logLevel });
14
+ return new reporters_1.LogReporter({ grouped, logLevel: verbose ? logger_1.LogLevel.verbose : logLevel });
15
15
  }
16
16
  }
17
17
  exports.createReporter = createReporter;
@@ -1 +1 @@
1
- {"version":3,"file":"createReporter.js","sourceRoot":"","sources":["../../src/reporters/createReporter.ts"],"names":[],"mappings":";;;AAAA,6CAA4C;AAC5C,mDAAgF;AAEhF,SAAgB,cAAc,CAAC,EAC7B,QAAQ,GAAG,QAAQ,EACnB,OAAO,GAAG,KAAK,EACf,OAAO,GAAG,KAAK,EACf,QAAQ,GAAG,iBAAQ,CAAC,IAAI,GAMzB;IACC,QAAQ,QAAQ,EAAE;QAChB,KAAK,MAAM;YACT,OAAO,IAAI,wBAAY,CAAC,EAAE,QAAQ,EAAE,CAAC,CAAC;QACxC,KAAK,aAAa,CAAC;QACnB,KAAK,QAAQ;YACX,OAAO,IAAI,uBAAW,CAAC,EAAE,OAAO,EAAE,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,iBAAQ,CAAC,OAAO,CAAC,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC;QACvF;YACE,OAAO,IAAI,0BAAc,CAAC,EAAE,OAAO,EAAE,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,iBAAQ,CAAC,OAAO,CAAC,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC;KAC3F;AACH,CAAC;AApBD,wCAoBC"}
1
+ {"version":3,"file":"createReporter.js","sourceRoot":"","sources":["../../src/reporters/createReporter.ts"],"names":[],"mappings":";;;AAAA,6CAA4C;AAC5C,mDAA6E;AAE7E,SAAgB,cAAc,CAAC,EAC7B,QAAQ,GAAG,QAAQ,EACnB,OAAO,GAAG,KAAK,EACf,OAAO,GAAG,KAAK,EACf,QAAQ,GAAG,iBAAQ,CAAC,IAAI,GAMzB;IACC,QAAQ,QAAQ,EAAE;QAChB,KAAK,MAAM;YACT,OAAO,IAAI,wBAAY,CAAC,EAAE,QAAQ,EAAE,CAAC,CAAC;QACxC,KAAK,aAAa,CAAC;QACnB,KAAK,QAAQ;YACX,OAAO,IAAI,uBAAW,CAAC,EAAE,OAAO,EAAE,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,iBAAQ,CAAC,OAAO,CAAC,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC;QACvF;YACE,OAAO,IAAI,uBAAW,CAAC,EAAE,OAAO,EAAE,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,iBAAQ,CAAC,OAAO,CAAC,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC;KACxF;AACH,CAAC;AApBD,wCAoBC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/cli",
3
- "version": "0.3.9",
3
+ "version": "0.3.11",
4
4
  "description": "Command Line Interface for Lage",
5
5
  "repository": {
6
6
  "url": "https://github.com/microsoft/lage"
@@ -18,12 +18,12 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@lage-run/logger": "^1.2.0",
21
- "@lage-run/scheduler": "^0.3.5",
22
- "@lage-run/target-graph": "^0.3.3",
23
- "@lage-run/cache": "^0.1.11",
24
- "@lage-run/reporters": "^0.2.6",
21
+ "@lage-run/scheduler": "^0.3.6",
22
+ "@lage-run/target-graph": "^0.3.4",
23
+ "@lage-run/cache": "^0.1.12",
24
+ "@lage-run/reporters": "^0.2.8",
25
25
  "commander": "^9.4.0",
26
- "workspace-tools": "^0.27.0"
26
+ "workspace-tools": "^0.28.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@lage-run/monorepo-fixture": "*"