@zintrust/queue-monitor 0.7.8 → 0.8.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/build-manifest.json +6 -6
- package/dist/dashboard-ui.js +4 -14
- package/package.json +2 -2
package/dist/build-manifest.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zintrust/queue-monitor",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"buildDate": "2026-04-
|
|
3
|
+
"version": "0.8.0",
|
|
4
|
+
"buildDate": "2026-04-21T06:23:53.160Z",
|
|
5
5
|
"buildEnvironment": {
|
|
6
6
|
"node": "v20.20.2",
|
|
7
7
|
"platform": "linux",
|
|
8
8
|
"arch": "x64"
|
|
9
9
|
},
|
|
10
10
|
"git": {
|
|
11
|
-
"commit": "
|
|
11
|
+
"commit": "33bd67e0",
|
|
12
12
|
"branch": "master"
|
|
13
13
|
},
|
|
14
14
|
"package": {
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"sha256": "5140191207b5620500ac5e1edacefed65956a1ad88739695d545ea7d2b405243"
|
|
54
54
|
},
|
|
55
55
|
"dashboard-ui.js": {
|
|
56
|
-
"size":
|
|
57
|
-
"sha256": "
|
|
56
|
+
"size": 53927,
|
|
57
|
+
"sha256": "71bab126f20aea1165ee3aa3c82e896ebd89b1f1a815ef2716cd884b846ab34f"
|
|
58
58
|
},
|
|
59
59
|
"driver.d.ts": {
|
|
60
60
|
"size": 1102,
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
},
|
|
71
71
|
"index.js": {
|
|
72
72
|
"size": 13905,
|
|
73
|
-
"sha256": "
|
|
73
|
+
"sha256": "90244cdbc1e1f27aaef9c7c89e54ef60107df937783fd2f9f3b6fef0a3b27ec7"
|
|
74
74
|
},
|
|
75
75
|
"metrics.d.ts": {
|
|
76
76
|
"size": 910,
|
package/dist/dashboard-ui.js
CHANGED
|
@@ -153,20 +153,10 @@ const getHeaderSection = (appName) => `
|
|
|
153
153
|
</header>
|
|
154
154
|
`;
|
|
155
155
|
const getLogoSvg = () => `
|
|
156
|
-
<svg width="26" height="26" viewBox="0 0 100 100" fill="none" class="logo-img" xmlns="http://www.w3.org/2000/svg">
|
|
157
|
-
<
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
<stop offset="1" stop-color="#38bdf8" />
|
|
161
|
-
</linearGradient>
|
|
162
|
-
</defs>
|
|
163
|
-
<circle cx="50" cy="50" r="34" stroke="rgba(255,255,255,0.16)" stroke-width="4" />
|
|
164
|
-
<ellipse cx="50" cy="50" rx="40" ry="18" stroke="url(#zt-g2d)" stroke-width="4" />
|
|
165
|
-
<ellipse cx="50" cy="50" rx="18" ry="40" stroke="url(#zt-g2d)" stroke-width="4" opacity="0.75" />
|
|
166
|
-
<circle cx="50" cy="50" r="6" fill="url(#zt-g2d)" />
|
|
167
|
-
<path d="M40 52C35 52 32 49 32 44C32 39 35 36 40 36H48" stroke="white" stroke-width="6" stroke-linecap="round" />
|
|
168
|
-
<path d="M60 48C65 48 68 51 68 56C68 61 65 64 60 64H52" stroke="white" stroke-width="6" stroke-linecap="round" />
|
|
169
|
-
<path d="M44 50H56" stroke="rgba(255,255,255,0.22)" stroke-width="6" stroke-linecap="round" />
|
|
156
|
+
<svg width="26" height="26" viewBox="0 0 100 100" fill="none" class="logo-img" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
|
|
157
|
+
<circle cx="50" cy="50" r="25" stroke="#1e293b" stroke-width="10" />
|
|
158
|
+
<path d="M50 25 A25 25 0 0 1 75 50" stroke="#0ea5e9" stroke-width="10" stroke-linecap="round" />
|
|
159
|
+
<circle cx="50" cy="50" r="9" fill="#22c55e" />
|
|
170
160
|
</svg>
|
|
171
161
|
`;
|
|
172
162
|
const getStatsSection = () => `
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zintrust/queue-monitor",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"description": "Queue monitoring package for ZinTrust with BullMQ and Redis.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"node": ">=20.0.0"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"@zintrust/core": "^0.
|
|
23
|
+
"@zintrust/core": "^0.8.0"
|
|
24
24
|
},
|
|
25
25
|
"publishConfig": {
|
|
26
26
|
"access": "public"
|