@lage-run/scheduler 0.5.2 → 0.5.3

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,34 @@
2
2
  "name": "@lage-run/scheduler",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 29 Oct 2022 18:42:29 GMT",
5
+ "date": "Mon, 31 Oct 2022 21:27:32 GMT",
6
+ "tag": "@lage-run/scheduler_v0.5.3",
7
+ "version": "0.5.3",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "kchau@microsoft.com",
12
+ "package": "@lage-run/scheduler",
13
+ "commit": "e8946dc08fb76dc616d61f3b67b0ca99e15d9a7e",
14
+ "comment": "adds depcheck and fixes"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@lage-run/scheduler",
19
+ "comment": "Bump @lage-run/worker-threads-pool to v0.4.1",
20
+ "commit": "e8946dc08fb76dc616d61f3b67b0ca99e15d9a7e"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@lage-run/scheduler",
25
+ "comment": "Bump @lage-run/scheduler-types to v0.2.3",
26
+ "commit": "e8946dc08fb76dc616d61f3b67b0ca99e15d9a7e"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Sat, 29 Oct 2022 18:42:49 GMT",
6
33
  "tag": "@lage-run/scheduler_v0.5.2",
7
34
  "version": "0.5.2",
8
35
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @lage-run/scheduler
2
2
 
3
- This log was last generated on Sat, 29 Oct 2022 18:42:29 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 31 Oct 2022 21:27:32 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.5.3
8
+
9
+ Mon, 31 Oct 2022 21:27:32 GMT
10
+
11
+ ### Patches
12
+
13
+ - adds depcheck and fixes (kchau@microsoft.com)
14
+ - Bump @lage-run/worker-threads-pool to v0.4.1
15
+ - Bump @lage-run/scheduler-types to v0.2.3
16
+
7
17
  ## 0.5.2
8
18
 
9
- Sat, 29 Oct 2022 18:42:29 GMT
19
+ Sat, 29 Oct 2022 18:42:49 GMT
10
20
 
11
21
  ### Patches
12
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/scheduler",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "Scheduler for Lage",
5
5
  "repository": {
6
6
  "url": "https://github.com/microsoft/lage"
@@ -18,17 +18,11 @@
18
18
  "@lage-run/target-graph": "^0.5.1",
19
19
  "@lage-run/logger": "^1.2.0",
20
20
  "@lage-run/cache": "^0.1.26",
21
- "@lage-run/worker-threads-pool": "^0.4.0",
22
- "@lage-run/format-hrtime": "^0.1.1",
23
- "p-graph": "^1.1.1",
24
- "p-profiler": "^0.2.1",
25
- "abort-controller": "^3.0.0",
26
- "workspace-tools": "^0.29.0"
21
+ "@lage-run/worker-threads-pool": "^0.4.1",
22
+ "abort-controller": "^3.0.0"
27
23
  },
28
24
  "devDependencies": {
29
- "@lage-run/scheduler-types": "^0.2.2",
30
- "@lage-run/monorepo-fixture": "*",
31
- "@types/workerpool": "6.1.0",
25
+ "@lage-run/scheduler-types": "^0.2.3",
32
26
  "monorepo-scripts": "*"
33
27
  },
34
28
  "publishConfig": {