@lage-run/scheduler 0.11.0 → 0.11.2

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,73 @@
2
2
  "name": "@lage-run/scheduler",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 30 Mar 2023 23:46:39 GMT",
5
+ "date": "Fri, 14 Apr 2023 04:37:34 GMT",
6
+ "tag": "@lage-run/scheduler_v0.11.2",
7
+ "version": "0.11.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@lage-run/scheduler",
13
+ "comment": "Bump @lage-run/target-graph to v0.8.3",
14
+ "commit": "bb22ec2ee3a793eef0a09feb6759f7c10db65fe0"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@lage-run/scheduler",
19
+ "comment": "Bump @lage-run/cache to v0.5.3",
20
+ "commit": "bb22ec2ee3a793eef0a09feb6759f7c10db65fe0"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@lage-run/scheduler",
25
+ "comment": "Bump @lage-run/config to v0.1.3",
26
+ "commit": "bb22ec2ee3a793eef0a09feb6759f7c10db65fe0"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@lage-run/scheduler",
31
+ "comment": "Bump @lage-run/scheduler-types to v0.3.7",
32
+ "commit": "bb22ec2ee3a793eef0a09feb6759f7c10db65fe0"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Thu, 06 Apr 2023 22:27:50 GMT",
39
+ "tag": "@lage-run/scheduler_v0.11.1",
40
+ "version": "0.11.1",
41
+ "comments": {
42
+ "patch": [
43
+ {
44
+ "author": "beachball",
45
+ "package": "@lage-run/scheduler",
46
+ "comment": "Bump @lage-run/target-graph to v0.8.2",
47
+ "commit": "ec15819ad8677a57ed2c7b8ce55538da69095c3b"
48
+ },
49
+ {
50
+ "author": "beachball",
51
+ "package": "@lage-run/scheduler",
52
+ "comment": "Bump @lage-run/cache to v0.5.2",
53
+ "commit": "ec15819ad8677a57ed2c7b8ce55538da69095c3b"
54
+ },
55
+ {
56
+ "author": "beachball",
57
+ "package": "@lage-run/scheduler",
58
+ "comment": "Bump @lage-run/config to v0.1.2",
59
+ "commit": "ec15819ad8677a57ed2c7b8ce55538da69095c3b"
60
+ },
61
+ {
62
+ "author": "beachball",
63
+ "package": "@lage-run/scheduler",
64
+ "comment": "Bump @lage-run/scheduler-types to v0.3.6",
65
+ "commit": "ec15819ad8677a57ed2c7b8ce55538da69095c3b"
66
+ }
67
+ ]
68
+ }
69
+ },
70
+ {
71
+ "date": "Thu, 30 Mar 2023 23:46:52 GMT",
6
72
  "tag": "@lage-run/scheduler_v0.11.0",
7
73
  "version": "0.11.0",
8
74
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,34 @@
1
1
  # Change Log - @lage-run/scheduler
2
2
 
3
- This log was last generated on Thu, 30 Mar 2023 23:46:39 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 14 Apr 2023 04:37:34 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.11.2
8
+
9
+ Fri, 14 Apr 2023 04:37:34 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @lage-run/target-graph to v0.8.3
14
+ - Bump @lage-run/cache to v0.5.3
15
+ - Bump @lage-run/config to v0.1.3
16
+ - Bump @lage-run/scheduler-types to v0.3.7
17
+
18
+ ## 0.11.1
19
+
20
+ Thu, 06 Apr 2023 22:27:50 GMT
21
+
22
+ ### Patches
23
+
24
+ - Bump @lage-run/target-graph to v0.8.2
25
+ - Bump @lage-run/cache to v0.5.2
26
+ - Bump @lage-run/config to v0.1.2
27
+ - Bump @lage-run/scheduler-types to v0.3.6
28
+
7
29
  ## 0.11.0
8
30
 
9
- Thu, 30 Mar 2023 23:46:39 GMT
31
+ Thu, 30 Mar 2023 23:46:52 GMT
10
32
 
11
33
  ### Minor changes
12
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/scheduler",
3
- "version": "0.11.0",
3
+ "version": "0.11.2",
4
4
  "description": "Scheduler for Lage",
5
5
  "repository": {
6
6
  "url": "https://github.com/microsoft/lage"
@@ -15,14 +15,14 @@
15
15
  "lint": "monorepo-scripts lint"
16
16
  },
17
17
  "dependencies": {
18
- "@lage-run/target-graph": "^0.8.1",
18
+ "@lage-run/target-graph": "^0.8.3",
19
19
  "@lage-run/logger": "^1.2.2",
20
- "@lage-run/cache": "^0.5.1",
21
- "@lage-run/config": "^0.1.1",
20
+ "@lage-run/cache": "^0.5.3",
21
+ "@lage-run/config": "^0.1.3",
22
22
  "@lage-run/worker-threads-pool": "^0.6.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@lage-run/scheduler-types": "^0.3.5",
25
+ "@lage-run/scheduler-types": "^0.3.7",
26
26
  "monorepo-scripts": "*"
27
27
  },
28
28
  "publishConfig": {