@lage-run/reporters 1.2.7 → 1.2.8
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 +31 -1
- package/CHANGELOG.md +10 -2
- package/README.md +7 -7
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,37 @@
|
|
|
2
2
|
"name": "@lage-run/reporters",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Wed, 28 Aug 2024 21:12:23 GMT",
|
|
6
|
+
"version": "1.2.8",
|
|
7
|
+
"tag": "@lage-run/reporters_v1.2.8",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@lage-run/reporters",
|
|
13
|
+
"comment": "Bump @lage-run/scheduler-types to v0.3.14",
|
|
14
|
+
"commit": "not available"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Wed, 17 Apr 2024 23:20:47 GMT",
|
|
21
|
+
"version": "1.2.7",
|
|
22
|
+
"tag": "@lage-run/reporters_v1.2.7",
|
|
23
|
+
"comments": {
|
|
24
|
+
"none": [
|
|
25
|
+
{
|
|
26
|
+
"author": "elcraig@microsoft.com",
|
|
27
|
+
"package": "@lage-run/reporters",
|
|
28
|
+
"commit": "fb4fcb8419cc778210104d7d04102fc95df13d5b",
|
|
29
|
+
"comment": "Update formatting"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Thu, 21 Dec 2023 09:49:09 GMT",
|
|
6
36
|
"version": "1.2.7",
|
|
7
37
|
"tag": "@lage-run/reporters_v1.2.7",
|
|
8
38
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# Change Log - @lage-run/reporters
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 28 Aug 2024 21:12:23 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.2.8
|
|
8
|
+
|
|
9
|
+
Wed, 28 Aug 2024 21:12:23 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @lage-run/scheduler-types to v0.3.14
|
|
14
|
+
|
|
7
15
|
## 1.2.7
|
|
8
16
|
|
|
9
|
-
Thu, 21 Dec 2023 09:
|
|
17
|
+
Thu, 21 Dec 2023 09:49:09 GMT
|
|
10
18
|
|
|
11
19
|
### Patches
|
|
12
20
|
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @lage-run/reporters
|
|
2
2
|
|
|
3
|
-
This package provides some default built-in reporters to be used inside @lage-run/cli (and lage, the main entry point to the tool). The `Reporter` interface comes from `@lage-run/logger`.
|
|
3
|
+
This package provides some default built-in reporters to be used inside @lage-run/cli (and lage, the main entry point to the tool). The `Reporter` interface comes from `@lage-run/logger`.
|
|
4
4
|
|
|
5
5
|
## NpmLogReporter
|
|
6
6
|
|
|
@@ -34,14 +34,14 @@ info ✓ done b build - 30.00s
|
|
|
34
34
|
info ➔ start a build
|
|
35
35
|
info ✖ fail a build
|
|
36
36
|
info 🏗 Summary
|
|
37
|
-
info
|
|
37
|
+
info
|
|
38
38
|
info Nothing has been run.
|
|
39
39
|
info ----------------------------------------------
|
|
40
40
|
ERR! [a build] ERROR DETECTED
|
|
41
|
-
ERR!
|
|
41
|
+
ERR!
|
|
42
42
|
ERR! test message for a#build
|
|
43
43
|
ERR! test message for a#build again, but look there is an error!
|
|
44
|
-
ERR!
|
|
44
|
+
ERR!
|
|
45
45
|
info ----------------------------------------------
|
|
46
46
|
info Took a total of 1m 40.00s to complete
|
|
47
47
|
```
|
|
@@ -79,9 +79,9 @@ INFO: a test success, took 60.00s
|
|
|
79
79
|
INFO: b build success, took 60.00s
|
|
80
80
|
[Tasks Count] success: 2, skipped: 0, pending: 0, aborted: 0
|
|
81
81
|
##[error] [a build] ERROR DETECTED
|
|
82
|
-
##[error]
|
|
82
|
+
##[error]
|
|
83
83
|
##[error] test message for a#build
|
|
84
84
|
##[error] test message for a#build again, but look there is an error!
|
|
85
|
-
##[error]
|
|
85
|
+
##[error]
|
|
86
86
|
INFO: Took a total of 1m 40.00s to complete
|
|
87
|
-
```
|
|
87
|
+
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lage-run/reporters",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.8",
|
|
4
4
|
"description": "Log reporters for Lage",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@lage-run/logger": "^1.3.0",
|
|
21
|
-
"@lage-run/scheduler-types": "^0.3.
|
|
21
|
+
"@lage-run/scheduler-types": "^0.3.14",
|
|
22
22
|
"@lage-run/target-graph": "^0.8.9",
|
|
23
23
|
"@lage-run/format-hrtime": "^0.1.5",
|
|
24
24
|
"@ms-cloudpack/task-reporter": "0.5.3",
|