@frumu/tandem-panel 0.4.32 → 0.4.33
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/bin/setup.js +10 -0
- package/package.json +3 -3
package/bin/setup.js
CHANGED
|
@@ -1332,6 +1332,16 @@ async function getInstallProfile({ acaAvailable = false, acaReason = "" } = {})
|
|
|
1332
1332
|
control_panel_config_ready: summary.ready,
|
|
1333
1333
|
control_panel_config_missing: summary.missing,
|
|
1334
1334
|
control_panel_compact_nav: !!summary.control_panel?.aca_compact_nav,
|
|
1335
|
+
hosted_managed: summary.hosted?.managed === true,
|
|
1336
|
+
hosted_provider: String(summary.hosted?.provider || "").trim(),
|
|
1337
|
+
hosted_deployment_id: String(summary.hosted?.deployment_id || "").trim(),
|
|
1338
|
+
hosted_deployment_slug: String(summary.hosted?.deployment_slug || "").trim(),
|
|
1339
|
+
hosted_hostname: String(summary.hosted?.hostname || "").trim(),
|
|
1340
|
+
hosted_public_url: String(summary.hosted?.public_url || "").trim(),
|
|
1341
|
+
hosted_control_plane_url: String(summary.hosted?.control_plane_url || "").trim(),
|
|
1342
|
+
hosted_release_version: String(summary.hosted?.release_version || "").trim(),
|
|
1343
|
+
hosted_release_channel: String(summary.hosted?.release_channel || "").trim(),
|
|
1344
|
+
hosted_update_policy: String(summary.hosted?.update_policy || "").trim(),
|
|
1335
1345
|
aca_integration: !!acaAvailable,
|
|
1336
1346
|
aca_reason: acaReason || "",
|
|
1337
1347
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frumu/tandem-panel",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.33",
|
|
4
4
|
"description": "Full web control center for Tandem Engine (chat, routines, swarm, memory, channels, and ops)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"@fullcalendar/interaction": "6.1.20",
|
|
47
47
|
"@fullcalendar/react": "6.1.20",
|
|
48
48
|
"@fullcalendar/timegrid": "6.1.20",
|
|
49
|
-
"@frumu/tandem": "^0.4.
|
|
50
|
-
"@frumu/tandem-client": "^0.4.
|
|
49
|
+
"@frumu/tandem": "^0.4.33",
|
|
50
|
+
"@frumu/tandem-client": "^0.4.33",
|
|
51
51
|
"@tanstack/react-query": "^5.90.21",
|
|
52
52
|
"dompurify": "^3.3.1",
|
|
53
53
|
"lucide": "^0.575.0",
|