@lage-run/scheduler 0.1.3 → 0.1.4

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, 23 Aug 2022 07:53:38 GMT",
5
+ "date": "Tue, 23 Aug 2022 21:26:17 GMT",
6
+ "tag": "@lage-run/scheduler_v0.1.4",
7
+ "version": "0.1.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "kchau@microsoft.com",
12
+ "package": "@lage-run/scheduler",
13
+ "commit": "703195918ffa167fb2dba2ab5e469cae0122134f",
14
+ "comment": "removed the rename of TargetRun"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 23 Aug 2022 07:53:50 GMT",
6
21
  "tag": "@lage-run/scheduler_v0.1.3",
7
22
  "version": "0.1.3",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @lage-run/scheduler
2
2
 
3
- This log was last generated on Tue, 23 Aug 2022 07:53:38 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 23 Aug 2022 21:26:17 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.1.4
8
+
9
+ Tue, 23 Aug 2022 21:26:17 GMT
10
+
11
+ ### Patches
12
+
13
+ - removed the rename of TargetRun (kchau@microsoft.com)
14
+
7
15
  ## 0.1.3
8
16
 
9
- Tue, 23 Aug 2022 07:53:38 GMT
17
+ Tue, 23 Aug 2022 07:53:50 GMT
10
18
 
11
19
  ### Patches
12
20
 
package/lib/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  export { SimpleScheduler } from "./SimpleScheduler";
2
2
  export { NpmScriptRunner } from "./runners/NpmScriptRunner";
3
3
  export type { TargetStatus } from "./types/TargetStatus";
4
- export type { TargetRun as TargetRunContext } from "./types/TargetRun";
4
+ export type { TargetRun } from "./types/TargetRun";
5
5
  export type { TargetRunner } from "./types/TargetRunner";
6
6
  export type { TargetScheduler } from "./types/TargetScheduler";
7
7
  export type { SchedulerRunSummary, SchedulerRunResults } from "./types/SchedulerRunSummary";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/scheduler",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Scheduler for Lage",
5
5
  "repository": {
6
6
  "url": "https://github.com/microsoft/lage"