tighten adapters barrel surface
This commit is contained in:
@@ -3,6 +3,3 @@ export { runDispatcherAdapter } from './dispatcher.mjs';
|
||||
export { runBridgeSupervisorAdapter } from './bridge-supervisor.mjs';
|
||||
export { runSenderBindingAdapter } from './sender-binding.mjs';
|
||||
export { runOrchestratorAdapter } from './orchestrator.mjs';
|
||||
|
||||
export { createRuntimeBinding } from './runtime-binding.mjs';
|
||||
export { loadDeploymentProfileArtifact, createDeploymentBindingContract } from '../storage/profile-artifact.mjs';
|
||||
|
||||
@@ -42,8 +42,8 @@ export {
|
||||
executeRuntimeIntegratedGovernance,
|
||||
runCompatibilityPreflight,
|
||||
} from './core/index.mjs';
|
||||
export { createRuntimeBinding } from './adapters/runtime-binding.mjs';
|
||||
export {
|
||||
createRuntimeBinding,
|
||||
runWatchdogAdapter,
|
||||
runDispatcherAdapter,
|
||||
runBridgeSupervisorAdapter,
|
||||
|
||||
Reference in New Issue
Block a user