Packages Overview
LIVON packages live under packages/* and are documented here.
Use this page to choose the right package set for runtime, transport, reliability, and tooling.
Build variants
Default imports resolve to unminified builds.
Minified builds are available via the ./mini subpath for runtime packages.
Example:
import {runtime} from '@livon/runtime';
import {runtime as runtimeMini} from '@livon/runtime/mini';
./mini is available for:
@livon/runtime@livon/schema@livon/client@livon/client-ws-transport@livon/node-ws-transport@livon/dlq-module@livon/cli
@livon/config does not publish runtime bundle artifacts and therefore has no ./mini subpath.