@lage-run/scheduler 1.1.8 → 1.1.10

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,61 @@
2
2
  "name": "@lage-run/scheduler",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 05 Sep 2023 22:19:01 GMT",
5
+ "date": "Tue, 12 Dec 2023 04:22:18 GMT",
6
+ "version": "1.1.10",
7
+ "tag": "@lage-run/scheduler_v1.1.10",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@lage-run/scheduler",
13
+ "comment": "Bump @lage-run/target-graph to v0.8.8",
14
+ "commit": "not available"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@lage-run/scheduler",
19
+ "comment": "Bump @lage-run/cache to v1.1.4",
20
+ "commit": "not available"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@lage-run/scheduler",
25
+ "comment": "Bump @lage-run/config to v0.3.3",
26
+ "commit": "not available"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@lage-run/scheduler",
31
+ "comment": "Bump @lage-run/hasher to v1.0.6",
32
+ "commit": "not available"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@lage-run/scheduler",
37
+ "comment": "Bump @lage-run/scheduler-types to v0.3.12",
38
+ "commit": "not available"
39
+ }
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "date": "Tue, 05 Sep 2023 22:23:23 GMT",
45
+ "version": "1.1.9",
46
+ "tag": "@lage-run/scheduler_v1.1.9",
47
+ "comments": {
48
+ "patch": [
49
+ {
50
+ "author": "beachball",
51
+ "package": "@lage-run/scheduler",
52
+ "comment": "Bump @lage-run/hasher to v1.0.5",
53
+ "commit": "not available"
54
+ }
55
+ ]
56
+ }
57
+ },
58
+ {
59
+ "date": "Tue, 05 Sep 2023 22:19:29 GMT",
6
60
  "tag": "@lage-run/scheduler_v1.1.8",
7
61
  "version": "1.1.8",
8
62
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,32 @@
1
1
  # Change Log - @lage-run/scheduler
2
2
 
3
- This log was last generated on Tue, 05 Sep 2023 22:19:01 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 12 Dec 2023 04:22:18 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.1.10
8
+
9
+ Tue, 12 Dec 2023 04:22:18 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @lage-run/target-graph to v0.8.8
14
+ - Bump @lage-run/cache to v1.1.4
15
+ - Bump @lage-run/config to v0.3.3
16
+ - Bump @lage-run/hasher to v1.0.6
17
+ - Bump @lage-run/scheduler-types to v0.3.12
18
+
19
+ ## 1.1.9
20
+
21
+ Tue, 05 Sep 2023 22:23:23 GMT
22
+
23
+ ### Patches
24
+
25
+ - Bump @lage-run/hasher to v1.0.5
26
+
7
27
  ## 1.1.8
8
28
 
9
- Tue, 05 Sep 2023 22:19:01 GMT
29
+ Tue, 05 Sep 2023 22:19:29 GMT
10
30
 
11
31
  ### Patches
12
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/scheduler",
3
- "version": "1.1.8",
3
+ "version": "1.1.10",
4
4
  "description": "Scheduler for Lage",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,15 +17,15 @@
17
17
  "lint": "monorepo-scripts lint"
18
18
  },
19
19
  "dependencies": {
20
- "@lage-run/target-graph": "^0.8.7",
20
+ "@lage-run/target-graph": "^0.8.8",
21
21
  "@lage-run/logger": "^1.3.0",
22
- "@lage-run/cache": "^1.1.3",
23
- "@lage-run/config": "^0.3.2",
24
- "@lage-run/hasher": "^1.0.4",
22
+ "@lage-run/cache": "^1.1.4",
23
+ "@lage-run/config": "^0.3.3",
24
+ "@lage-run/hasher": "^1.0.6",
25
25
  "@lage-run/worker-threads-pool": "^0.8.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@lage-run/scheduler-types": "^0.3.11",
28
+ "@lage-run/scheduler-types": "^0.3.12",
29
29
  "monorepo-scripts": "*"
30
30
  },
31
31
  "publishConfig": {