@sensigo/realm 0.6.0 → 0.6.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
@@ -14,7 +14,7 @@ export { TERMINAL_PHASES, RESUMABLE_PHASES, WAITING_PHASES, isTerminalPhase, TER
14
14
  export { evaluatePrecondition, checkPreconditions, evaluateAllPreconditions, } from './engine/precondition.js';
15
15
  export type { PreconditionResult } from './engine/precondition.js';
16
16
  export type { StepDiagnostics } from './types/run-record.js';
17
- export declare const VERSION = "0.6.0";
17
+ export declare const VERSION = "0.6.1";
18
18
  export type { ToolCallRecord, McpServerConfig } from './types/mcp-types.js';
19
19
  export type { ServiceAdapter, ServiceResponse } from './extensions/service-adapter.js';
20
20
  export type { StepHandler, StepHandlerInputs, StepContext, StepHandlerResult, } from './extensions/step-handler.js';
package/dist/index.js CHANGED
@@ -11,7 +11,7 @@ export { submitHumanResponse, executeChain, buildNextActions, buildPreExecutionE
11
11
  export { findEligibleSteps, isWorkflowComplete, deriveRunPhase, buildEvidenceByStep, propagateSkips, } from './engine/eligibility.js';
12
12
  export { TERMINAL_PHASES, RESUMABLE_PHASES, WAITING_PHASES, isTerminalPhase, TERMINAL_STATES, RESUMABLE_STATES, WAITING_STATES, isTerminalState, } from './engine/lifecycle.js';
13
13
  export { evaluatePrecondition, checkPreconditions, evaluateAllPreconditions, } from './engine/precondition.js';
14
- export const VERSION = '0.6.0';
14
+ export const VERSION = '0.6.1';
15
15
  export { ExtensionRegistry } from './extensions/registry.js';
16
16
  export { createDefaultRegistry } from './extensions/default-registry.js';
17
17
  // Evidence
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sensigo/realm",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },