Bun samples are verified on Bun 1.3.13; HTTP/2 clients need Bun >= 1.2.6, and a few packages skip their Bun suite in CI. Runtime compatibility
Connectum API Reference / @connectum/core / mergeCatalogs
Function: mergeCatalogs() โ
mergeCatalogs(...
catalogs):ServiceCatalog
Defined in: packages/core/src/serviceCatalog.ts:79
Merge several catalogs into one.
Throws CatalogConfigError on a duplicate typeName, or on a key that does not equal its descriptor's typeName. TypeScript cannot catch a duplicate whose two descriptors have an identical shape (polyrepo finding F3), so this runtime check is mandatory rather than optional โ a silent collision would route calls to the wrong service.
Parameters โ
catalogs โ
...readonly Readonly<Record<string, DescService>>[]
