@open-matrix/sdk (0.1.1)
Published 2026-06-08 00:38:18 +00:00 by hivecast-admin
Installation
@open-matrix:registry=npm install @open-matrix/sdk@0.1.1"@open-matrix/sdk": "0.1.1"About this package
@open-matrix/sdk
Public Matrix actor SDK facade for package authors.
Prefer narrow package imports when a package only needs one layer:
import { MatrixActor } from '@open-matrix/core';
Use this umbrella package when a package intentionally needs the combined actor, browser host, contracts, federation, and Omega kernel facade.
Import browser app build utilities directly from @open-matrix/browser-kit so
headless actor packages can import @open-matrix/sdk without loading
browser-only custom element code.
Dependencies
Dependencies
| ID | Version |
|---|---|
| @open-matrix/browser-host | 0.1.1 |
| @open-matrix/browser-kit | 0.1.1 |
| @open-matrix/contracts | 0.1.1 |
| @open-matrix/core | 0.1.1 |
| @open-matrix/federation | 0.2.1 |
| @open-matrix/omega-core | 0.1.1 |
Development Dependencies
| ID | Version |
|---|---|
| typescript | ^5.7.0 |