@lage-run/scheduler 1.1.5 → 1.1.7

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": "Wed, 21 Jun 2023 19:05:46 GMT",
5
+ "date": "Mon, 17 Jul 2023 15:13:19 GMT",
6
+ "tag": "@lage-run/scheduler_v1.1.7",
7
+ "version": "1.1.7",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@lage-run/scheduler",
13
+ "comment": "Bump @lage-run/target-graph to v0.8.7",
14
+ "commit": "5f41b1db342b6d7a8492a46b68ca328a21e61ee6"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@lage-run/scheduler",
19
+ "comment": "Bump @lage-run/cache to v1.1.2",
20
+ "commit": "5f41b1db342b6d7a8492a46b68ca328a21e61ee6"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@lage-run/scheduler",
25
+ "comment": "Bump @lage-run/config to v0.3.2",
26
+ "commit": "5f41b1db342b6d7a8492a46b68ca328a21e61ee6"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@lage-run/scheduler",
31
+ "comment": "Bump @lage-run/hasher to v1.0.4",
32
+ "commit": "5f41b1db342b6d7a8492a46b68ca328a21e61ee6"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@lage-run/scheduler",
37
+ "comment": "Bump @lage-run/scheduler-types to v0.3.11",
38
+ "commit": "5f41b1db342b6d7a8492a46b68ca328a21e61ee6"
39
+ }
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "date": "Tue, 11 Jul 2023 14:51:52 GMT",
45
+ "tag": "@lage-run/scheduler_v1.1.6",
46
+ "version": "1.1.6",
47
+ "comments": {
48
+ "patch": [
49
+ {
50
+ "author": "beachball",
51
+ "package": "@lage-run/scheduler",
52
+ "comment": "Bump @lage-run/hasher to v1.0.3",
53
+ "commit": "e7dbec3c24355721132a15425fa5044c74c13efb"
54
+ }
55
+ ]
56
+ }
57
+ },
58
+ {
59
+ "date": "Wed, 21 Jun 2023 19:06:25 GMT",
6
60
  "tag": "@lage-run/scheduler_v1.1.5",
7
61
  "version": "1.1.5",
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 Wed, 21 Jun 2023 19:05:46 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 17 Jul 2023 15:13:19 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.1.7
8
+
9
+ Mon, 17 Jul 2023 15:13:19 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @lage-run/target-graph to v0.8.7
14
+ - Bump @lage-run/cache to v1.1.2
15
+ - Bump @lage-run/config to v0.3.2
16
+ - Bump @lage-run/hasher to v1.0.4
17
+ - Bump @lage-run/scheduler-types to v0.3.11
18
+
19
+ ## 1.1.6
20
+
21
+ Tue, 11 Jul 2023 14:51:52 GMT
22
+
23
+ ### Patches
24
+
25
+ - Bump @lage-run/hasher to v1.0.3
26
+
7
27
  ## 1.1.5
8
28
 
9
- Wed, 21 Jun 2023 19:05:46 GMT
29
+ Wed, 21 Jun 2023 19:06:25 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.5",
3
+ "version": "1.1.7",
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.6",
20
+ "@lage-run/target-graph": "^0.8.7",
21
21
  "@lage-run/logger": "^1.3.0",
22
- "@lage-run/cache": "^1.1.1",
23
- "@lage-run/config": "^0.3.1",
24
- "@lage-run/hasher": "^1.0.2",
22
+ "@lage-run/cache": "^1.1.2",
23
+ "@lage-run/config": "^0.3.2",
24
+ "@lage-run/hasher": "^1.0.4",
25
25
  "@lage-run/worker-threads-pool": "^0.8.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@lage-run/scheduler-types": "^0.3.10",
28
+ "@lage-run/scheduler-types": "^0.3.11",
29
29
  "monorepo-scripts": "*"
30
30
  },
31
31
  "publishConfig": {