New:Socket for Asana Is Now Available.Learn more
Get Started

@devframes/hub

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devframes/hub - npm Package Compare versions

Comparing version
0.9.6
to
0.9.7
+21
-0
dist/client/index.d.mts

@@ -184,2 +184,23 @@ import { E as DevframeMessagesClient, x as DevframeMessageEntryInput } from "../context-D5JSW_X5.mjs";

selectedDockRoute: string | null;
/**
* The dock entry most recently selected from beyond the float bar's inline
* capacity — from the overflow popover or from inside a dock group. A hub UI
* provider raises this entry into a dedicated slot between the bar's visible
* items and the overflow button, so deselecting it (or selecting a visible
* neighbour) keeps it one click away instead of folding it straight back
* into the overflow. `null` (or absent, for stores persisted before this
* field existed) when no entry has been raised.
*/
recentDockId?: string | null;
/**
* The member most recently opened in each dock group, keyed by group id.
* Recorded whenever a grouped member is selected (from the group popover,
* the group sidebar, the command palette, or an RPC activation), and read
* back when the group is activated again: the remembered member reopens
* directly, taking precedence over the group's own
* {@link import('../types/docks').DevframeViewGroup.defaultChildId defaultChildId}.
* A group is only listed once one of its members has been opened this tab
* (absent for stores persisted before this field existed).
*/
groupLastChildIds?: Record<string, string>;
}

@@ -186,0 +207,0 @@ type DockClientType = 'embedded' | 'standalone';

+3
-3
{
"name": "@devframes/hub",
"type": "module",
"version": "0.9.6",
"version": "0.9.7",
"description": "Hub layer that orchestrates devframe docks, terminals, messages, and commands on any host.",

@@ -37,3 +37,3 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

"peerDependencies": {
"devframe": "0.9.6"
"devframe": "0.9.7"
},

@@ -56,3 +56,3 @@ "dependencies": {

"valibot": "^1.4.2",
"devframe": "0.9.6"
"devframe": "0.9.7"
},

@@ -59,0 +59,0 @@ "scripts": {