@lage-run/scheduler 1.5.1 → 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 CHANGED
@@ -2,7 +2,22 @@
2
2
  "name": "@lage-run/scheduler",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 04 Feb 2025 18:31:35 GMT",
5
+ "date": "Sat, 29 Mar 2025 02:16:19 GMT",
6
+ "version": "1.5.3",
7
+ "tag": "@lage-run/scheduler_v1.5.3",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "elcraig@microsoft.com",
12
+ "package": "@lage-run/scheduler",
13
+ "commit": "a680ab60dcddd84808f223a1b5f38a16e868b66f",
14
+ "comment": "Sync versions, and use workspace:^ versions for local deps"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 04 Feb 2025 18:31:49 GMT",
6
21
  "version": "1.5.1",
7
22
  "tag": "@lage-run/scheduler_v1.5.1",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # Change Log - @lage-run/scheduler
2
2
 
3
- <!-- This log was last generated on Tue, 04 Feb 2025 18:31:35 GMT and should not be manually modified. -->
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
7
  ## 1.5.1
8
8
 
9
- Tue, 04 Feb 2025 18:31:35 GMT
9
+ Tue, 04 Feb 2025 18:31:49 GMT
10
10
 
11
11
  ### Patches
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/scheduler",
3
- "version": "1.5.1",
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.6.9",
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": {