@lage-run/scheduler 0.3.4 → 0.3.6

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,70 @@
2
2
  "name": "@lage-run/scheduler",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 17 Sep 2022 20:20:38 GMT",
5
+ "date": "Thu, 29 Sep 2022 21:54:28 GMT",
6
+ "tag": "@lage-run/scheduler_v0.3.6",
7
+ "version": "0.3.6",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "@lage-run/scheduler",
13
+ "commit": "96f43fa9da1e4e8d43e3e1d213b25e344bd35de6",
14
+ "comment": "Update dependency workspace-tools to ^0.28.0"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@lage-run/scheduler",
19
+ "comment": "Bump @lage-run/target-graph to v0.3.4",
20
+ "commit": "96f43fa9da1e4e8d43e3e1d213b25e344bd35de6"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@lage-run/scheduler",
25
+ "comment": "Bump @lage-run/cache to v0.1.12",
26
+ "commit": "96f43fa9da1e4e8d43e3e1d213b25e344bd35de6"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Tue, 20 Sep 2022 02:32:14 GMT",
33
+ "tag": "@lage-run/scheduler_v0.3.5",
34
+ "version": "0.3.5",
35
+ "comments": {
36
+ "none": [
37
+ {
38
+ "author": "elcraig@microsoft.com",
39
+ "package": "@lage-run/scheduler",
40
+ "commit": "8193ad27df772d312844bfc4cc3ea43297e18098",
41
+ "comment": "Hoist widely-used devDependencies to the repo root"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Mon, 19 Sep 2022 05:03:56 GMT",
48
+ "tag": "@lage-run/scheduler_v0.3.5",
49
+ "version": "0.3.5",
50
+ "comments": {
51
+ "patch": [
52
+ {
53
+ "author": "beachball",
54
+ "package": "@lage-run/scheduler",
55
+ "comment": "Bump @lage-run/target-graph to v0.3.3",
56
+ "commit": "3fb1614f94f3cac4b7c9bd81d04ec0fc6d1807e6"
57
+ },
58
+ {
59
+ "author": "beachball",
60
+ "package": "@lage-run/scheduler",
61
+ "comment": "Bump @lage-run/cache to v0.1.11",
62
+ "commit": "3fb1614f94f3cac4b7c9bd81d04ec0fc6d1807e6"
63
+ }
64
+ ]
65
+ }
66
+ },
67
+ {
68
+ "date": "Sat, 17 Sep 2022 20:20:49 GMT",
6
69
  "tag": "@lage-run/scheduler_v0.3.4",
7
70
  "version": "0.3.4",
8
71
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,31 @@
1
1
  # Change Log - @lage-run/scheduler
2
2
 
3
- This log was last generated on Sat, 17 Sep 2022 20:20:38 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 29 Sep 2022 21:54:28 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.3.6
8
+
9
+ Thu, 29 Sep 2022 21:54:28 GMT
10
+
11
+ ### Patches
12
+
13
+ - Update dependency workspace-tools to ^0.28.0 (email not defined)
14
+ - Bump @lage-run/target-graph to v0.3.4
15
+ - Bump @lage-run/cache to v0.1.12
16
+
17
+ ## 0.3.5
18
+
19
+ Mon, 19 Sep 2022 05:03:56 GMT
20
+
21
+ ### Patches
22
+
23
+ - Bump @lage-run/target-graph to v0.3.3
24
+ - Bump @lage-run/cache to v0.1.11
25
+
7
26
  ## 0.3.4
8
27
 
9
- Sat, 17 Sep 2022 20:20:38 GMT
28
+ Sat, 17 Sep 2022 20:20:49 GMT
10
29
 
11
30
  ### Patches
12
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/scheduler",
3
- "version": "0.3.4",
3
+ "version": "0.3.6",
4
4
  "description": "Scheduler for Lage",
5
5
  "repository": {
6
6
  "url": "https://github.com/microsoft/lage"
@@ -15,19 +15,17 @@
15
15
  "lint": "monorepo-scripts lint"
16
16
  },
17
17
  "dependencies": {
18
- "@lage-run/target-graph": "^0.3.2",
18
+ "@lage-run/target-graph": "^0.3.4",
19
19
  "@lage-run/logger": "^1.2.0",
20
- "@lage-run/cache": "^0.1.10",
20
+ "@lage-run/cache": "^0.1.12",
21
21
  "@lage-run/worker-threads-pool": "^0.1.2",
22
22
  "p-graph": "^1.1.1",
23
23
  "p-profiler": "^0.2.1",
24
24
  "abort-controller": "^3.0.0",
25
- "workspace-tools": "^0.27.0"
25
+ "workspace-tools": "^0.28.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@lage-run/monorepo-fixture": "^0.1.0",
29
- "@types/jest": "29.0.3",
30
- "@types/node": "14.18.29",
28
+ "@lage-run/monorepo-fixture": "*",
31
29
  "@types/workerpool": "6.1.0",
32
30
  "monorepo-scripts": "*"
33
31
  },