@lage-run/reporters 1.2.4 → 1.2.6

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,55 @@
2
2
  "name": "@lage-run/reporters",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 15 Jun 2023 17:04:37 GMT",
5
+ "date": "Tue, 12 Dec 2023 04:22:18 GMT",
6
+ "version": "1.2.6",
7
+ "tag": "@lage-run/reporters_v1.2.6",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@lage-run/reporters",
13
+ "comment": "Bump @lage-run/scheduler-types to v0.3.12",
14
+ "commit": "not available"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@lage-run/reporters",
19
+ "comment": "Bump @lage-run/target-graph to v0.8.8",
20
+ "commit": "not available"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Mon, 17 Jul 2023 15:14:04 GMT",
27
+ "tag": "@lage-run/reporters_v1.2.5",
28
+ "version": "1.2.5",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "email not defined",
33
+ "package": "@lage-run/reporters",
34
+ "commit": "5f41b1db342b6d7a8492a46b68ca328a21e61ee6",
35
+ "comment": "Update lage core deps"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@lage-run/reporters",
40
+ "comment": "Bump @lage-run/scheduler-types to v0.3.11",
41
+ "commit": "5f41b1db342b6d7a8492a46b68ca328a21e61ee6"
42
+ },
43
+ {
44
+ "author": "beachball",
45
+ "package": "@lage-run/reporters",
46
+ "comment": "Bump @lage-run/target-graph to v0.8.7",
47
+ "commit": "5f41b1db342b6d7a8492a46b68ca328a21e61ee6"
48
+ }
49
+ ]
50
+ }
51
+ },
52
+ {
53
+ "date": "Thu, 15 Jun 2023 17:04:58 GMT",
6
54
  "tag": "@lage-run/reporters_v1.2.4",
7
55
  "version": "1.2.4",
8
56
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,31 @@
1
1
  # Change Log - @lage-run/reporters
2
2
 
3
- This log was last generated on Thu, 15 Jun 2023 17:04:37 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 12 Dec 2023 04:22:18 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.2.6
8
+
9
+ Tue, 12 Dec 2023 04:22:18 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @lage-run/scheduler-types to v0.3.12
14
+ - Bump @lage-run/target-graph to v0.8.8
15
+
16
+ ## 1.2.5
17
+
18
+ Mon, 17 Jul 2023 15:14:04 GMT
19
+
20
+ ### Patches
21
+
22
+ - Update lage core deps (email not defined)
23
+ - Bump @lage-run/scheduler-types to v0.3.11
24
+ - Bump @lage-run/target-graph to v0.8.7
25
+
7
26
  ## 1.2.4
8
27
 
9
- Thu, 15 Jun 2023 17:04:37 GMT
28
+ Thu, 15 Jun 2023 17:04:58 GMT
10
29
 
11
30
  ### Patches
12
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/reporters",
3
- "version": "1.2.4",
3
+ "version": "1.2.6",
4
4
  "description": "Log reporters for Lage",
5
5
  "repository": {
6
6
  "type": "git",
@@ -18,10 +18,10 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@lage-run/logger": "^1.3.0",
21
- "@lage-run/scheduler-types": "^0.3.10",
22
- "@lage-run/target-graph": "^0.8.6",
21
+ "@lage-run/scheduler-types": "^0.3.12",
22
+ "@lage-run/target-graph": "^0.8.8",
23
23
  "@lage-run/format-hrtime": "^0.1.5",
24
- "@ms-cloudpack/task-reporter": "^0.3.3",
24
+ "@ms-cloudpack/task-reporter": "^0.5.0",
25
25
  "chalk": "^4.0.0",
26
26
  "ansi-regex": "^5.0.1",
27
27
  "gradient-string": "^2.0.1"