@lage-run/scheduler 1.1.10 → 1.1.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 +63 -1
- package/CHANGELOG.md +22 -2
- package/jest.config.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,69 @@
|
|
|
2
2
|
"name": "@lage-run/scheduler",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 21 Dec 2023 09:48:33 GMT",
|
|
6
|
+
"version": "1.1.12",
|
|
7
|
+
"tag": "@lage-run/scheduler_v1.1.12",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@lage-run/scheduler",
|
|
13
|
+
"comment": "Bump @lage-run/target-graph to v0.8.9",
|
|
14
|
+
"commit": "not available"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@lage-run/scheduler",
|
|
19
|
+
"comment": "Bump @lage-run/cache to v1.1.5",
|
|
20
|
+
"commit": "not available"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@lage-run/scheduler",
|
|
25
|
+
"comment": "Bump @lage-run/config to v0.3.5",
|
|
26
|
+
"commit": "not available"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "beachball",
|
|
30
|
+
"package": "@lage-run/scheduler",
|
|
31
|
+
"comment": "Bump @lage-run/hasher to v1.0.7",
|
|
32
|
+
"commit": "not available"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "beachball",
|
|
36
|
+
"package": "@lage-run/scheduler",
|
|
37
|
+
"comment": "Bump @lage-run/scheduler-types to v0.3.13",
|
|
38
|
+
"commit": "not available"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"date": "Thu, 21 Dec 2023 08:37:41 GMT",
|
|
45
|
+
"version": "1.1.11",
|
|
46
|
+
"tag": "@lage-run/scheduler_v1.1.11",
|
|
47
|
+
"comments": {
|
|
48
|
+
"none": [
|
|
49
|
+
{
|
|
50
|
+
"author": "elcraig@microsoft.com",
|
|
51
|
+
"package": "@lage-run/scheduler",
|
|
52
|
+
"commit": "0752bad677868d982719f792f6692ab43ad325e0",
|
|
53
|
+
"comment": "Use ranges for devDependencies"
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"patch": [
|
|
57
|
+
{
|
|
58
|
+
"author": "beachball",
|
|
59
|
+
"package": "@lage-run/scheduler",
|
|
60
|
+
"comment": "Bump @lage-run/config to v0.3.4",
|
|
61
|
+
"commit": "not available"
|
|
62
|
+
}
|
|
63
|
+
]
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"date": "Tue, 12 Dec 2023 04:22:41 GMT",
|
|
6
68
|
"version": "1.1.10",
|
|
7
69
|
"tag": "@lage-run/scheduler_v1.1.10",
|
|
8
70
|
"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
|
|
3
|
+
This log was last generated on Thu, 21 Dec 2023 09:48:33 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.1.12
|
|
8
|
+
|
|
9
|
+
Thu, 21 Dec 2023 09:48:33 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @lage-run/target-graph to v0.8.9
|
|
14
|
+
- Bump @lage-run/cache to v1.1.5
|
|
15
|
+
- Bump @lage-run/config to v0.3.5
|
|
16
|
+
- Bump @lage-run/hasher to v1.0.7
|
|
17
|
+
- Bump @lage-run/scheduler-types to v0.3.13
|
|
18
|
+
|
|
19
|
+
## 1.1.11
|
|
20
|
+
|
|
21
|
+
Thu, 21 Dec 2023 08:37:41 GMT
|
|
22
|
+
|
|
23
|
+
### Patches
|
|
24
|
+
|
|
25
|
+
- Bump @lage-run/config to v0.3.4
|
|
26
|
+
|
|
7
27
|
## 1.1.10
|
|
8
28
|
|
|
9
|
-
Tue, 12 Dec 2023 04:22:
|
|
29
|
+
Tue, 12 Dec 2023 04:22:41 GMT
|
|
10
30
|
|
|
11
31
|
### Patches
|
|
12
32
|
|
package/jest.config.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports = require("monorepo-scripts/config/jest.config.js");
|
|
1
|
+
module.exports = require("@lage-run/monorepo-scripts/config/jest.config.js");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lage-run/scheduler",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.12",
|
|
4
4
|
"description": "Scheduler for Lage",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -17,16 +17,16 @@
|
|
|
17
17
|
"lint": "monorepo-scripts lint"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@lage-run/target-graph": "^0.8.
|
|
20
|
+
"@lage-run/target-graph": "^0.8.9",
|
|
21
21
|
"@lage-run/logger": "^1.3.0",
|
|
22
|
-
"@lage-run/cache": "^1.1.
|
|
23
|
-
"@lage-run/config": "^0.3.
|
|
24
|
-
"@lage-run/hasher": "^1.0.
|
|
22
|
+
"@lage-run/cache": "^1.1.5",
|
|
23
|
+
"@lage-run/config": "^0.3.5",
|
|
24
|
+
"@lage-run/hasher": "^1.0.7",
|
|
25
25
|
"@lage-run/worker-threads-pool": "^0.8.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@lage-run/scheduler-types": "^0.3.
|
|
29
|
-
"monorepo-scripts": "*"
|
|
28
|
+
"@lage-run/scheduler-types": "^0.3.13",
|
|
29
|
+
"@lage-run/monorepo-scripts": "*"
|
|
30
30
|
},
|
|
31
31
|
"publishConfig": {
|
|
32
32
|
"access": "public"
|