@lage-run/reporters 0.2.27 → 0.2.29

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,37 @@
2
2
  "name": "@lage-run/reporters",
3
3
  "entries": [
4
4
  {
5
- "date": "Sun, 23 Oct 2022 04:31:33 GMT",
5
+ "date": "Tue, 25 Oct 2022 00:06:34 GMT",
6
+ "tag": "@lage-run/reporters_v0.2.29",
7
+ "version": "0.2.29",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@lage-run/reporters",
13
+ "comment": "Bump @lage-run/scheduler-types to v0.1.15",
14
+ "commit": "1f0d69225e193de2c9495d9fe7a6e331ea8a3284"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 24 Oct 2022 21:40:05 GMT",
21
+ "tag": "@lage-run/reporters_v0.2.28",
22
+ "version": "0.2.28",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@lage-run/reporters",
28
+ "comment": "Bump @lage-run/scheduler-types to v0.1.14",
29
+ "commit": "c91040aa0f9d6e804c300e18a1b41295c242fa4e"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Sun, 23 Oct 2022 04:31:57 GMT",
6
36
  "tag": "@lage-run/reporters_v0.2.27",
7
37
  "version": "0.2.27",
8
38
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,28 @@
1
1
  # Change Log - @lage-run/reporters
2
2
 
3
- This log was last generated on Sun, 23 Oct 2022 04:31:33 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 25 Oct 2022 00:06:34 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.2.29
8
+
9
+ Tue, 25 Oct 2022 00:06:34 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @lage-run/scheduler-types to v0.1.15
14
+
15
+ ## 0.2.28
16
+
17
+ Mon, 24 Oct 2022 21:40:05 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @lage-run/scheduler-types to v0.1.14
22
+
7
23
  ## 0.2.27
8
24
 
9
- Sun, 23 Oct 2022 04:31:33 GMT
25
+ Sun, 23 Oct 2022 04:31:57 GMT
10
26
 
11
27
  ### Patches
12
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/reporters",
3
- "version": "0.2.27",
3
+ "version": "0.2.29",
4
4
  "description": "Log reporters for Lage",
5
5
  "repository": {
6
6
  "url": "https://github.com/microsoft/lage"
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@lage-run/logger": "^1.2.0",
19
- "@lage-run/scheduler-types": "^0.1.13",
19
+ "@lage-run/scheduler-types": "^0.1.15",
20
20
  "@lage-run/target-graph": "^0.4.4",
21
21
  "@lage-run/format-hrtime": "^0.1.1",
22
22
  "chalk": "^4.0.0",