@midscene/core 1.10.7-beta-20260722111246.0 → 1.10.7

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.
@@ -232,7 +232,7 @@ async function matchElementFromCache(context, cacheEntry, cachePrompt, cacheable
232
232
  return;
233
233
  }
234
234
  }
235
- const getMidsceneVersion = ()=>"1.10.7-beta-20260722111246.0";
235
+ const getMidsceneVersion = ()=>"1.10.7";
236
236
  const parsePrompt = (prompt)=>{
237
237
  if ('string' == typeof prompt) return {
238
238
  textPrompt: prompt,