@lage-run/reporters 0.1.3 → 0.1.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 +70 -1
- package/CHANGELOG.md +30 -2
- package/package.json +5 -5
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,76 @@
|
|
|
2
2
|
"name": "@lage-run/reporters",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Wed, 24 Aug 2022 22:25:49 GMT",
|
|
6
|
+
"tag": "@lage-run/reporters_v0.1.6",
|
|
7
|
+
"version": "0.1.6",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "renovate@whitesourcesoftware.com",
|
|
12
|
+
"package": "@lage-run/reporters",
|
|
13
|
+
"commit": "ae1468bf230ea12b1910214d0ce394da75675d09",
|
|
14
|
+
"comment": "Update dependency @types/node to v14.18.26"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@lage-run/reporters",
|
|
19
|
+
"comment": "Bump @lage-run/logger to v1.1.3",
|
|
20
|
+
"commit": "ae1468bf230ea12b1910214d0ce394da75675d09"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@lage-run/reporters",
|
|
25
|
+
"comment": "Bump @lage-run/scheduler to v0.1.7",
|
|
26
|
+
"commit": "ae1468bf230ea12b1910214d0ce394da75675d09"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "beachball",
|
|
30
|
+
"package": "@lage-run/reporters",
|
|
31
|
+
"comment": "Bump @lage-run/target-graph to v0.2.2",
|
|
32
|
+
"commit": "ae1468bf230ea12b1910214d0ce394da75675d09"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"date": "Wed, 24 Aug 2022 16:23:48 GMT",
|
|
39
|
+
"tag": "@lage-run/reporters_v0.1.5",
|
|
40
|
+
"version": "0.1.5",
|
|
41
|
+
"comments": {
|
|
42
|
+
"patch": [
|
|
43
|
+
{
|
|
44
|
+
"author": "beachball",
|
|
45
|
+
"package": "@lage-run/reporters",
|
|
46
|
+
"comment": "Bump @lage-run/scheduler to v0.1.6",
|
|
47
|
+
"commit": "70f7aecc6b7f7418d4df17e0db21fea2be143601"
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"date": "Wed, 24 Aug 2022 15:22:38 GMT",
|
|
54
|
+
"tag": "@lage-run/reporters_v0.1.4",
|
|
55
|
+
"version": "0.1.4",
|
|
56
|
+
"comments": {
|
|
57
|
+
"patch": [
|
|
58
|
+
{
|
|
59
|
+
"author": "beachball",
|
|
60
|
+
"package": "@lage-run/reporters",
|
|
61
|
+
"comment": "Bump @lage-run/scheduler to v0.1.5",
|
|
62
|
+
"commit": "d97182fb8480c7249b4ddd4f9d8c85010d93aa85"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"author": "beachball",
|
|
66
|
+
"package": "@lage-run/reporters",
|
|
67
|
+
"comment": "Bump @lage-run/target-graph to v0.2.1",
|
|
68
|
+
"commit": "d97182fb8480c7249b4ddd4f9d8c85010d93aa85"
|
|
69
|
+
}
|
|
70
|
+
]
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"date": "Tue, 23 Aug 2022 21:26:23 GMT",
|
|
6
75
|
"tag": "@lage-run/reporters_v0.1.3",
|
|
7
76
|
"version": "0.1.3",
|
|
8
77
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,40 @@
|
|
|
1
1
|
# Change Log - @lage-run/reporters
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 24 Aug 2022 22:25:49 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.1.6
|
|
8
|
+
|
|
9
|
+
Wed, 24 Aug 2022 22:25:49 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Update dependency @types/node to v14.18.26 (renovate@whitesourcesoftware.com)
|
|
14
|
+
- Bump @lage-run/logger to v1.1.3
|
|
15
|
+
- Bump @lage-run/scheduler to v0.1.7
|
|
16
|
+
- Bump @lage-run/target-graph to v0.2.2
|
|
17
|
+
|
|
18
|
+
## 0.1.5
|
|
19
|
+
|
|
20
|
+
Wed, 24 Aug 2022 16:23:48 GMT
|
|
21
|
+
|
|
22
|
+
### Patches
|
|
23
|
+
|
|
24
|
+
- Bump @lage-run/scheduler to v0.1.6
|
|
25
|
+
|
|
26
|
+
## 0.1.4
|
|
27
|
+
|
|
28
|
+
Wed, 24 Aug 2022 15:22:38 GMT
|
|
29
|
+
|
|
30
|
+
### Patches
|
|
31
|
+
|
|
32
|
+
- Bump @lage-run/scheduler to v0.1.5
|
|
33
|
+
- Bump @lage-run/target-graph to v0.2.1
|
|
34
|
+
|
|
7
35
|
## 0.1.3
|
|
8
36
|
|
|
9
|
-
Tue, 23 Aug 2022 21:26:
|
|
37
|
+
Tue, 23 Aug 2022 21:26:23 GMT
|
|
10
38
|
|
|
11
39
|
### Patches
|
|
12
40
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lage-run/reporters",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "Log reporters for Lage",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/microsoft/lage"
|
|
@@ -14,14 +14,14 @@
|
|
|
14
14
|
"test": "jest"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@lage-run/logger": "^1.1.
|
|
18
|
-
"@lage-run/scheduler": "^0.1.
|
|
19
|
-
"@lage-run/target-graph": "^0.2.
|
|
17
|
+
"@lage-run/logger": "^1.1.3",
|
|
18
|
+
"@lage-run/scheduler": "^0.1.7",
|
|
19
|
+
"@lage-run/target-graph": "^0.2.2",
|
|
20
20
|
"chalk": "^4.0.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@types/jest": "^27.0.1",
|
|
24
|
-
"@types/node": "
|
|
24
|
+
"@types/node": "14.18.26",
|
|
25
25
|
"jest": "^27.2.0",
|
|
26
26
|
"memory-streams": "^0.1.3",
|
|
27
27
|
"ts-jest": "^27.0.5",
|