@lage-run/scheduler 1.3.10 → 1.3.12

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,73 @@
2
2
  "name": "@lage-run/scheduler",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 18 Nov 2024 23:22:14 GMT",
5
+ "date": "Wed, 20 Nov 2024 08:12:07 GMT",
6
+ "version": "1.3.12",
7
+ "tag": "@lage-run/scheduler_v1.3.12",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@lage-run/scheduler",
13
+ "comment": "Bump @lage-run/cache to v1.3.9",
14
+ "commit": "not available"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@lage-run/scheduler",
19
+ "comment": "Bump @lage-run/config to v0.4.10",
20
+ "commit": "not available"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@lage-run/scheduler",
25
+ "comment": "Bump @lage-run/hasher to v1.6.6",
26
+ "commit": "not available"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@lage-run/scheduler",
31
+ "comment": "Bump @lage-run/runners to v1.1.2",
32
+ "commit": "not available"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@lage-run/scheduler",
37
+ "comment": "Bump @lage-run/target-graph to v0.10.1",
38
+ "commit": "not available"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@lage-run/scheduler",
43
+ "comment": "Bump @lage-run/scheduler-types to v0.3.21",
44
+ "commit": "not available"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Wed, 20 Nov 2024 02:43:43 GMT",
51
+ "version": "1.3.11",
52
+ "tag": "@lage-run/scheduler_v1.3.11",
53
+ "comments": {
54
+ "patch": [
55
+ {
56
+ "author": "beachball",
57
+ "package": "@lage-run/scheduler",
58
+ "comment": "Bump @lage-run/config to v0.4.9",
59
+ "commit": "not available"
60
+ },
61
+ {
62
+ "author": "beachball",
63
+ "package": "@lage-run/scheduler",
64
+ "comment": "Bump @lage-run/runners to v1.1.1",
65
+ "commit": "not available"
66
+ }
67
+ ]
68
+ }
69
+ },
70
+ {
71
+ "date": "Mon, 18 Nov 2024 23:22:30 GMT",
6
72
  "version": "1.3.10",
7
73
  "tag": "@lage-run/scheduler_v1.3.10",
8
74
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,34 @@
1
1
  # Change Log - @lage-run/scheduler
2
2
 
3
- <!-- This log was last generated on Mon, 18 Nov 2024 23:22:14 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Wed, 20 Nov 2024 08:12:07 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.3.12
8
+
9
+ Wed, 20 Nov 2024 08:12:07 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @lage-run/cache to v1.3.9
14
+ - Bump @lage-run/config to v0.4.10
15
+ - Bump @lage-run/hasher to v1.6.6
16
+ - Bump @lage-run/runners to v1.1.2
17
+ - Bump @lage-run/target-graph to v0.10.1
18
+ - Bump @lage-run/scheduler-types to v0.3.21
19
+
20
+ ## 1.3.11
21
+
22
+ Wed, 20 Nov 2024 02:43:43 GMT
23
+
24
+ ### Patches
25
+
26
+ - Bump @lage-run/config to v0.4.9
27
+ - Bump @lage-run/runners to v1.1.1
28
+
7
29
  ## 1.3.10
8
30
 
9
- Mon, 18 Nov 2024 23:22:14 GMT
31
+ Mon, 18 Nov 2024 23:22:30 GMT
10
32
 
11
33
  ### Patches
12
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/scheduler",
3
- "version": "1.3.10",
3
+ "version": "1.3.12",
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.8",
21
- "@lage-run/config": "^0.4.8",
22
- "@lage-run/hasher": "^1.6.5",
20
+ "@lage-run/cache": "^1.3.9",
21
+ "@lage-run/config": "^0.4.10",
22
+ "@lage-run/hasher": "^1.6.6",
23
23
  "@lage-run/logger": "^1.3.1",
24
- "@lage-run/runners": "^1.1.0",
25
- "@lage-run/target-graph": "^0.10.0",
24
+ "@lage-run/runners": "^1.1.2",
25
+ "@lage-run/target-graph": "^0.10.1",
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.20"
30
+ "@lage-run/scheduler-types": "^0.3.21"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"