@lage-run/scheduler 1.3.2 → 1.3.4

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,67 @@
2
2
  "name": "@lage-run/scheduler",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 02 Oct 2024 20:25:42 GMT",
5
+ "date": "Thu, 17 Oct 2024 20:32:34 GMT",
6
+ "version": "1.3.4",
7
+ "tag": "@lage-run/scheduler_v1.3.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@lage-run/scheduler",
13
+ "comment": "Bump @lage-run/cache to v1.3.5",
14
+ "commit": "not available"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@lage-run/scheduler",
19
+ "comment": "Bump @lage-run/config to v0.4.4",
20
+ "commit": "not available"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@lage-run/scheduler",
25
+ "comment": "Bump @lage-run/hasher to v1.6.1",
26
+ "commit": "not available"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@lage-run/scheduler",
31
+ "comment": "Bump @lage-run/runners to v1.0.4",
32
+ "commit": "not available"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@lage-run/scheduler",
37
+ "comment": "Bump @lage-run/target-graph to v0.9.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.17",
44
+ "commit": "not available"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Wed, 09 Oct 2024 17:20:33 GMT",
51
+ "version": "1.3.3",
52
+ "tag": "@lage-run/scheduler_v1.3.3",
53
+ "comments": {
54
+ "patch": [
55
+ {
56
+ "author": "beachball",
57
+ "package": "@lage-run/scheduler",
58
+ "comment": "Bump @lage-run/worker-threads-pool to v0.8.4",
59
+ "commit": "not available"
60
+ }
61
+ ]
62
+ }
63
+ },
64
+ {
65
+ "date": "Wed, 02 Oct 2024 20:26:19 GMT",
6
66
  "version": "1.3.2",
7
67
  "tag": "@lage-run/scheduler_v1.3.2",
8
68
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,33 @@
1
1
  # Change Log - @lage-run/scheduler
2
2
 
3
- <!-- This log was last generated on Wed, 02 Oct 2024 20:25:42 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Thu, 17 Oct 2024 20:32:34 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.3.4
8
+
9
+ Thu, 17 Oct 2024 20:32:34 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @lage-run/cache to v1.3.5
14
+ - Bump @lage-run/config to v0.4.4
15
+ - Bump @lage-run/hasher to v1.6.1
16
+ - Bump @lage-run/runners to v1.0.4
17
+ - Bump @lage-run/target-graph to v0.9.1
18
+ - Bump @lage-run/scheduler-types to v0.3.17
19
+
20
+ ## 1.3.3
21
+
22
+ Wed, 09 Oct 2024 17:20:33 GMT
23
+
24
+ ### Patches
25
+
26
+ - Bump @lage-run/worker-threads-pool to v0.8.4
27
+
7
28
  ## 1.3.2
8
29
 
9
- Wed, 02 Oct 2024 20:25:42 GMT
30
+ Wed, 02 Oct 2024 20:26:19 GMT
10
31
 
11
32
  ### Patches
12
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/scheduler",
3
- "version": "1.3.2",
3
+ "version": "1.3.4",
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.5",
21
+ "@lage-run/config": "^0.4.4",
22
+ "@lage-run/hasher": "^1.6.1",
23
23
  "@lage-run/logger": "^1.3.1",
24
- "@lage-run/runners": "^1.0.3",
25
- "@lage-run/target-graph": "^0.9.0",
26
- "@lage-run/worker-threads-pool": "^0.8.3"
24
+ "@lage-run/runners": "^1.0.4",
25
+ "@lage-run/target-graph": "^0.9.1",
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.17"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"