@lage-run/reporters 0.2.13 → 0.2.15

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,49 @@
2
2
  "name": "@lage-run/reporters",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 01 Oct 2022 16:21:27 GMT",
5
+ "date": "Mon, 03 Oct 2022 19:57:12 GMT",
6
+ "tag": "@lage-run/reporters_v0.2.15",
7
+ "version": "0.2.15",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@lage-run/reporters",
13
+ "comment": "Bump @lage-run/scheduler-types to v0.1.2",
14
+ "commit": "be6ad1619eef73c890d72b1787a9c5bb0b4c7965"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@lage-run/reporters",
19
+ "comment": "Bump @lage-run/target-graph to v0.4.2",
20
+ "commit": "be6ad1619eef73c890d72b1787a9c5bb0b4c7965"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Mon, 03 Oct 2022 00:06:54 GMT",
27
+ "tag": "@lage-run/reporters_v0.2.14",
28
+ "version": "0.2.14",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "ken@gizzar.com",
33
+ "package": "@lage-run/reporters",
34
+ "commit": "49254d0cf616602f77fd3a779b060f1adbaa2c72",
35
+ "comment": "factoring out scheduler types to a new package"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@lage-run/reporters",
40
+ "comment": "Bump @lage-run/scheduler-types to v0.1.1",
41
+ "commit": "49254d0cf616602f77fd3a779b060f1adbaa2c72"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Sat, 01 Oct 2022 16:21:41 GMT",
6
48
  "tag": "@lage-run/reporters_v0.2.13",
7
49
  "version": "0.2.13",
8
50
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @lage-run/reporters
2
2
 
3
- This log was last generated on Sat, 01 Oct 2022 16:21:27 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 03 Oct 2022 19:57:12 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.2.15
8
+
9
+ Mon, 03 Oct 2022 19:57:12 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @lage-run/scheduler-types to v0.1.2
14
+ - Bump @lage-run/target-graph to v0.4.2
15
+
16
+ ## 0.2.14
17
+
18
+ Mon, 03 Oct 2022 00:06:54 GMT
19
+
20
+ ### Patches
21
+
22
+ - factoring out scheduler types to a new package (ken@gizzar.com)
23
+ - Bump @lage-run/scheduler-types to v0.1.1
24
+
7
25
  ## 0.2.13
8
26
 
9
- Sat, 01 Oct 2022 16:21:27 GMT
27
+ Sat, 01 Oct 2022 16:21:41 GMT
10
28
 
11
29
  ### Patches
12
30
 
@@ -1,7 +1,7 @@
1
1
  /// <reference types="node" />
2
2
  import { LogLevel } from "@lage-run/logger";
3
3
  import type { Reporter, LogEntry } from "@lage-run/logger";
4
- import type { SchedulerRunSummary } from "@lage-run/scheduler";
4
+ import type { SchedulerRunSummary } from "@lage-run/scheduler-types";
5
5
  import type { Writable } from "stream";
6
6
  export declare class AdoReporter implements Reporter {
7
7
  private options;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="node" />
2
2
  import type { LogEntry, Reporter } from "@lage-run/logger";
3
- import type { SchedulerRunSummary, TargetRun } from "@lage-run/scheduler";
3
+ import type { SchedulerRunSummary, TargetRun } from "@lage-run/scheduler-types";
4
4
  import type { TargetMessageEntry, TargetStatusEntry } from "./types/TargetLogEntry";
5
5
  import type { Writable } from "stream";
6
6
  export interface ChromeTraceEventsReporterOptions {
@@ -1,4 +1,4 @@
1
- import type { SchedulerRunSummary } from "@lage-run/scheduler";
1
+ import type { SchedulerRunSummary } from "@lage-run/scheduler-types";
2
2
  import type { LogEntry, LogLevel, Reporter } from "@lage-run/logger";
3
3
  import type { TargetMessageEntry, TargetStatusEntry } from "./types/TargetLogEntry";
4
4
  export declare class JsonReporter implements Reporter {
@@ -1,7 +1,7 @@
1
1
  /// <reference types="node" />
2
2
  import { LogLevel } from "@lage-run/logger";
3
3
  import type { Reporter, LogEntry } from "@lage-run/logger";
4
- import type { SchedulerRunSummary } from "@lage-run/scheduler";
4
+ import type { SchedulerRunSummary } from "@lage-run/scheduler-types";
5
5
  import type { Writable } from "stream";
6
6
  export declare class LogReporter implements Reporter {
7
7
  private options;
@@ -1,4 +1,4 @@
1
- import type { TargetStatus } from "@lage-run/scheduler";
1
+ import type { TargetStatus } from "@lage-run/scheduler-types";
2
2
  import type { Target } from "@lage-run/target-graph";
3
3
  export interface TargetStatusEntry {
4
4
  target: Target;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/reporters",
3
- "version": "0.2.13",
3
+ "version": "0.2.15",
4
4
  "description": "Log reporters for Lage",
5
5
  "repository": {
6
6
  "url": "https://github.com/microsoft/lage"
@@ -16,8 +16,8 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@lage-run/logger": "^1.2.0",
19
- "@lage-run/scheduler": "^0.3.11",
20
- "@lage-run/target-graph": "^0.4.1",
19
+ "@lage-run/scheduler-types": "^0.1.2",
20
+ "@lage-run/target-graph": "^0.4.2",
21
21
  "chalk": "^4.0.0",
22
22
  "ansi-regex": "^5.0.1",
23
23
  "gradient-string": "^2.0.1"