nairon-bench 0.0.23 → 0.0.24
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 +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16159,10 +16159,10 @@ var publishCommand = defineCommand2({
|
|
|
16159
16159
|
});
|
|
16160
16160
|
consola.success(`Published! Your report is live.`);
|
|
16161
16161
|
consola.log("");
|
|
16162
|
-
consola.log(` URL: https://nairon.
|
|
16162
|
+
consola.log(` URL: https://nairon-bench.pages.dev/u/${result.slug}`);
|
|
16163
16163
|
consola.log("");
|
|
16164
16164
|
consola.log(" Share badge:");
|
|
16165
|
-
consola.log(` `);
|
|
16166
16166
|
consola.log("");
|
|
16167
16167
|
} catch (err) {
|
|
16168
16168
|
consola.error(`Failed to publish: ${err instanceof Error ? err.message : String(err)}`);
|
|
@@ -17702,7 +17702,7 @@ function formatBytes(bytes) {
|
|
|
17702
17702
|
// package.json
|
|
17703
17703
|
var package_default = {
|
|
17704
17704
|
name: "nairon-bench",
|
|
17705
|
-
version: "0.0.
|
|
17705
|
+
version: "0.0.24",
|
|
17706
17706
|
description: "AI workflow benchmarking CLI",
|
|
17707
17707
|
type: "module",
|
|
17708
17708
|
bin: {
|