@openrewrite/rewrite 8.67.0-20251112-160335 → 8.67.0-20251113-160321

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.
@@ -22,10 +22,15 @@ export type {
22
22
  Any,
23
23
  TemplateParam,
24
24
  PatternOptions,
25
+ MatchOptions,
25
26
  TemplateParameter,
26
27
  TemplateOptions,
27
28
  RewriteRule,
28
- RewriteConfig
29
+ RewriteConfig,
30
+ DebugOptions,
31
+ DebugLogEntry,
32
+ MatchExplanation,
33
+ MatchAttemptResult
29
34
  } from './types';
30
35
 
31
36
  // Export capture functionality