cheatchat 1.2.3 → 1.2.4

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cheatchat",
3
- "version": "1.2.3",
4
- "description": "",
3
+ "version": "1.2.4",
4
+ "description": "A modern terminal-based chat application with global chat, private messaging, AI chat, AI-powered file solving, and a serverless AWS backend.",
5
5
  "bin": {
6
6
  "chat": "./bin/chat.js"
7
7
  },
@@ -10,11 +10,48 @@
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1"
12
12
  },
13
+ "keywords": [
14
+ "chat",
15
+ "terminal",
16
+ "cli",
17
+ "terminal-chat",
18
+ "chat-cli",
19
+ "messenger",
20
+ "messaging",
21
+ "chat-application",
22
+ "private-chat",
23
+ "global-chat",
24
+ "websocket",
25
+ "aws",
26
+ "lambda",
27
+ "serverless",
28
+ "dynamodb",
29
+ "api-gateway",
30
+ "nodejs",
31
+ "javascript",
32
+ "ai",
33
+ "gemini",
34
+ "terminal-ai",
35
+ "ai-chat",
36
+ "code-assistant",
37
+ "developer-tools",
38
+ "npm-cli",
39
+ "command-line",
40
+ "cli-app",
41
+ "codechef",
42
+ "cli-chat",
43
+ "cli-ai",
44
+ "cli-file-solver"
45
+ ],
46
+ "preferGlobal": true,
13
47
  "repository": {
14
48
  "type": "git",
15
49
  "url": "git+https://github.com/ramoliyaYug/cheatChat.git"
16
50
  },
17
- "author": "yug",
51
+ "author": {
52
+ "name": "Yug Ramoliya",
53
+ "url": "https://github.com/ramoliyaYug"
54
+ },
18
55
  "license": "ISC",
19
56
  "bugs": {
20
57
  "url": "https://github.com/ramoliyaYug/cheatChat/issues"
@@ -6,7 +6,7 @@ export const WS_API_URL = "wss://lhyew4zkm2.execute-api.ap-south-1.amazonaws.com
6
6
  // ─── App Metadata ────────────────────────────────────────────────────────────
7
7
 
8
8
  export const APP_NAME = "CheatChat";
9
- export const APP_VERSION = "1.2.3";
9
+ export const APP_VERSION = "1.2.4";
10
10
  export const APP_DESCRIPTION = "A minimal terminal chat app powered by AWS.";
11
11
 
12
12
  // ─── Chat Modes ──────────────────────────────────────────────────────────────