@maka/maka-cli 5.112.0 → 5.113.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maka/maka-cli",
3
- "version": "5.112.0",
3
+ "version": "5.113.0",
4
4
  "type": "module",
5
5
  "summary": "A command line tool for scaffolding Meteor 2.x applications using either React.",
6
6
  "description": "A command line tool for scaffolding Meteor 2.x applications using React.",
@@ -13,6 +13,8 @@ import { presenceBeatAllowed } from './utilities/presence-gate.js';
13
13
  import { pushSave, burnCloudSaveFor, enqueueBoundPush, flushPushQueue, writeSpill, clearSpill, hasPendingPush, } from './utilities/cloud-saves.js';
14
14
  import { DOCWAGON_TIERS, RESUSC_FEE, DEATH_COMP } from './utilities/docwagon.js';
15
15
  import { isFence, LIFESTYLE_TIERS, canonicalLifestyleTier } from './utilities/commerce.js';
16
+ import { attachBrandMark, attachBrandMarkBottomRight } from './utilities/brand-mark.js';
17
+ import { attachLogoMark } from './utilities/logo-mark.js';
16
18
  import { bestFakeSin, wandRead, processArrest } from './utilities/sin.js';
17
19
  import { tickEphemerals } from './utilities/ephemeral.js';
18
20
  import { requestAlarmBeat, newAlarmBeatLatch, ALARM_STIMULUS } from './utilities/alarmed-staff.js';
@@ -4352,6 +4354,9 @@ ${client.name} won't be remembering anything. Dead Johnsons pay nothing -- and t
4352
4354
  screen.render();
4353
4355
  });
4354
4356
  screen.append(logBox);
4357
+ // まか on the border, over the log (see utilities/brand-mark.ts).
4358
+ attachBrandMark(screen);
4359
+ attachBrandMarkBottomRight(screen, logBox);
4355
4360
  }
4356
4361
  /**
4357
4362
  * The Game Log banner names WHERE you are in the campaign (player
@@ -4472,6 +4477,9 @@ ${client.name} won't be remembering anything. Dead Johnsons pay nothing -- and t
4472
4477
  });
4473
4478
  this._statusBox = statusBox;
4474
4479
  screen.append(statusBox);
4480
+ // The site's dotted logo fills the HUD's six rows at the far right
4481
+ // (utilities/logo-mark.ts). Not keyable (see initInputBox).
4482
+ attachLogoMark(screen, statusBox);
4475
4483
  }
4476
4484
  /**
4477
4485
  * THE MINIMAP (map-overlay wave 2026-08-24; split into a pair