@lage-run/scheduler-types 0.3.23 → 0.3.25

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-types",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 15 Jan 2025 16:55:51 GMT",
5
+ "date": "Sat, 29 Mar 2025 02:16:38 GMT",
6
+ "version": "0.3.23",
7
+ "tag": "@lage-run/scheduler-types_v0.3.23",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "elcraig@microsoft.com",
12
+ "package": "@lage-run/scheduler-types",
13
+ "commit": "a680ab60dcddd84808f223a1b5f38a16e868b66f",
14
+ "comment": "Sync versions, and use workspace:^ versions for local deps"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 15 Jan 2025 16:56:22 GMT",
6
21
  "version": "0.3.23",
7
22
  "tag": "@lage-run/scheduler-types_v0.3.23",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # Change Log - @lage-run/scheduler-types
2
2
 
3
- <!-- This log was last generated on Wed, 15 Jan 2025 16:55:51 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Wed, 15 Jan 2025 16:56:22 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
7
  ## 0.3.23
8
8
 
9
- Wed, 15 Jan 2025 16:55:51 GMT
9
+ Wed, 15 Jan 2025 16:56:22 GMT
10
10
 
11
11
  ### Patches
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/scheduler-types",
3
- "version": "0.3.23",
3
+ "version": "0.3.25",
4
4
  "description": "Scheduler types for Lage",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,10 +16,10 @@
16
16
  "lint": "monorepo-scripts lint"
17
17
  },
18
18
  "dependencies": {
19
- "@lage-run/target-graph": "^0.11.1"
19
+ "@lage-run/target-graph": "^0.11.3"
20
20
  },
21
21
  "devDependencies": {
22
- "@lage-run/monorepo-scripts": "*"
22
+ "@lage-run/monorepo-scripts": "^1.0.0"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "public"