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