UNPKG

@sailboat-computer/resilience

Version:

Enhanced resilience patterns for sailboat computer v3 with marine-specific adaptations

12 lines 806 B
"use strict"; /** * Core types for the resilience framework */ Object.defineProperty(exports, "__esModule", { value: true }); exports.OperationalContext = exports.MarineFailureType = exports.CircuitBreakerState = void 0; // Import types directly from sailboat-types package const sailboat_types_1 = require("@sailboat-computer/sailboat-types"); Object.defineProperty(exports, "CircuitBreakerState", { enumerable: true, get: function () { return sailboat_types_1.CircuitBreakerState; } }); Object.defineProperty(exports, "MarineFailureType", { enumerable: true, get: function () { return sailboat_types_1.MarineFailureType; } }); Object.defineProperty(exports, "OperationalContext", { enumerable: true, get: function () { return sailboat_types_1.OperationalContext; } }); //# sourceMappingURL=types.js.map