@lage-run/reporters 1.1.0 → 1.1.1
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 +22 -1
- package/CHANGELOG.md +11 -2
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,28 @@
|
|
|
2
2
|
"name": "@lage-run/reporters",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 06 Apr 2023 22:27:27 GMT",
|
|
6
|
+
"tag": "@lage-run/reporters_v1.1.1",
|
|
7
|
+
"version": "1.1.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@lage-run/reporters",
|
|
13
|
+
"comment": "Bump @lage-run/scheduler-types to v0.3.6",
|
|
14
|
+
"commit": "ec15819ad8677a57ed2c7b8ce55538da69095c3b"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@lage-run/reporters",
|
|
19
|
+
"comment": "Bump @lage-run/target-graph to v0.8.2",
|
|
20
|
+
"commit": "ec15819ad8677a57ed2c7b8ce55538da69095c3b"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Sat, 01 Apr 2023 00:28:31 GMT",
|
|
6
27
|
"tag": "@lage-run/reporters_v1.1.0",
|
|
7
28
|
"version": "1.1.0",
|
|
8
29
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
# Change Log - @lage-run/reporters
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 06 Apr 2023 22:27:27 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.1.1
|
|
8
|
+
|
|
9
|
+
Thu, 06 Apr 2023 22:27:27 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @lage-run/scheduler-types to v0.3.6
|
|
14
|
+
- Bump @lage-run/target-graph to v0.8.2
|
|
15
|
+
|
|
7
16
|
## 1.1.0
|
|
8
17
|
|
|
9
|
-
Sat, 01 Apr 2023 00:28:
|
|
18
|
+
Sat, 01 Apr 2023 00:28:31 GMT
|
|
10
19
|
|
|
11
20
|
### Minor changes
|
|
12
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lage-run/reporters",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
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.2",
|
|
19
|
-
"@lage-run/scheduler-types": "^0.3.
|
|
20
|
-
"@lage-run/target-graph": "^0.8.
|
|
19
|
+
"@lage-run/scheduler-types": "^0.3.6",
|
|
20
|
+
"@lage-run/target-graph": "^0.8.2",
|
|
21
21
|
"@lage-run/format-hrtime": "^0.1.4",
|
|
22
22
|
"@ms-cloudpack/task-reporter": "^0.3.2",
|
|
23
23
|
"chalk": "^4.0.0",
|