@lage-run/reporters 0.2.5 → 0.2.7

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,64 @@
2
2
  "name": "@lage-run/reporters",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 17 Sep 2022 20:20:38 GMT",
5
+ "date": "Thu, 29 Sep 2022 21:54:28 GMT",
6
+ "tag": "@lage-run/reporters_v0.2.7",
7
+ "version": "0.2.7",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@lage-run/reporters",
13
+ "comment": "Bump @lage-run/scheduler to v0.3.6",
14
+ "commit": "96f43fa9da1e4e8d43e3e1d213b25e344bd35de6"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@lage-run/reporters",
19
+ "comment": "Bump @lage-run/target-graph to v0.3.4",
20
+ "commit": "96f43fa9da1e4e8d43e3e1d213b25e344bd35de6"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Tue, 20 Sep 2022 02:32:14 GMT",
27
+ "tag": "@lage-run/reporters_v0.2.6",
28
+ "version": "0.2.6",
29
+ "comments": {
30
+ "none": [
31
+ {
32
+ "author": "elcraig@microsoft.com",
33
+ "package": "@lage-run/reporters",
34
+ "commit": "8193ad27df772d312844bfc4cc3ea43297e18098",
35
+ "comment": "Hoist widely-used devDependencies to the repo root"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Mon, 19 Sep 2022 05:03:56 GMT",
42
+ "tag": "@lage-run/reporters_v0.2.6",
43
+ "version": "0.2.6",
44
+ "comments": {
45
+ "patch": [
46
+ {
47
+ "author": "beachball",
48
+ "package": "@lage-run/reporters",
49
+ "comment": "Bump @lage-run/scheduler to v0.3.5",
50
+ "commit": "3fb1614f94f3cac4b7c9bd81d04ec0fc6d1807e6"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@lage-run/reporters",
55
+ "comment": "Bump @lage-run/target-graph to v0.3.3",
56
+ "commit": "3fb1614f94f3cac4b7c9bd81d04ec0fc6d1807e6"
57
+ }
58
+ ]
59
+ }
60
+ },
61
+ {
62
+ "date": "Sat, 17 Sep 2022 20:20:49 GMT",
6
63
  "tag": "@lage-run/reporters_v0.2.5",
7
64
  "version": "0.2.5",
8
65
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @lage-run/reporters
2
2
 
3
- This log was last generated on Sat, 17 Sep 2022 20:20:38 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 29 Sep 2022 21:54:28 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.2.7
8
+
9
+ Thu, 29 Sep 2022 21:54:28 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @lage-run/scheduler to v0.3.6
14
+ - Bump @lage-run/target-graph to v0.3.4
15
+
16
+ ## 0.2.6
17
+
18
+ Mon, 19 Sep 2022 05:03:56 GMT
19
+
20
+ ### Patches
21
+
22
+ - Bump @lage-run/scheduler to v0.3.5
23
+ - Bump @lage-run/target-graph to v0.3.3
24
+
7
25
  ## 0.2.5
8
26
 
9
- Sat, 17 Sep 2022 20:20:38 GMT
27
+ Sat, 17 Sep 2022 20:20:49 GMT
10
28
 
11
29
  ### Patches
12
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/reporters",
3
- "version": "0.2.5",
3
+ "version": "0.2.7",
4
4
  "description": "Log reporters for Lage",
5
5
  "repository": {
6
6
  "url": "https://github.com/microsoft/lage"
@@ -16,19 +16,14 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@lage-run/logger": "^1.2.0",
19
- "@lage-run/scheduler": "^0.3.4",
20
- "@lage-run/target-graph": "^0.3.2",
19
+ "@lage-run/scheduler": "^0.3.6",
20
+ "@lage-run/target-graph": "^0.3.4",
21
21
  "chalk": "^4.0.0",
22
22
  "ansi-regex": "^5.0.1",
23
23
  "gradient-string": "^2.0.1"
24
24
  },
25
25
  "devDependencies": {
26
- "@types/jest": "29.0.3",
27
- "@types/node": "14.18.29",
28
- "jest": "29.0.3",
29
- "memory-streams": "0.1.3",
30
- "ts-jest": "29.0.1",
31
- "typescript": "4.6.4"
26
+ "memory-streams": "0.1.3"
32
27
  },
33
28
  "publishConfig": {
34
29
  "access": "public"