@midscene/core 1.10.7 → 1.10.8-beta-20260723091821.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.
@@ -181,7 +181,7 @@ async function matchElementFromCache(context, cacheEntry, cachePrompt, cacheable
181
181
  return;
182
182
  }
183
183
  }
184
- const getMidsceneVersion = ()=>"1.10.7";
184
+ const getMidsceneVersion = ()=>"1.10.8-beta-20260723091821.0";
185
185
  const parsePrompt = (prompt)=>{
186
186
  if ('string' == typeof prompt) return {
187
187
  textPrompt: prompt,