- @bytelyst/auth-client: browser/RN-safe auth API wrapper (17 tests) - @bytelyst/telemetry-client: shared telemetry with configurable transport (11 tests) - @bytelyst/react-auth: add register, forgotPw, changePw, deleteAccount, token refresh (10 tests) - eslint.config: add missing browser globals
8 lines
170 B
TypeScript
8 lines
170 B
TypeScript
export { createTelemetryClient } from './client.js';
|
|
export type {
|
|
TelemetryClient,
|
|
TelemetryClientConfig,
|
|
TelemetryEvent,
|
|
TelemetryStorage,
|
|
} from './types.js';
|