gencow 0.1.166 → 0.1.167

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.
@@ -165,6 +165,9 @@ export function createAuthCommands({
165
165
 
166
166
  const data = await response.json();
167
167
  logImpl(`\n${BOLD}${CYAN}Gencow CLI${RESET}\n`);
168
+ if (typeof data.email === "string" && data.email.trim()) {
169
+ infoImpl(`Email: ${data.email}`);
170
+ }
168
171
  infoImpl(`User ID: ${data.userId}`);
169
172
  infoImpl(`Platform: ${creds.platformUrl}`);
170
173
  infoImpl(`Token: ${creds.apiKey.slice(0, 10)}...${creds.apiKey.slice(-4)}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gencow",
3
- "version": "0.1.166",
3
+ "version": "0.1.167",
4
4
  "description": "Gencow — AI Backend Engine",
5
5
  "type": "module",
6
6
  "bin": {