@lage-run/scheduler 1.3.3 → 1.3.5

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,97 @@
2
2
  "name": "@lage-run/scheduler",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 09 Oct 2024 17:20:17 GMT",
5
+ "date": "Mon, 21 Oct 2024 22:18:24 GMT",
6
+ "version": "1.3.5",
7
+ "tag": "@lage-run/scheduler_v1.3.5",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@lage-run/scheduler",
13
+ "comment": "Bump @lage-run/cache to v1.3.6",
14
+ "commit": "not available"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@lage-run/scheduler",
19
+ "comment": "Bump @lage-run/config to v0.4.5",
20
+ "commit": "not available"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@lage-run/scheduler",
25
+ "comment": "Bump @lage-run/hasher to v1.6.2",
26
+ "commit": "not available"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@lage-run/scheduler",
31
+ "comment": "Bump @lage-run/runners to v1.0.5",
32
+ "commit": "not available"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@lage-run/scheduler",
37
+ "comment": "Bump @lage-run/target-graph to v0.9.2",
38
+ "commit": "not available"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@lage-run/scheduler",
43
+ "comment": "Bump @lage-run/scheduler-types to v0.3.18",
44
+ "commit": "not available"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Thu, 17 Oct 2024 20:33:04 GMT",
51
+ "version": "1.3.4",
52
+ "tag": "@lage-run/scheduler_v1.3.4",
53
+ "comments": {
54
+ "patch": [
55
+ {
56
+ "author": "beachball",
57
+ "package": "@lage-run/scheduler",
58
+ "comment": "Bump @lage-run/cache to v1.3.5",
59
+ "commit": "not available"
60
+ },
61
+ {
62
+ "author": "beachball",
63
+ "package": "@lage-run/scheduler",
64
+ "comment": "Bump @lage-run/config to v0.4.4",
65
+ "commit": "not available"
66
+ },
67
+ {
68
+ "author": "beachball",
69
+ "package": "@lage-run/scheduler",
70
+ "comment": "Bump @lage-run/hasher to v1.6.1",
71
+ "commit": "not available"
72
+ },
73
+ {
74
+ "author": "beachball",
75
+ "package": "@lage-run/scheduler",
76
+ "comment": "Bump @lage-run/runners to v1.0.4",
77
+ "commit": "not available"
78
+ },
79
+ {
80
+ "author": "beachball",
81
+ "package": "@lage-run/scheduler",
82
+ "comment": "Bump @lage-run/target-graph to v0.9.1",
83
+ "commit": "not available"
84
+ },
85
+ {
86
+ "author": "beachball",
87
+ "package": "@lage-run/scheduler",
88
+ "comment": "Bump @lage-run/scheduler-types to v0.3.17",
89
+ "commit": "not available"
90
+ }
91
+ ]
92
+ }
93
+ },
94
+ {
95
+ "date": "Wed, 09 Oct 2024 17:20:33 GMT",
6
96
  "version": "1.3.3",
7
97
  "tag": "@lage-run/scheduler_v1.3.3",
8
98
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,38 @@
1
1
  # Change Log - @lage-run/scheduler
2
2
 
3
- <!-- This log was last generated on Wed, 09 Oct 2024 17:20:17 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Mon, 21 Oct 2024 22:18:24 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.3.5
8
+
9
+ Mon, 21 Oct 2024 22:18:24 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @lage-run/cache to v1.3.6
14
+ - Bump @lage-run/config to v0.4.5
15
+ - Bump @lage-run/hasher to v1.6.2
16
+ - Bump @lage-run/runners to v1.0.5
17
+ - Bump @lage-run/target-graph to v0.9.2
18
+ - Bump @lage-run/scheduler-types to v0.3.18
19
+
20
+ ## 1.3.4
21
+
22
+ Thu, 17 Oct 2024 20:33:04 GMT
23
+
24
+ ### Patches
25
+
26
+ - Bump @lage-run/cache to v1.3.5
27
+ - Bump @lage-run/config to v0.4.4
28
+ - Bump @lage-run/hasher to v1.6.1
29
+ - Bump @lage-run/runners to v1.0.4
30
+ - Bump @lage-run/target-graph to v0.9.1
31
+ - Bump @lage-run/scheduler-types to v0.3.17
32
+
7
33
  ## 1.3.3
8
34
 
9
- Wed, 09 Oct 2024 17:20:17 GMT
35
+ Wed, 09 Oct 2024 17:20:33 GMT
10
36
 
11
37
  ### Patches
12
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/scheduler",
3
- "version": "1.3.3",
3
+ "version": "1.3.5",
4
4
  "description": "Scheduler for Lage",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,17 +17,17 @@
17
17
  "lint": "monorepo-scripts lint"
18
18
  },
19
19
  "dependencies": {
20
- "@lage-run/cache": "^1.3.4",
21
- "@lage-run/config": "^0.4.3",
22
- "@lage-run/hasher": "^1.6.0",
20
+ "@lage-run/cache": "^1.3.6",
21
+ "@lage-run/config": "^0.4.5",
22
+ "@lage-run/hasher": "^1.6.2",
23
23
  "@lage-run/logger": "^1.3.1",
24
- "@lage-run/runners": "^1.0.3",
25
- "@lage-run/target-graph": "^0.9.0",
24
+ "@lage-run/runners": "^1.0.5",
25
+ "@lage-run/target-graph": "^0.9.2",
26
26
  "@lage-run/worker-threads-pool": "^0.8.4"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@lage-run/monorepo-scripts": "*",
30
- "@lage-run/scheduler-types": "^0.3.16"
30
+ "@lage-run/scheduler-types": "^0.3.18"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"