antri_cli 1.57.46 → 1.57.47
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/core/updater.d.ts
CHANGED
package/dist/core/updater.js
CHANGED
|
@@ -5,7 +5,7 @@ import ora from 'ora';
|
|
|
5
5
|
const execPromise = util.promisify(exec);
|
|
6
6
|
export class Updater {
|
|
7
7
|
static PACKAGE_NAME = 'antri_cli';
|
|
8
|
-
static CURRENT_VERSION = '1.57.
|
|
8
|
+
static CURRENT_VERSION = '1.57.47';
|
|
9
9
|
/**
|
|
10
10
|
* Fetches latest release version directly from registry.npmjs.org (cache-free)
|
|
11
11
|
*/
|
|
@@ -2554,6 +2554,32 @@ body.antri-app {
|
|
|
2554
2554
|
✨ High-Contrast Luminous Typography & Formatted Markdown for Dark Surfaces
|
|
2555
2555
|
========================================================================== */
|
|
2556
2556
|
|
|
2557
|
+
.badge-consensus {
|
|
2558
|
+
display: inline-flex;
|
|
2559
|
+
align-items: center;
|
|
2560
|
+
gap: 6px;
|
|
2561
|
+
font-size: 11px;
|
|
2562
|
+
font-weight: 700;
|
|
2563
|
+
padding: 4px 10px;
|
|
2564
|
+
border-radius: 12px;
|
|
2565
|
+
background: rgba(56, 189, 248, 0.12);
|
|
2566
|
+
border: 1px solid rgba(56, 189, 248, 0.35);
|
|
2567
|
+
color: #38bdf8;
|
|
2568
|
+
font-family: var(--font-mono);
|
|
2569
|
+
letter-spacing: 0.5px;
|
|
2570
|
+
}
|
|
2571
|
+
|
|
2572
|
+
.deliverables-header h3 {
|
|
2573
|
+
color: #f8fafc;
|
|
2574
|
+
font-size: 13px;
|
|
2575
|
+
font-weight: 700;
|
|
2576
|
+
margin: 0;
|
|
2577
|
+
}
|
|
2578
|
+
|
|
2579
|
+
.swarm-svg-node text {
|
|
2580
|
+
user-select: none;
|
|
2581
|
+
}
|
|
2582
|
+
|
|
2557
2583
|
#tab-swarm {
|
|
2558
2584
|
color: #f1f5f9;
|
|
2559
2585
|
}
|