@lage-run/scheduler 1.2.13 → 1.3.0
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 +61 -1
- package/CHANGELOG.md +23 -2
- package/package.json +7 -7
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,67 @@
|
|
|
2
2
|
"name": "@lage-run/scheduler",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Wed,
|
|
5
|
+
"date": "Wed, 25 Sep 2024 20:27:33 GMT",
|
|
6
|
+
"version": "1.3.0",
|
|
7
|
+
"tag": "@lage-run/scheduler_v1.3.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@lage-run/scheduler",
|
|
13
|
+
"comment": "Bump @lage-run/hasher to v1.4.0",
|
|
14
|
+
"commit": "not available"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Fri, 13 Sep 2024 18:05:04 GMT",
|
|
21
|
+
"version": "1.2.14",
|
|
22
|
+
"tag": "@lage-run/scheduler_v1.2.14",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"author": "beachball",
|
|
27
|
+
"package": "@lage-run/scheduler",
|
|
28
|
+
"comment": "Bump @lage-run/cache to v1.3.3",
|
|
29
|
+
"commit": "not available"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"author": "beachball",
|
|
33
|
+
"package": "@lage-run/scheduler",
|
|
34
|
+
"comment": "Bump @lage-run/config to v0.4.2",
|
|
35
|
+
"commit": "not available"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"author": "beachball",
|
|
39
|
+
"package": "@lage-run/scheduler",
|
|
40
|
+
"comment": "Bump @lage-run/hasher to v1.3.4",
|
|
41
|
+
"commit": "not available"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"author": "beachball",
|
|
45
|
+
"package": "@lage-run/scheduler",
|
|
46
|
+
"comment": "Bump @lage-run/runners to v1.0.2",
|
|
47
|
+
"commit": "not available"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"author": "beachball",
|
|
51
|
+
"package": "@lage-run/scheduler",
|
|
52
|
+
"comment": "Bump @lage-run/target-graph to v0.8.10",
|
|
53
|
+
"commit": "not available"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"author": "beachball",
|
|
57
|
+
"package": "@lage-run/scheduler",
|
|
58
|
+
"comment": "Bump @lage-run/scheduler-types to v0.3.15",
|
|
59
|
+
"commit": "not available"
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"date": "Wed, 11 Sep 2024 20:52:15 GMT",
|
|
6
66
|
"version": "1.2.13",
|
|
7
67
|
"tag": "@lage-run/scheduler_v1.2.13",
|
|
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,
|
|
3
|
+
<!-- This log was last generated on Wed, 25 Sep 2024 20:27:33 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.3.0
|
|
8
|
+
|
|
9
|
+
Wed, 25 Sep 2024 20:27:33 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- Bump @lage-run/hasher to v1.4.0
|
|
14
|
+
|
|
15
|
+
## 1.2.14
|
|
16
|
+
|
|
17
|
+
Fri, 13 Sep 2024 18:05:04 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Bump @lage-run/cache to v1.3.3
|
|
22
|
+
- Bump @lage-run/config to v0.4.2
|
|
23
|
+
- Bump @lage-run/hasher to v1.3.4
|
|
24
|
+
- Bump @lage-run/runners to v1.0.2
|
|
25
|
+
- Bump @lage-run/target-graph to v0.8.10
|
|
26
|
+
- Bump @lage-run/scheduler-types to v0.3.15
|
|
27
|
+
|
|
7
28
|
## 1.2.13
|
|
8
29
|
|
|
9
|
-
Wed, 11 Sep 2024 20:52:
|
|
30
|
+
Wed, 11 Sep 2024 20:52:15 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
|
+
"version": "1.3.0",
|
|
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.
|
|
21
|
-
"@lage-run/config": "^0.4.
|
|
22
|
-
"@lage-run/hasher": "^1.
|
|
20
|
+
"@lage-run/cache": "^1.3.3",
|
|
21
|
+
"@lage-run/config": "^0.4.2",
|
|
22
|
+
"@lage-run/hasher": "^1.4.0",
|
|
23
23
|
"@lage-run/logger": "^1.3.1",
|
|
24
|
-
"@lage-run/runners": "^1.0.
|
|
25
|
-
"@lage-run/target-graph": "^0.8.
|
|
24
|
+
"@lage-run/runners": "^1.0.2",
|
|
25
|
+
"@lage-run/target-graph": "^0.8.10",
|
|
26
26
|
"@lage-run/worker-threads-pool": "^0.8.1"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@lage-run/monorepo-scripts": "*",
|
|
30
|
-
"@lage-run/scheduler-types": "^0.3.
|
|
30
|
+
"@lage-run/scheduler-types": "^0.3.15"
|
|
31
31
|
},
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|