@poolzin/pool-bot 2026.4.16 → 2026.4.17

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2026.4.16",
2
+ "version": "2026.4.17",
3
3
  "commit": "4e1f8d4b27c26618d3a69049dbe44698929a6ba8",
4
- "builtAt": "2026-03-26T05:08:35.765Z"
4
+ "builtAt": "2026-03-26T05:22:56.817Z"
5
5
  }
@@ -1,60 +1,15 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 16 16" role="img" aria-label="Pixel lobster">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 16 16" role="img" aria-label="Pool Bot 8-ball">
2
2
  <rect width="16" height="16" fill="none"/>
3
- <!-- outline -->
4
- <g fill="#3a0a0d">
5
- <rect x="1" y="5" width="1" height="3"/>
6
- <rect x="2" y="4" width="1" height="1"/>
7
- <rect x="2" y="8" width="1" height="1"/>
8
- <rect x="3" y="3" width="1" height="1"/>
9
- <rect x="3" y="9" width="1" height="1"/>
10
- <rect x="4" y="2" width="1" height="1"/>
11
- <rect x="4" y="10" width="1" height="1"/>
12
- <rect x="5" y="2" width="6" height="1"/>
13
- <rect x="11" y="2" width="1" height="1"/>
14
- <rect x="12" y="3" width="1" height="1"/>
15
- <rect x="12" y="9" width="1" height="1"/>
16
- <rect x="13" y="4" width="1" height="1"/>
17
- <rect x="13" y="8" width="1" height="1"/>
18
- <rect x="14" y="5" width="1" height="3"/>
19
- <rect x="5" y="11" width="6" height="1"/>
20
- <rect x="4" y="12" width="1" height="1"/>
21
- <rect x="11" y="12" width="1" height="1"/>
22
- <rect x="3" y="13" width="1" height="1"/>
23
- <rect x="12" y="13" width="1" height="1"/>
24
- <rect x="5" y="14" width="6" height="1"/>
25
- </g>
26
-
27
- <!-- body -->
28
- <g fill="#ff4f40">
29
- <rect x="5" y="3" width="6" height="1"/>
30
- <rect x="4" y="4" width="8" height="1"/>
31
- <rect x="3" y="5" width="10" height="1"/>
32
- <rect x="3" y="6" width="10" height="1"/>
33
- <rect x="3" y="7" width="10" height="1"/>
34
- <rect x="4" y="8" width="8" height="1"/>
35
- <rect x="5" y="9" width="6" height="1"/>
36
- <rect x="5" y="12" width="6" height="1"/>
37
- <rect x="6" y="13" width="4" height="1"/>
38
- </g>
39
-
40
- <!-- claws -->
41
- <g fill="#ff775f">
42
- <rect x="1" y="6" width="2" height="1"/>
43
- <rect x="2" y="5" width="1" height="1"/>
44
- <rect x="2" y="7" width="1" height="1"/>
45
- <rect x="13" y="6" width="2" height="1"/>
46
- <rect x="13" y="5" width="1" height="1"/>
47
- <rect x="13" y="7" width="1" height="1"/>
48
- </g>
49
-
50
- <!-- eyes -->
51
- <g fill="#081016">
52
- <rect x="6" y="5" width="1" height="1"/>
53
- <rect x="9" y="5" width="1" height="1"/>
54
- </g>
55
- <g fill="#f5fbff">
56
- <rect x="6" y="4" width="1" height="1"/>
57
- <rect x="9" y="4" width="1" height="1"/>
58
- </g>
3
+ <!-- outer circle - dark ball -->
4
+ <circle cx="8" cy="8" r="7.2" fill="#1a1a2e"/>
5
+ <!-- highlight/shine -->
6
+ <circle cx="5.5" cy="4.5" r="1.8" fill="#2a2a44" opacity="0.7"/>
7
+ <!-- small shine dot -->
8
+ <circle cx="4.8" cy="3.8" r="0.6" fill="#4a4a6a" opacity="0.5"/>
9
+ <!-- white circle background for number -->
10
+ <circle cx="8" cy="8.5" r="3.2" fill="#f0f0f0"/>
11
+ <!-- number 8 -->
12
+ <text x="8" y="10.8" text-anchor="middle" font-family="Arial,sans-serif" font-size="6.5" font-weight="bold" fill="#1a1a2e">8</text>
13
+ <!-- subtle edge highlight -->
14
+ <circle cx="8" cy="8" r="7.2" fill="none" stroke="#3a3a5e" stroke-width="0.3"/>
59
15
  </svg>
60
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@poolzin/pool-bot",
3
- "version": "2026.4.16",
3
+ "version": "2026.4.17",
4
4
  "description": "🎱 Pool Bot - AI assistant with PLCODE integrations",
5
5
  "keywords": [],
6
6
  "license": "MIT",