@uns-kit/bridge-core
v0.0.3
Published
Shared runtime engine and management API for UNS protocol bridges.
Readme
@uns-kit/bridge-core
Shared runtime engine and management API for building protocol bridges into a Unified Namespace (UNS).
This package is intended to be the reusable base for bridge services. It provides the common lifecycle, reconciliation, and management API patterns, while concrete bridge applications implement their own protocol-specific adapter logic on top.
Scope
- Generic bridge runtime lifecycle
- Connection and mapping registries
- Reconciliation-friendly bridge engine
- Shared management API route helpers
- Generic bridge settings schema
Intended usage
Use @uns-kit/bridge-core as the shared template/runtime layer behind bridge services that:
- connect to external systems
- manage dynamic runtime connections and mappings
- normalize incoming value events
- publish into the UNS through an application-specific publisher
This package should stay protocol-agnostic. Concrete protocol concerns belong in the consuming bridge service, not here.
Development
pnpm run typecheck
pnpm run buildRelease
pnpm run version:patch
pnpm run version:minor
pnpm run version:major
pnpm run publish:npm:dry-run
pnpm run publish:npm