@overkill-dev/engine 0.0.9 → 0.0.10
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/package.json +1 -1
- package/readme.md +6 -0
- package/sbom.cdx.json +4 -4
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -82,6 +82,12 @@ Reporter lifecycle:
|
|
|
82
82
|
- `dispose` is required and nullable on both reporter lifecycles. When
|
|
83
83
|
present, `execute()` calls it exactly once after the run or after reporter
|
|
84
84
|
validation fails.
|
|
85
|
+
- Reporter callback failures are returned in `RunResult.runnerErrors` with
|
|
86
|
+
subtype `reporter`. `run-end` failures are included before final-result
|
|
87
|
+
`onResult` and real-time `onFinish` callbacks receive the result.
|
|
88
|
+
- `onResult`, `onFinish`, and `dispose` failures are added to the returned
|
|
89
|
+
`RunResult`. Final callbacks are not repeated with sibling final-phase
|
|
90
|
+
failures, and `dispose` failures are not sent back through reporters.
|
|
85
91
|
- A reporter has one lifecycle. If a package needs both modes, expose two
|
|
86
92
|
reporters that share the same internal formatting or recording logic.
|
|
87
93
|
|
package/sbom.cdx.json
CHANGED
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"component": {
|
|
17
17
|
"type": "library",
|
|
18
18
|
"name": "@overkill-dev/engine",
|
|
19
|
-
"version": "0.0.
|
|
20
|
-
"bom-ref": "pkg:npm/@overkill-dev/engine@0.0.
|
|
21
|
-
"purl": "pkg:npm/@overkill-dev/engine@0.0.
|
|
19
|
+
"version": "0.0.10",
|
|
20
|
+
"bom-ref": "pkg:npm/@overkill-dev/engine@0.0.10",
|
|
21
|
+
"purl": "pkg:npm/@overkill-dev/engine@0.0.10"
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
24
|
"components": [
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"ref": "pkg:npm/@enormora/wall-clock@0.0.3"
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
|
-
"ref": "pkg:npm/@overkill-dev/engine@0.0.
|
|
57
|
+
"ref": "pkg:npm/@overkill-dev/engine@0.0.10",
|
|
58
58
|
"dependsOn": [
|
|
59
59
|
"pkg:npm/@enormora/wall-clock@0.0.3",
|
|
60
60
|
"pkg:npm/diff@9.0.0"
|