@lage-run/scheduler
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -5,3 +5,30 @@ { | ||
{ | ||
"date": "Sat, 29 Oct 2022 18:42:29 GMT", | ||
"date": "Mon, 31 Oct 2022 21:27:32 GMT", | ||
"tag": "@lage-run/scheduler_v0.5.3", | ||
"version": "0.5.3", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "kchau@microsoft.com", | ||
"package": "@lage-run/scheduler", | ||
"commit": "e8946dc08fb76dc616d61f3b67b0ca99e15d9a7e", | ||
"comment": "adds depcheck and fixes" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@lage-run/scheduler", | ||
"comment": "Bump @lage-run/worker-threads-pool to v0.4.1", | ||
"commit": "e8946dc08fb76dc616d61f3b67b0ca99e15d9a7e" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@lage-run/scheduler", | ||
"comment": "Bump @lage-run/scheduler-types to v0.2.3", | ||
"commit": "e8946dc08fb76dc616d61f3b67b0ca99e15d9a7e" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Sat, 29 Oct 2022 18:42:49 GMT", | ||
"tag": "@lage-run/scheduler_v0.5.2", | ||
@@ -8,0 +35,0 @@ "version": "0.5.2", |
# Change Log - @lage-run/scheduler | ||
This log was last generated on Sat, 29 Oct 2022 18:42:29 GMT and should not be manually modified. | ||
This log was last generated on Mon, 31 Oct 2022 21:27:32 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.5.3 | ||
Mon, 31 Oct 2022 21:27:32 GMT | ||
### Patches | ||
- adds depcheck and fixes (kchau@microsoft.com) | ||
- Bump @lage-run/worker-threads-pool to v0.4.1 | ||
- Bump @lage-run/scheduler-types to v0.2.3 | ||
## 0.5.2 | ||
Sat, 29 Oct 2022 18:42:29 GMT | ||
Sat, 29 Oct 2022 18:42:49 GMT | ||
@@ -11,0 +21,0 @@ ### Patches |
{ | ||
"name": "@lage-run/scheduler", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "Scheduler for Lage", | ||
@@ -21,13 +21,7 @@ "repository": { | ||
"@lage-run/cache": "^0.1.26", | ||
"@lage-run/worker-threads-pool": "^0.4.0", | ||
"@lage-run/format-hrtime": "^0.1.1", | ||
"p-graph": "^1.1.1", | ||
"p-profiler": "^0.2.1", | ||
"abort-controller": "^3.0.0", | ||
"workspace-tools": "^0.29.0" | ||
"@lage-run/worker-threads-pool": "^0.4.1", | ||
"abort-controller": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@lage-run/scheduler-types": "^0.2.2", | ||
"@lage-run/monorepo-fixture": "*", | ||
"@types/workerpool": "6.1.0", | ||
"@lage-run/scheduler-types": "^0.2.3", | ||
"monorepo-scripts": "*" | ||
@@ -34,0 +28,0 @@ }, |
105047
5
2
2098
- Removed@lage-run/format-hrtime@^0.1.1
- Removedp-graph@^1.1.1
- Removedp-profiler@^0.2.1
- Removedworkspace-tools@^0.29.0
- Removed@lage-run/format-hrtime@0.1.6(transitive)
- Removedp-graph@1.1.2(transitive)
- Removedp-profiler@0.2.1(transitive)