@arthur-ai/buzz 2.1.557-dev.0 → 2.1.558-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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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-14T13:45:07.970Z" : null;
2428
+ const buildTime = true ? "2026-05-14T15:23:11.471Z" : null;
2429
2429
  if (buildTime) {
2430
2430
  console.log(chalk3.dim(` Build: ${new Date(buildTime).toLocaleString()}`));
2431
2431
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arthur-ai/buzz",
3
- "version": "2.1.557-dev.0",
3
+ "version": "2.1.558-dev.0",
4
4
  "description": "Buzz — Arthur GenAI Engine onboarding agent",
5
5
  "license": "MIT",
6
6
  "type": "module",