@lage-run/scheduler 0.5.13 → 0.5.15

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,37 @@
2
2
  "name": "@lage-run/scheduler",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 16 Nov 2022 17:12:13 GMT",
5
+ "date": "Fri, 18 Nov 2022 19:52:27 GMT",
6
+ "tag": "@lage-run/scheduler_v0.5.15",
7
+ "version": "0.5.15",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@lage-run/scheduler",
13
+ "comment": "Bump @lage-run/cache to v0.2.3",
14
+ "commit": "0970a6aa757664bd8fa9338982ef6e051500577c"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 16 Nov 2022 20:07:05 GMT",
21
+ "tag": "@lage-run/scheduler_v0.5.14",
22
+ "version": "0.5.14",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@lage-run/scheduler",
28
+ "comment": "Bump @lage-run/worker-threads-pool to v0.5.0",
29
+ "commit": "04f9c13f6f37c7a14a67ab27acaf253ad09bfbd8"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Wed, 16 Nov 2022 17:12:24 GMT",
6
36
  "tag": "@lage-run/scheduler_v0.5.13",
7
37
  "version": "0.5.13",
8
38
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,28 @@
1
1
  # Change Log - @lage-run/scheduler
2
2
 
3
- This log was last generated on Wed, 16 Nov 2022 17:12:13 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 18 Nov 2022 19:52:27 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.5.15
8
+
9
+ Fri, 18 Nov 2022 19:52:27 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @lage-run/cache to v0.2.3
14
+
15
+ ## 0.5.14
16
+
17
+ Wed, 16 Nov 2022 20:07:05 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @lage-run/worker-threads-pool to v0.5.0
22
+
7
23
  ## 0.5.13
8
24
 
9
- Wed, 16 Nov 2022 17:12:13 GMT
25
+ Wed, 16 Nov 2022 17:12:24 GMT
10
26
 
11
27
  ### Patches
12
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/scheduler",
3
- "version": "0.5.13",
3
+ "version": "0.5.15",
4
4
  "description": "Scheduler for Lage",
5
5
  "repository": {
6
6
  "url": "https://github.com/microsoft/lage"
@@ -17,8 +17,8 @@
17
17
  "dependencies": {
18
18
  "@lage-run/target-graph": "^0.6.1",
19
19
  "@lage-run/logger": "^1.2.2",
20
- "@lage-run/cache": "^0.2.2",
21
- "@lage-run/worker-threads-pool": "^0.4.5"
20
+ "@lage-run/cache": "^0.2.3",
21
+ "@lage-run/worker-threads-pool": "^0.5.0"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@lage-run/scheduler-types": "^0.2.8",