release: WRNexusJS 0.4.0

This commit is contained in:
2026-07-27 12:42:18 +05:30
parent 8b728a3e5d
commit 30e5721e84
250 changed files with 10065 additions and 3923 deletions
+21
View File
@@ -134,3 +134,24 @@ export type { FeatureFlags, FeatureRule, FeatureValue } from "./features.ts";
export { checkPerformanceBudgets } from "./performance.ts";
export type { BudgetViolation, PerformanceBudgets, PerformanceMeasurement } from "./performance.ts";
export {
problem,
serviceToken,
ServiceContainer,
ApplicationLifecycle,
HealthRegistry,
requestId,
memoryIdempotencyStore,
withIdempotency,
} from "./platform.ts";
export type {
ProblemDetails,
ProblemDetailsInput,
ServiceToken,
LifecyclePhase,
LifecycleHandler,
HealthCheck,
HealthCheckResult,
IdempotencyRecord,
IdempotencyStore,
} from "./platform.ts";