nairon-bench 0.0.31 → 0.0.32
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/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -19238,6 +19238,7 @@ async function publishReport(report) {
|
|
|
19238
19238
|
const markdownContent = formatReportAsMarkdown(report);
|
|
19239
19239
|
const basePayload = {
|
|
19240
19240
|
projectName: report.projectName,
|
|
19241
|
+
primaryAgent: report.primaryAgent,
|
|
19241
19242
|
timeRange: {
|
|
19242
19243
|
start: report.timeRange.start.toISOString(),
|
|
19243
19244
|
end: report.timeRange.end.toISOString(),
|
|
@@ -23048,7 +23049,7 @@ var setupCommand = defineCommand2({
|
|
|
23048
23049
|
// package.json
|
|
23049
23050
|
var package_default = {
|
|
23050
23051
|
name: "nairon-bench",
|
|
23051
|
-
version: "0.0.
|
|
23052
|
+
version: "0.0.32",
|
|
23052
23053
|
description: "AI workflow benchmarking CLI",
|
|
23053
23054
|
type: "module",
|
|
23054
23055
|
bin: {
|