@adhdev/daemon-core 0.9.77-rc.58 → 0.9.77-rc.59

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/index.d.ts CHANGED
@@ -119,7 +119,6 @@ export { ensureSessionHostReady, listHostedCliRuntimes } from './session-host/ru
119
119
  export { getSessionHostRecoveryLabel, getSessionHostSurfaceKind, isSessionHostLiveRuntime, isSessionHostRecoverySnapshot, partitionSessionHostDiagnosticsSessions, partitionSessionHostRecords, } from './session-host/runtime-surface.js';
120
120
  export type { SessionHostSurfaceKind, SessionHostSurfaceRecordLike } from './session-host/runtime-surface.js';
121
121
  export { shouldAutoRestoreHostedSessionsOnStartup } from './session-host/startup-restore-policy.js';
122
- export type { SessionHostEndpoint } from '@adhdev/session-host-core';
123
122
  export { getAIExtensions, installExtensions, launchIDE, isExtensionInstalled } from './installer.js';
124
123
  export type { ExtensionInfo as InstallerExtensionInfo } from './installer.js';
125
124
  export { initDaemonComponents, startDaemonDevSupport, shutdownDaemonComponents } from './boot/daemon-lifecycle.js';