@sleepy-hollow/framework 0.3.3 → 0.3.5

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/cli.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { R as RequirementEvidence, k as RequirementDependency, f as TestManifest, g as TestExecutionResult } from './types-Bet36nZS.js';
2
+ import { R as RequirementEvidence, k as RequirementDependency, g as TestManifest, h as TestExecutionResult } from './types-t92f8Gqs.js';
3
3
  import './types-BC7LJJ6G.js';
4
4
  import './types-BUXw3UwN.js';
5
5
  import 'drizzle-orm/better-sqlite3';
@@ -168,6 +168,8 @@ interface TestIsolationPolicy {
168
168
  }
169
169
  interface TestCommandInventory {
170
170
  readonly captureArtifactPath?: string;
171
+ readonly manifestPath?: string;
172
+ readonly resultsPath?: string;
171
173
  readonly projectRootDisplay: string;
172
174
  readonly requirements: readonly RequirementEvidence[];
173
175
  readonly dependencyGraph: readonly RequirementDependency[];
@@ -307,7 +309,7 @@ interface CliDependencies {
307
309
  */
308
310
 
309
311
  /** Version of the CLI, reported by `hollow --version`. */
310
- declare const VERSION = "0.3.3";
312
+ declare const VERSION = "0.3.5";
311
313
  /**
312
314
  * Runs one CLI invocation against caller-supplied I/O.
313
315
  *