@mfe-debugger/shared
v0.1.0
Published
Shared types and analysis utilities for MFE Debugger packages.
Maintainers
Readme
@mfe-debugger/shared
Shared types and analysis helpers used by MFE Debugger packages.
This package exposes the common domain models for debug sessions, events, manifests, diagnostics, and report generation utilities used by @mfe-debugger/sdk and backend services.
Install
npm install @mfe-debugger/sharedExports
- shared runtime and ingest types such as
DebugEvent,DebugSessionInput, andMfeManifest - diagnostic report helpers such as
buildDebugReportandcollectVersionSnapshots
Compatibility
This package is versioned in lockstep with @mfe-debugger/sdk. Publish matching versions together so the SDK dependency stays resolvable for consumers.