nairon-bench 0.2.0 → 0.2.1
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 +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -24714,7 +24714,7 @@ var upgradeCommand = defineCommand2({
|
|
|
24714
24714
|
latestVersion = execSync6("npm view nairon-bench version", { encoding: "utf-8" }).trim();
|
|
24715
24715
|
} catch {
|
|
24716
24716
|
console.log(` ${YELLOW3}⚠${RESET3} Could not check npm registry`);
|
|
24717
|
-
console.log(` ${DIM3}Run 'bun
|
|
24717
|
+
console.log(` ${DIM3}Run 'bun add -g nairon-bench@latest' manually${RESET3}`);
|
|
24718
24718
|
return;
|
|
24719
24719
|
}
|
|
24720
24720
|
console.log();
|
|
@@ -24742,7 +24742,7 @@ var upgradeCommand = defineCommand2({
|
|
|
24742
24742
|
console.log();
|
|
24743
24743
|
try {
|
|
24744
24744
|
try {
|
|
24745
|
-
execSync6("bun
|
|
24745
|
+
execSync6("bun add -g nairon-bench@latest", { stdio: "inherit" });
|
|
24746
24746
|
} catch {
|
|
24747
24747
|
execSync6("npm install -g nairon-bench@latest", { stdio: "inherit" });
|
|
24748
24748
|
}
|
|
@@ -24754,7 +24754,7 @@ var upgradeCommand = defineCommand2({
|
|
|
24754
24754
|
console.log();
|
|
24755
24755
|
console.log(` ${YELLOW3}⚠${RESET3} Upgrade failed`);
|
|
24756
24756
|
console.log(` ${DIM3}Try running manually:${RESET3}`);
|
|
24757
|
-
console.log(` ${CYAN3}bun
|
|
24757
|
+
console.log(` ${CYAN3}bun add -g nairon-bench@latest${RESET3}`);
|
|
24758
24758
|
console.log(` ${DIM3}or${RESET3}`);
|
|
24759
24759
|
console.log(` ${CYAN3}npm install -g nairon-bench@latest${RESET3}`);
|
|
24760
24760
|
}
|
|
@@ -24826,7 +24826,7 @@ function showFullChangelog() {
|
|
|
24826
24826
|
// package.json
|
|
24827
24827
|
var package_default = {
|
|
24828
24828
|
name: "nairon-bench",
|
|
24829
|
-
version: "0.2.
|
|
24829
|
+
version: "0.2.1",
|
|
24830
24830
|
description: "AI workflow benchmarking CLI",
|
|
24831
24831
|
type: "module",
|
|
24832
24832
|
bin: {
|