@lage-run/scheduler 0.3.2 → 0.3.3
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 +73 -1
- package/CHANGELOG.md +12 -2
- package/package.json +7 -7
- package/tsconfig.json +0 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,79 @@
|
|
|
2
2
|
"name": "@lage-run/scheduler",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Sat, 17 Sep 2022 01:09:18 GMT",
|
|
6
|
+
"tag": "@lage-run/scheduler_v0.3.3",
|
|
7
|
+
"version": "0.3.3",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "email not defined",
|
|
12
|
+
"package": "@lage-run/scheduler",
|
|
13
|
+
"commit": "f972817afd8d234b31c013290e1a7bc952e7bf61",
|
|
14
|
+
"comment": "Update dependency workspace-tools to ^0.27.0"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@lage-run/scheduler",
|
|
19
|
+
"comment": "Bump @lage-run/target-graph to v0.3.2",
|
|
20
|
+
"commit": "f972817afd8d234b31c013290e1a7bc952e7bf61"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@lage-run/scheduler",
|
|
25
|
+
"comment": "Bump @lage-run/cache to v0.1.10",
|
|
26
|
+
"commit": "f972817afd8d234b31c013290e1a7bc952e7bf61"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"date": "Fri, 16 Sep 2022 20:06:10 GMT",
|
|
33
|
+
"tag": "@lage-run/scheduler_v0.3.2",
|
|
34
|
+
"version": "0.3.2",
|
|
35
|
+
"comments": {
|
|
36
|
+
"none": [
|
|
37
|
+
{
|
|
38
|
+
"author": "email not defined",
|
|
39
|
+
"package": "@lage-run/scheduler",
|
|
40
|
+
"commit": "4cc6afee8a8b0eeabd5e36f764615860baca6de4",
|
|
41
|
+
"comment": "Update devDependency @types/node to v14.18.29"
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"date": "Fri, 16 Sep 2022 03:59:54 GMT",
|
|
48
|
+
"tag": "@lage-run/scheduler_v0.3.2",
|
|
49
|
+
"version": "0.3.2",
|
|
50
|
+
"comments": {
|
|
51
|
+
"none": [
|
|
52
|
+
{
|
|
53
|
+
"author": "renovate@whitesourcesoftware.com",
|
|
54
|
+
"package": "@lage-run/scheduler",
|
|
55
|
+
"commit": "feb30c988cd07f121e217f9825758af844b18b77",
|
|
56
|
+
"comment": "Update jest monorepo to v29"
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"date": "Fri, 16 Sep 2022 01:59:38 GMT",
|
|
63
|
+
"tag": "@lage-run/scheduler_v0.3.2",
|
|
64
|
+
"version": "0.3.2",
|
|
65
|
+
"comments": {
|
|
66
|
+
"none": [
|
|
67
|
+
{
|
|
68
|
+
"author": "email not defined",
|
|
69
|
+
"package": "@lage-run/scheduler",
|
|
70
|
+
"commit": "7bb3cfa39ca17144915a94233b46ba67e284788f",
|
|
71
|
+
"comment": "Pin devDependencies"
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"date": "Fri, 16 Sep 2022 01:32:24 GMT",
|
|
6
78
|
"tag": "@lage-run/scheduler_v0.3.2",
|
|
7
79
|
"version": "0.3.2",
|
|
8
80
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,22 @@
|
|
|
1
1
|
# Change Log - @lage-run/scheduler
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Sat, 17 Sep 2022 01:09:18 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.3.3
|
|
8
|
+
|
|
9
|
+
Sat, 17 Sep 2022 01:09:18 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Update dependency workspace-tools to ^0.27.0 (email not defined)
|
|
14
|
+
- Bump @lage-run/target-graph to v0.3.2
|
|
15
|
+
- Bump @lage-run/cache to v0.1.10
|
|
16
|
+
|
|
7
17
|
## 0.3.2
|
|
8
18
|
|
|
9
|
-
Fri, 16 Sep 2022 01:32:
|
|
19
|
+
Fri, 16 Sep 2022 01:32:24 GMT
|
|
10
20
|
|
|
11
21
|
### Patches
|
|
12
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lage-run/scheduler",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "Scheduler for Lage",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/microsoft/lage"
|
|
@@ -15,20 +15,20 @@
|
|
|
15
15
|
"lint": "monorepo-scripts lint"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@lage-run/target-graph": "^0.3.
|
|
18
|
+
"@lage-run/target-graph": "^0.3.2",
|
|
19
19
|
"@lage-run/logger": "^1.2.0",
|
|
20
|
-
"@lage-run/cache": "^0.1.
|
|
20
|
+
"@lage-run/cache": "^0.1.10",
|
|
21
21
|
"@lage-run/worker-threads-pool": "^0.1.1",
|
|
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.
|
|
25
|
+
"workspace-tools": "^0.27.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@lage-run/monorepo-fixture": "^0.1.0",
|
|
29
|
-
"@types/jest": "
|
|
30
|
-
"@types/node": "14.18.
|
|
31
|
-
"@types/workerpool": "
|
|
29
|
+
"@types/jest": "29.0.3",
|
|
30
|
+
"@types/node": "14.18.29",
|
|
31
|
+
"@types/workerpool": "6.1.0",
|
|
32
32
|
"monorepo-scripts": "*"
|
|
33
33
|
},
|
|
34
34
|
"publishConfig": {
|