@sensigo/realm 0.12.0 → 0.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -23,7 +23,7 @@ export { TERMINAL_PHASES, RESUMABLE_PHASES, WAITING_PHASES, isTerminalPhase, TER
23
23
  export { evaluatePrecondition, checkPreconditions, evaluateAllPreconditions, } from './engine/precondition.js';
24
24
  export type { PreconditionResult } from './engine/precondition.js';
25
25
  export type { StepDiagnostics } from './types/run-record.js';
26
- export declare const VERSION = "0.12.0";
26
+ export declare const VERSION = "0.12.1";
27
27
  export type { ToolCallRecord, McpServerConfig } from './types/mcp-types.js';
28
28
  export type { ServiceAdapter, ServiceResponse } from './extensions/service-adapter.js';
29
29
  export type { StepHandler, StepHandlerInputs, StepContext, StepHandlerResult, } from './extensions/step-handler.js';
package/dist/index.js CHANGED
@@ -16,7 +16,7 @@ export { submitHumanResponse, executeChain, buildNextActions, buildPreExecutionE
16
16
  export { findEligibleSteps, isWorkflowComplete, deriveRunPhase, buildEvidenceByStep, propagateSkips, } from './engine/eligibility.js';
17
17
  export { TERMINAL_PHASES, RESUMABLE_PHASES, WAITING_PHASES, isTerminalPhase, TERMINAL_STATES, RESUMABLE_STATES, WAITING_STATES, isTerminalState, } from './engine/lifecycle.js';
18
18
  export { evaluatePrecondition, checkPreconditions, evaluateAllPreconditions, } from './engine/precondition.js';
19
- export const VERSION = '0.12.0';
19
+ export const VERSION = '0.12.1';
20
20
  export { ExtensionRegistry } from './extensions/registry.js';
21
21
  export { createDefaultRegistry } from './extensions/default-registry.js';
22
22
  // Evidence
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sensigo/realm",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },