@lage-run/scheduler 1.5.2 → 1.5.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 +7 -7
- package/CHANGELOG.md +1 -9
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
"name": "@lage-run/scheduler",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Sat,
|
|
6
|
-
"version": "1.5.
|
|
7
|
-
"tag": "@lage-run/scheduler_v1.5.
|
|
5
|
+
"date": "Sat, 29 Mar 2025 02:16:19 GMT",
|
|
6
|
+
"version": "1.5.3",
|
|
7
|
+
"tag": "@lage-run/scheduler_v1.5.3",
|
|
8
8
|
"comments": {
|
|
9
|
-
"
|
|
9
|
+
"none": [
|
|
10
10
|
{
|
|
11
|
-
"author": "
|
|
11
|
+
"author": "elcraig@microsoft.com",
|
|
12
12
|
"package": "@lage-run/scheduler",
|
|
13
|
-
"
|
|
14
|
-
"
|
|
13
|
+
"commit": "a680ab60dcddd84808f223a1b5f38a16e868b66f",
|
|
14
|
+
"comment": "Sync versions, and use workspace:^ versions for local deps"
|
|
15
15
|
}
|
|
16
16
|
]
|
|
17
17
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,9 @@
|
|
|
1
1
|
# Change Log - @lage-run/scheduler
|
|
2
2
|
|
|
3
|
-
<!-- This log was last generated on
|
|
3
|
+
<!-- This log was last generated on Tue, 04 Feb 2025 18:31:49 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 1.5.2
|
|
8
|
-
|
|
9
|
-
Sat, 08 Mar 2025 02:33:56 GMT
|
|
10
|
-
|
|
11
|
-
### Patches
|
|
12
|
-
|
|
13
|
-
- Bump @lage-run/hasher to v1.7.0
|
|
14
|
-
|
|
15
7
|
## 1.5.1
|
|
16
8
|
|
|
17
9
|
Tue, 04 Feb 2025 18:31:49 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lage-run/scheduler",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.3",
|
|
4
4
|
"description": "Scheduler for Lage",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -19,14 +19,14 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@lage-run/cache": "^1.3.11",
|
|
21
21
|
"@lage-run/config": "^0.4.12",
|
|
22
|
-
"@lage-run/hasher": "^1.
|
|
22
|
+
"@lage-run/hasher": "^1.8.0",
|
|
23
23
|
"@lage-run/logger": "^1.3.1",
|
|
24
24
|
"@lage-run/runners": "^1.2.1",
|
|
25
25
|
"@lage-run/target-graph": "^0.11.1",
|
|
26
26
|
"@lage-run/worker-threads-pool": "^0.9.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@lage-run/monorepo-scripts": "
|
|
29
|
+
"@lage-run/monorepo-scripts": "^1.0.0",
|
|
30
30
|
"@lage-run/scheduler-types": "^0.3.23"
|
|
31
31
|
},
|
|
32
32
|
"publishConfig": {
|