@patronage/factory-ci 0.1.3 → 0.2.0

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/src/index.ts CHANGED
@@ -36,13 +36,31 @@ export {
36
36
  type SetupNodeStepOptions,
37
37
  type WorkflowStep,
38
38
  } from "./factory-workflow.ts";
39
- export {
40
- type HostedDocsOnlyClassificationPolicy,
41
- type HostedDocsOnlyDetectorStep,
42
- hostedDocsOnlyDetectorStep,
43
- } from "./hosted-docs-only-detector.ts";
44
39
  export {
45
40
  type ExecuteAlchemyEntryOptions,
46
41
  type ExecuteAlchemyEntryResult,
47
42
  executeAlchemyEntry,
48
43
  } from "./execute-alchemy-entry.ts";
44
+ export {
45
+ assertProofReuseCoverage,
46
+ FACTORY_PROOF_GATE_APP_ID,
47
+ FACTORY_PROOF_GATE_CHECK_NAME,
48
+ FACTORY_PROOF_GATE_GUARD,
49
+ FACTORY_PROOF_GATE_IF,
50
+ FACTORY_PROOF_GATE_MODE_OUTPUT,
51
+ FACTORY_PROOF_GATE_OUTPUT,
52
+ FACTORY_PROOF_GATE_REASON_OUTPUT,
53
+ FACTORY_PROOF_GATE_REASONS,
54
+ FACTORY_PROOF_GATE_SHELL,
55
+ FACTORY_PROOF_GATE_STEP_ID,
56
+ type FactoryProofGateOptions,
57
+ type FactoryProofGateReason,
58
+ factoryProofGateScript,
59
+ type FactoryProofGateStep,
60
+ factoryProofGateStep,
61
+ type ProofReuseCommand,
62
+ proofReuseCoverage,
63
+ type ProofReuseCoverageInput,
64
+ type ProofReuseCoverageReport,
65
+ proofReuseRequiredCommands,
66
+ } from "./proof-reuse-gate.ts";