@arthur-ai/buzz 2.1.556-dev.0 → 2.1.557-dev.0
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2425,7 +2425,7 @@ async function main() {
|
|
|
2425
2425
|
const bannerLines = banner.split("\n").filter((l) => l.length > 0).map((l) => chalk3.hex("#CE93D8").bold(l));
|
|
2426
2426
|
await playStartupAnimation(bannerLines);
|
|
2427
2427
|
console.log(chalk3.dim(" Arthur GenAI Engine Onboarding Agent"));
|
|
2428
|
-
const buildTime = true ? "2026-05-
|
|
2428
|
+
const buildTime = true ? "2026-05-14T13:45:07.970Z" : null;
|
|
2429
2429
|
if (buildTime) {
|
|
2430
2430
|
console.log(chalk3.dim(` Build: ${new Date(buildTime).toLocaleString()}`));
|
|
2431
2431
|
}
|