qnce-engine
Version:
Core QNCE (Quantum Narrative Convergence Engine) - Framework agnostic narrative engine with performance optimization
9 lines • 420 B
JavaScript
;
// QNCE Engine Types - Sprint 3.3: State Persistence & Checkpoints
// Comprehensive type definitions for serialization and checkpoint features
Object.defineProperty(exports, "__esModule", { value: true });
exports.SUPPORTED_VERSIONS = exports.PERSISTENCE_VERSION = void 0;
// Version constants
exports.PERSISTENCE_VERSION = '1.0.0';
exports.SUPPORTED_VERSIONS = ['1.0.0'];
//# sourceMappingURL=types.js.map