wakz-chat-widget 2.2.0 → 3.0.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.
Files changed (3) hide show
  1. package/README.md +1 -71
  2. package/index.js +442 -287
  3. package/package.json +5 -30
package/package.json CHANGED
@@ -1,38 +1,13 @@
1
1
  {
2
2
  "name": "wakz-chat-widget",
3
- "version": "2.2.0",
4
- "description": "Premium AI chat widget by WAKZ — Production-grade, Shadow DOM, zero dependencies, multi-language support, device detection, RTL support.",
3
+ "version": "3.0.0",
4
+ "description": "WAKZ Chat Widget — Production-grade chat widget with Glass Morphism UI, Shadow DOM isolation, zero dependencies.",
5
5
  "main": "index.js",
6
- "scripts": {
7
- "prepublishOnly": "echo 'Ready to publish wakz-chat-widget v2.2.0'"
8
- },
9
- "keywords": [
10
- "chat",
11
- "widget",
12
- "ai",
13
- "chatbot",
14
- "wakz",
15
- "embed",
16
- "shadow-dom",
17
- "customer-support",
18
- "live-chat",
19
- "saas",
20
- "rtl",
21
- "arabic",
22
- "device-detection",
23
- "zero-dependencies"
24
- ],
25
- "author": "mohamed64 <mohamed01140251843sayed@gmail.com>",
6
+ "files": ["index.js"],
7
+ "keywords": ["chat", "widget", "wakz", "embed", "live-chat", "support", "glass-morphism"],
26
8
  "license": "MIT",
27
9
  "repository": {
28
10
  "type": "git",
29
- "url": ""
30
- },
31
- "files": [
32
- "index.js",
33
- "README.md"
34
- ],
35
- "engines": {
36
- "node": ">=12.0.0"
11
+ "url": "https://github.com/wakz/wakz-chat-widget"
37
12
  }
38
13
  }