@aitherium/shell-cli 1.11.0 → 1.11.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.
Files changed (2) hide show
  1. package/dist/renderer.js +1 -1
  2. package/package.json +2 -1
package/dist/renderer.js CHANGED
@@ -33,7 +33,7 @@ export function osc8Link(url, label) {
33
33
  }
34
34
  /* ── Banner ─────────────────────────────────────────────────── */
35
35
  export function renderBanner(info) {
36
- const version = 'v1.11.0'; // keep in sync with package.json
36
+ const version = 'v1.11.1'; // keep in sync with package.json
37
37
  const title = `AitherShell ${version}`;
38
38
  let connected;
39
39
  if (info.genesisOnline === true) {
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@aitherium/shell-cli",
3
- "version": "1.11.0",
3
+ "version": "1.11.1",
4
4
  "description": "Interactive terminal for AitherOS and ADK agents",
5
+ "license": "BUSL-1.1",
5
6
  "type": "module",
6
7
  "repository": {
7
8
  "type": "git",