@lage-run/scheduler 0.5.1 → 0.5.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,40 @@
2
2
  "name": "@lage-run/scheduler",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 29 Oct 2022 01:06:03 GMT",
5
+ "date": "Sat, 29 Oct 2022 18:42:29 GMT",
6
+ "tag": "@lage-run/scheduler_v0.5.2",
7
+ "version": "0.5.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "ken@gizzar.com",
12
+ "package": "@lage-run/scheduler",
13
+ "commit": "06a9d752fd2b374615340a39445c51302b566a38",
14
+ "comment": "bump workspace-tools"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@lage-run/scheduler",
19
+ "comment": "Bump @lage-run/target-graph to v0.5.1",
20
+ "commit": "06a9d752fd2b374615340a39445c51302b566a38"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@lage-run/scheduler",
25
+ "comment": "Bump @lage-run/cache to v0.1.26",
26
+ "commit": "06a9d752fd2b374615340a39445c51302b566a38"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@lage-run/scheduler",
31
+ "comment": "Bump @lage-run/scheduler-types to v0.2.2",
32
+ "commit": "06a9d752fd2b374615340a39445c51302b566a38"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Sat, 29 Oct 2022 01:06:17 GMT",
6
39
  "tag": "@lage-run/scheduler_v0.5.1",
7
40
  "version": "0.5.1",
8
41
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,23 @@
1
1
  # Change Log - @lage-run/scheduler
2
2
 
3
- This log was last generated on Sat, 29 Oct 2022 01:06:03 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 29 Oct 2022 18:42:29 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.5.2
8
+
9
+ Sat, 29 Oct 2022 18:42:29 GMT
10
+
11
+ ### Patches
12
+
13
+ - bump workspace-tools (ken@gizzar.com)
14
+ - Bump @lage-run/target-graph to v0.5.1
15
+ - Bump @lage-run/cache to v0.1.26
16
+ - Bump @lage-run/scheduler-types to v0.2.2
17
+
7
18
  ## 0.5.1
8
19
 
9
- Sat, 29 Oct 2022 01:06:03 GMT
20
+ Sat, 29 Oct 2022 01:06:17 GMT
10
21
 
11
22
  ### Patches
12
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/scheduler",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
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.5.0",
18
+ "@lage-run/target-graph": "^0.5.1",
19
19
  "@lage-run/logger": "^1.2.0",
20
- "@lage-run/cache": "^0.1.25",
20
+ "@lage-run/cache": "^0.1.26",
21
21
  "@lage-run/worker-threads-pool": "^0.4.0",
22
22
  "@lage-run/format-hrtime": "^0.1.1",
23
23
  "p-graph": "^1.1.1",
24
24
  "p-profiler": "^0.2.1",
25
25
  "abort-controller": "^3.0.0",
26
- "workspace-tools": "^0.28.0"
26
+ "workspace-tools": "^0.29.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@lage-run/scheduler-types": "^0.2.1",
29
+ "@lage-run/scheduler-types": "^0.2.2",
30
30
  "@lage-run/monorepo-fixture": "*",
31
31
  "@types/workerpool": "6.1.0",
32
32
  "monorepo-scripts": "*"