@lotics/cli 0.14.0 → 0.18.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/src/cli.js CHANGED
@@ -367,7 +367,7 @@ async function main() {
367
367
  else {
368
368
  console.log(`Name: ${info.name}`);
369
369
  console.log(`Email: ${info.email}`);
370
- console.log(`Org: ${info.organization_id}`);
370
+ console.log(`Org: ${info.organization_name} (${info.organization_id})`);
371
371
  }
372
372
  return;
373
373
  }
@@ -44,6 +44,7 @@ export declare class LoticsClient {
44
44
  email: string;
45
45
  name: string;
46
46
  organization_id: string;
47
+ organization_name: string;
47
48
  }>;
48
49
  setWorkspaceId(id: string): void;
49
50
  listWorkspaces(): Promise<WorkspaceInfo[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lotics/cli",
3
- "version": "0.14.0",
3
+ "version": "0.18.0",
4
4
  "description": "Lotics SDK and CLI for AI agents",
5
5
  "type": "module",
6
6
  "bin": {