@midscene/core 1.10.3 → 1.10.4-beta-20260707113335.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.
@@ -173,7 +173,7 @@ async function matchElementFromCache(context, cacheEntry, cachePrompt, cacheable
173
173
  return;
174
174
  }
175
175
  }
176
- const getMidsceneVersion = ()=>"1.10.3";
176
+ const getMidsceneVersion = ()=>"1.10.4-beta-20260707113335.0";
177
177
  const parsePrompt = (prompt)=>{
178
178
  if ('string' == typeof prompt) return {
179
179
  textPrompt: prompt,