@lage-run/scheduler 1.2.10 → 1.2.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 +61 -1
- package/CHANGELOG.md +23 -2
- package/package.json +9 -9
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, 11 Sep 2024 20:30:17 GMT",
|
|
6
|
+
"version": "1.2.12",
|
|
7
|
+
"tag": "@lage-run/scheduler_v1.2.12",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "kchau@microsoft.com",
|
|
12
|
+
"package": "@lage-run/scheduler",
|
|
13
|
+
"commit": "3fb589f859c1215e2f3b93bbdb55fae1d5fef116",
|
|
14
|
+
"comment": "yarn 4"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@lage-run/scheduler",
|
|
19
|
+
"comment": "Bump @lage-run/cache to v1.3.2",
|
|
20
|
+
"commit": "not available"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@lage-run/scheduler",
|
|
25
|
+
"comment": "Bump @lage-run/config to v0.4.1",
|
|
26
|
+
"commit": "not available"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "beachball",
|
|
30
|
+
"package": "@lage-run/scheduler",
|
|
31
|
+
"comment": "Bump @lage-run/hasher to v1.3.2",
|
|
32
|
+
"commit": "not available"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "beachball",
|
|
36
|
+
"package": "@lage-run/scheduler",
|
|
37
|
+
"comment": "Bump @lage-run/logger to v1.3.1",
|
|
38
|
+
"commit": "not available"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"author": "beachball",
|
|
42
|
+
"package": "@lage-run/scheduler",
|
|
43
|
+
"comment": "Bump @lage-run/worker-threads-pool to v0.8.1",
|
|
44
|
+
"commit": "not available"
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"date": "Sat, 07 Sep 2024 00:01:57 GMT",
|
|
51
|
+
"version": "1.2.11",
|
|
52
|
+
"tag": "@lage-run/scheduler_v1.2.11",
|
|
53
|
+
"comments": {
|
|
54
|
+
"patch": [
|
|
55
|
+
{
|
|
56
|
+
"author": "beachball",
|
|
57
|
+
"package": "@lage-run/scheduler",
|
|
58
|
+
"comment": "Bump @lage-run/config to v0.4.0",
|
|
59
|
+
"commit": "not available"
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"date": "Wed, 04 Sep 2024 23:25:05 GMT",
|
|
6
66
|
"version": "1.2.10",
|
|
7
67
|
"tag": "@lage-run/scheduler_v1.2.10",
|
|
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, 11 Sep 2024 20:30:17 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.2.12
|
|
8
|
+
|
|
9
|
+
Wed, 11 Sep 2024 20:30:17 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- yarn 4 (kchau@microsoft.com)
|
|
14
|
+
- Bump @lage-run/cache to v1.3.2
|
|
15
|
+
- Bump @lage-run/config to v0.4.1
|
|
16
|
+
- Bump @lage-run/hasher to v1.3.2
|
|
17
|
+
- Bump @lage-run/logger to v1.3.1
|
|
18
|
+
- Bump @lage-run/worker-threads-pool to v0.8.1
|
|
19
|
+
|
|
20
|
+
## 1.2.11
|
|
21
|
+
|
|
22
|
+
Sat, 07 Sep 2024 00:01:57 GMT
|
|
23
|
+
|
|
24
|
+
### Patches
|
|
25
|
+
|
|
26
|
+
- Bump @lage-run/config to v0.4.0
|
|
27
|
+
|
|
7
28
|
## 1.2.10
|
|
8
29
|
|
|
9
|
-
Wed, 04 Sep 2024 23:
|
|
30
|
+
Wed, 04 Sep 2024 23:25:05 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.2.
|
|
3
|
+
"version": "1.2.12",
|
|
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/
|
|
21
|
-
"@lage-run/
|
|
22
|
-
"@lage-run/
|
|
23
|
-
"@lage-run/
|
|
24
|
-
"@lage-run/hasher": "^1.3.1",
|
|
20
|
+
"@lage-run/cache": "^1.3.2",
|
|
21
|
+
"@lage-run/config": "^0.4.1",
|
|
22
|
+
"@lage-run/hasher": "^1.3.2",
|
|
23
|
+
"@lage-run/logger": "^1.3.1",
|
|
25
24
|
"@lage-run/runners": "^1.0.1",
|
|
26
|
-
"@lage-run/
|
|
25
|
+
"@lage-run/target-graph": "^0.8.9",
|
|
26
|
+
"@lage-run/worker-threads-pool": "^0.8.1"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@lage-run/
|
|
30
|
-
"@lage-run/
|
|
29
|
+
"@lage-run/monorepo-scripts": "*",
|
|
30
|
+
"@lage-run/scheduler-types": "^0.3.14"
|
|
31
31
|
},
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|