@lynx-js/react-canary 0.114.3 → 0.114.4-canary-20251103-0d7a4c3d

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.
@@ -598,6 +598,7 @@ export interface TransformNodiffOptions {
598
598
  isModule?: boolean | 'unknown'
599
599
  cssScope: boolean | CssScopeVisitorConfig
600
600
  snapshot?: boolean | JsxTransformerConfig
601
+ engineVersion?: string
601
602
  shake: boolean | ShakeVisitorConfig
602
603
  compat: boolean | CompatVisitorConfig
603
604
  refresh: boolean | RefreshVisitorConfig